#CCB6A8
A light, muted orange closely aligning with Silver.
About #CCB6A8
The hex code #CCB6A8 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Silver. This translates to an RGB value of rgb(204, 182, 168).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 11% M, 18% Y, and 20% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCB6A8
RGB204, 182, 168
HSL23.3°, 26.1%, 72.9%
CMYK0%, 11%, 18%, 20%
HSV23.3°, 17.6%, 80.0%
LAB75.5, 5.6, 10.0
XYZ48.7, 49.1, 44.0
Decimal13416104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB6A8;
}
.text-color {
color: #CCB6A8;
}
.border-color {
border: 2px solid #CCB6A8;
}