#C9C7BC

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

Shades of Chrome White #C9C7BC

Tints of Chrome White #C9C7BC

Color information

#C9C7BC (or 0xC9C7BC) is unknown color: approx Chrome White. HEX triplet: C9, C7 and BC. RGB value is (201,199,188). Sum of RGB (Red+Green+Blue) = 201+199+188=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7BC is #363843. Grayscale: #C6C6C6. Windows color (decimal): -3553348 or 12371913. OLE color: 12371913.

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

Color convert

RGB201199188-
CMYK00.010.060.21
HSL50.77º10.74%76.27%-
HSV(B)50.77º6.47%78.82%-
XYZ53.5956.955.73-
YUV198.34122.16129.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=34.18%
G=33.84%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119918800.010.060.2150.7710.7476.27
HexC9C7BC0161533b4c
Octal311307274016256313114
Binary110010011100011110111100011101010111001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7BC; }

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

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

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

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

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

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

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

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