#CCA87C
A light, moderate orange closely aligning with Tan.
About #CCA87C
The hex code #CCA87C represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 204 red, 168 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. With a hue angle of 33.0 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCA87C
RGB204, 168, 124
HSL33.0°, 44.0%, 64.3%
CMYK0%, 18%, 39%, 20%
HSV33.0°, 39.2%, 80.0%
LAB71.1, 7.1, 27.7
XYZ42.5, 42.3, 25.0
Decimal13412476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.46:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA87C;
}
.text-color {
color: #CCA87C;
}
.border-color {
border: 2px solid #CCA87C;
}