#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
RGBrgb(192, 192, 192)
HSLhsl(0, 0%, 75%)
HSVhsv(0, 0%, 75%)
CMYKcmyk(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.

BackgroundRatioNormal textLarge text
White1.82:1FailFail
Black11.54:1AAAAAA

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

CSScolor: #C0C0C0;
CSS rgb()color: rgb(192 192 192);
Tailwindbg-[#c0c0c0]
SwiftUIColor(red: 0.753, green: 0.753, blue: 0.753)
AndroidColor.parseColor("#C0C0C0")

Related tools