#C9C7BA

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

Shades of Chrome White #C9C7BA

Tints of Chrome White #C9C7BA

Color information

#C9C7BA (or 0xC9C7BA) is unknown color: approx Chrome White. HEX triplet: C9, C7 and BA. RGB value is (201,199,186). Sum of RGB (Red+Green+Blue) = 201+199+186=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7BA is #363845. Grayscale: #C6C6C6. Windows color (decimal): -3553350 or 12240841. OLE color: 12240841.

HSL color Cylindrical-coordinate representation of color #C9C7BA: hue angle of 52º 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 #C9C7BA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201199186-
CMYK00.010.070.21
HSL52º12.2%75.88%-
HSV(B)52º7.46%78.82%-
XYZ53.3756.8154.61-
YUV198.12121.16130.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=34.30%
G=33.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119918600.010.070.215212.275.88
HexC9C7BA0171534c4c
Octal311307272017256414114
Binary110010011100011110111010011111010111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7BA; }

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

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

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

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

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

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

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

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