#CCBD92
A light, moderate orange closely aligning with Tan.
About #CCBD92
When working with digital screens, the color #CCBD92 is rendered by mixing light. 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, 189, and 146.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#CCBD92
RGB204, 189, 146
HSL44.5°, 36.3%, 68.6%
CMYK0%, 7%, 28%, 20%
HSV44.5°, 28.4%, 80.0%
LAB76.9, -1.3, 23.7
XYZ48.3, 51.3, 34.6
Decimal13417874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.26:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD92;
}
.text-color {
color: #CCBD92;
}
.border-color {
border: 2px solid #CCBD92;
}