Silver Hex Code — #C0C0C0
RGB, HSL, and CMYK values for Silver.
Silver Color Values
| Format | Value |
|---|---|
| HEX | #C0C0C0 |
| RGB | rgb(192, 192, 192) |
| HSL | hsl(0, 0%, 75%) |
| CMYK | cmyk(0%, 0%, 0%, 25%) |
Want to explore more shades? Use our Color Converter
About Silver
Color psychology: Sleek, modern.
Silver (#C0C0C0) is a light shade of gray. It's commonly used in web design, graphic design, and branding where sleek, modern are desired associations.
How to Use Silver in CSS
/* Using HEX */ color: #C0C0C0; background-color: #C0C0C0; /* Using RGB */ color: rgb(192, 192, 192); /* Using HSL */ color: hsl(0, 0%, 75%);