All CSS Colors
#C0C0C0silver

Silver

CSS named color · Neutral family

HEX#C0C0C0
RGBrgb(192, 192, 192)
HSLhsl(0, 0%, 75%)
CSSsilver

Tints & Shades

#f5f5f5
#ebebeb
#e0e0e0
#d4d4d4
#c9c9c9
#C0C0C0
#a1a1a1
#808080
#616161
#404040
#212121
LighterDarker

Complementary Color

Silver

#C0C0C0

Complement

#bfbfbf

hsl(180, 0%, 75%)

CSS Usage

.element {
  color: silver;
  background-color: silver;
}

/* Using hex */
.element {
  color: #C0C0C0;
  background-color: #C0C0C0;
}

/* Using RGB */
.element {
  color: rgb(192, 192, 192);
  background-color: rgb(192, 192, 192);
}

Similar Colors

Related Tools

Browse All CSS Colors