#C0C0C0
A light, muted neutral closely aligning with Silver.
About #C0C0C0
At its core, #C0C0C0 is a light and muted hue. It is closely associated with the named CSS color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 192, 192, and 192.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 0% Yellow, and 25% Black. The HSL representation is 0° hue, 0% saturation, and 75.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C0C0C0
RGB192, 192, 192
HSL0°, 0%, 75.3%
CMYK0%, 0%, 0%, 25%
HSV0°, 0.0%, 75.3%
LAB77.7, 0.0, -0.0
XYZ50.1, 52.7, 57.4
Decimal12632256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.54:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C0C0C0;
}
.text-color {
color: #C0C0C0;
}
.border-color {
border: 2px solid #C0C0C0;
}