#C9C5B6

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

Shades of Chrome White #C9C5B6

Tints of Chrome White #C9C5B6

Color information

#C9C5B6 (or 0xC9C5B6) is unknown color: approx Chrome White. HEX triplet: C9, C5 and B6. RGB value is (201,197,182). Sum of RGB (Red+Green+Blue) = 201+197+182=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5B6 is #363A49. Grayscale: #C4C4C4. Windows color (decimal): -3553866 or 11978185. OLE color: 11978185.

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

Color convert

RGB201197182-
CMYK00.020.090.21
HSL47.37º14.96%75.1%-
HSV(B)47.37º9.45%78.82%-
XYZ52.555.7352.25-
YUV196.49119.83131.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=34.66%
G=33.97%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119718200.020.090.2147.3714.9675.1
HexC9C5B6029152ff4b
Octal3113052660211255717113
Binary11001001110001011011011001010011010110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5B6; }

 p { color: rgb(201,197,182); }

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

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

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

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

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

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

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