#CC6642
A medium, moderate orange closely aligning with Sienna.
About #CC6642
At its core, #CC6642 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 204 red, 102 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 68% Y, and 20% K. With a hue angle of 15.7 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC6642
RGB204, 102, 66
HSL15.7°, 57.5%, 52.9%
CMYK0%, 50%, 68%, 20%
HSV15.7°, 67.6%, 80.0%
LAB54.8, 37.7, 38.5
XYZ30.6, 22.7, 7.9
Decimal13395522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6642;
}
.text-color {
color: #CC6642;
}
.border-color {
border: 2px solid #CC6642;
}