#C9BABA

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

Shades of Silver #C9BABA

Tints of Silver #C9BABA

Color information

#C9BABA (or 0xC9BABA) is unknown color: approx Silver. HEX triplet: C9, BA and BA. RGB value is (201,186,186). Sum of RGB (Red+Green+Blue) = 201+186+186=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABA is #364545. Grayscale: #BEBEBE. Windows color (decimal): -3556678 or 12237513. OLE color: 12237513.

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

Color convert

RGB201186186-
CMYK00.070.070.21
HSL12.2%75.88%-
HSV(B)7.46%78.82%-
XYZ50.5151.0853.65-
YUV190.48125.47135.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=35.08%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118618600.070.070.21012.275.88
HexC9BABA077150c4c
Octal31127227207725014114
Binary110010011011101010111010011111110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BABA; }

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

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

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

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

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

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

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

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