#C5B9B9

Color #C5B9B9 Silver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver #C5B9B9

Tints of Silver #C5B9B9

Color information

#C5B9B9 (or 0xC5B9B9) is unknown color: approx Silver. HEX triplet: C5, B9 and B9. RGB value is (197,185,185). Sum of RGB (Red+Green+Blue) = 197+185+185=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9B9 is #3A4646. Grayscale: #BCBCBC. Windows color (decimal): -3819079 or 12171717. OLE color: 12171717.

HSL color Cylindrical-coordinate representation of color #C5B9B9: hue angle of 0º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5B9B9 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197185185-
CMYK00.060.060.23
HSL9.38%74.9%-
HSV(B)6.09%77.25%-
XYZ49.1350.0752.97-
YUV188.59125.98134-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=34.74%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718518500.060.060.2309.3874.9
HexC5B9B906617094b
Octal30527127106627011113
Binary110001011011100110111001011011010111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9B9; }

 p { color: rgb(197,185,185); }

 H1.HeaderClassName
 {
   color: #C5B9B9;
 }
 .AnyTagClassName
 {
   color: #C5B9B9;
 }
</style>
background-color css

<style>
 a { background-color: #C5B9B9; }

 a { background-color: rgb(197,185,185); }

 div.DivClassName
 {
   background-color: #C5B9B9;
 }
 .BgClassName
 {
   background-color: #C5B9B9;
 }
</style>
border-color css

<style>
 span { border-color: #C5B9B9; }

 span { border-color: rgb(197,185,185); }

 td.TdClassName
 {
   border-color: #C5B9B9;
 }
 .TagClassName
 {
   border-color: #C5B9B9;
 }
</style>