#C9BDBD

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

Shades of Silver #C9BDBD

Tints of Silver #C9BDBD

Color information

#C9BDBD (or 0xC9BDBD) is unknown color: approx Silver. HEX triplet: C9, BD and BD. RGB value is (201,189,189). Sum of RGB (Red+Green+Blue) = 201+189+189=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBD is #364242. Grayscale: #C0C0C0. Windows color (decimal): -3555907 or 12434889. OLE color: 12434889.

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

Color convert

RGB201189189-
CMYK00.060.060.21
HSL10%76.47%-
HSV(B)5.97%78.82%-
XYZ51.4752.4955.56-
YUV192.59125.98134-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=34.72%
G=32.64%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118918900.060.060.2101076.47
HexC9BDBD066150a4c
Octal31127527506625012114
Binary110010011011110110111101011011010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDBD; }

 p { color: rgb(201,189,189); }

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

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

 a { background-color: rgb(201,189,189); }

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

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

 span { border-color: rgb(201,189,189); }

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