#CCAF92
A light, moderate orange closely aligning with Tan.
About #CCAF92
At its core, #CCAF92 is a light and moderate hue. It is closely associated with the named CSS color Tan. This translates to an RGB value of rgb(204, 175, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 14% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCAF92
RGB204, 175, 146
HSL30.0°, 36.3%, 68.6%
CMYK0%, 14%, 28%, 20%
HSV30.0°, 28.4%, 80.0%
LAB73.3, 6.1, 18.8
XYZ45.4, 45.6, 33.6
Decimal13414290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAF92;
}
.text-color {
color: #CCAF92;
}
.border-color {
border: 2px solid #CCAF92;
}