#C6C4B9

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

Shades of Chrome White #C6C4B9

Tints of Chrome White #C6C4B9

Color information

#C6C4B9 (or 0xC6C4B9) is unknown color: approx Chrome White. HEX triplet: C6, C4 and B9. RGB value is (198,196,185). Sum of RGB (Red+Green+Blue) = 198+196+185=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4B9 is #393B46. Grayscale: #C3C3C3. Windows color (decimal): -3750727 or 12174534. OLE color: 12174534.

HSL color Cylindrical-coordinate representation of color #C6C4B9: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6C4B9 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB198196185-
CMYK00.010.070.22
HSL50.77º10.24%75.1%-
HSV(B)50.77º6.57%77.65%-
XYZ51.7954.9953.78-
YUV195.34122.16129.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=34.20%
G=33.85%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819618500.010.070.2250.7710.2475.1
HexC6C4B90171633a4b
Octal306304271017266312113
Binary110001101100010010111001011111011011001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C4B9; }

 p { color: rgb(198,196,185); }

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

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

 a { background-color: rgb(198,196,185); }

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

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

 span { border-color: rgb(198,196,185); }

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