#CCBDBD
A light, muted red closely aligning with Silver.
About #CCBDBD
When working with digital screens, the color #CCBDBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Silver. This translates to an RGB value of rgb(204, 189, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 7% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCBDBD
RGB204, 189, 189
HSL0.0°, 12.8%, 77.1%
CMYK0%, 7%, 7%, 20%
HSV0.0°, 7.4%, 80.0%
LAB77.8, 5.3, 1.9
XYZ52.3, 52.9, 55.6
Decimal13417917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.58:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBDBD;
}
.text-color {
color: #CCBDBD;
}
.border-color {
border: 2px solid #CCBDBD;
}