#C0C0C0
silver
#C0C0C0 is a grey colour. In RGB it is 192 red, 192 green and 192 blue, which converts to a hue of 0 degrees, 0% saturation and 75% lightness. It is one of the named CSS colours, written as silver in stylesheets.
Color values
| HEX | #C0C0C0 |
|---|---|
| RGB | rgb(192, 192, 192) |
| HSL | hsl(0, 0%, 75%) |
| HSV | hsv(0, 0%, 75%) |
| CMYK | cmyk(0%, 0%, 0%, 25%) |
Contrast and accessibility
Against white the contrast ratio is 1.82:1, and against black it is 11.54:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.82:1 | Fail | Fail |
| Black | 11.54:1 | AAA | AAA |
Tints and shades
Lighter tints move #C0C0C0 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C0C0C0; |
|---|---|
| CSS rgb() | color: rgb(192 192 192); |
| Tailwind | bg-[#c0c0c0] |
| SwiftUI | Color(red: 0.753, green: 0.753, blue: 0.753) |
| Android | Color.parseColor("#C0C0C0") |