#CCAFA0
A light, moderate orange closely aligning with Tan.
About #CCAFA0
Visually, #CCAFA0 is defined as a moderate orange. It is closely associated with the named CSS color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 175, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 22% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCAFA0
RGB204, 175, 160
HSL20.5°, 30.1%, 71.4%
CMYK0%, 14%, 22%, 20%
HSV20.5°, 21.6%, 80.0%
LAB73.6, 8.1, 11.6
XYZ46.6, 46.0, 39.7
Decimal13414304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAFA0;
}
.text-color {
color: #CCAFA0;
}
.border-color {
border: 2px solid #CCAFA0;
}