#C5B6A8
A light, muted orange closely aligning with Silver.
About #C5B6A8
Visually, #C5B6A8 is defined as a muted orange. If you're using CSS, you might find it aligns closely with Silver. Its digital footprint relies on 197 parts red, 182 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 8% magenta, 15% yellow, and 23% black. With a hue angle of 29.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5B6A8
RGB197, 182, 168
HSL29.0°, 20.0%, 71.6%
CMYK0%, 8%, 15%, 23%
HSV29.0°, 14.7%, 77.3%
LAB74.9, 3.0, 9.0
XYZ46.8, 48.2, 43.9
Decimal12957352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5B6A8;
}
.text-color {
color: #C5B6A8;
}
.border-color {
border: 2px solid #C5B6A8;
}