#C6C4BC

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

Shades of Chrome White #C6C4BC

Tints of Chrome White #C6C4BC

Color information

#C6C4BC (or 0xC6C4BC) is unknown color: approx Chrome White. HEX triplet: C6, C4 and BC. RGB value is (198,196,188). Sum of RGB (Red+Green+Blue) = 198+196+188=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4BC is #393B43. Grayscale: #C3C3C3. Windows color (decimal): -3750724 or 12371142. OLE color: 12371142.

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

Color convert

RGB198196188-
CMYK00.010.050.22
HSL48º8.06%75.69%-
HSV(B)48º5.05%77.65%-
XYZ52.1155.1255.47-
YUV195.69123.66129.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.02%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=34.02%
G=33.68%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819618800.010.050.22488.0675.69
HexC6C4BC015163084c
Octal306304274015266010114
Binary110001101100010010111100011011011011000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C4BC; }

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

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

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

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

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

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

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

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