#C4C2BC

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

Shades of Chrome White #C4C2BC

Tints of Chrome White #C4C2BC

Color information

#C4C2BC (or 0xC4C2BC) is unknown color: approx Chrome White. HEX triplet: C4, C2 and BC. RGB value is (196,194,188). Sum of RGB (Red+Green+Blue) = 196+194+188=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2BC is #3B3D43. Grayscale: #C1C1C1. Windows color (decimal): -3882308 or 12370628. OLE color: 12370628.

HSL color Cylindrical-coordinate representation of color #C4C2BC: hue angle of 45º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C2BC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196194188-
CMYK00.010.040.23
HSL45º6.35%75.29%-
HSV(B)45º4.08%76.86%-
XYZ51.1353.9555.3-
YUV193.91124.66129.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=33.91%
G=33.56%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619418800.010.040.23456.3575.29
HexC4C2BC014172d64b
Octal30430227401427556113
Binary11000100110000101011110001100101111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2BC; }

 p { color: rgb(196,194,188); }

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

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

 a { background-color: rgb(196,194,188); }

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

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

 span { border-color: rgb(196,194,188); }

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