#CCA892
A light, moderate orange closely aligning with Tan.
About #CCA892
Visually, #CCA892 is defined as a moderate orange. Its closest recognized web color is Tan. This translates to an RGB value of rgb(204, 168, 146).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 18% magenta, 28% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCA892
RGB204, 168, 146
HSL22.8°, 36.3%, 68.6%
CMYK0%, 18%, 28%, 20%
HSV22.8°, 28.4%, 80.0%
LAB71.5, 9.9, 16.3
XYZ44.1, 42.9, 33.2
Decimal13412498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA892;
}
.text-color {
color: #CCA892;
}
.border-color {
border: 2px solid #CCA892;
}