#C7C6BC

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

Shades of Chrome White #C7C6BC

Tints of Chrome White #C7C6BC

Color information

#C7C6BC (or 0xC7C6BC) is unknown color: approx Chrome White. HEX triplet: C7, C6 and BC. RGB value is (199,198,188). Sum of RGB (Red+Green+Blue) = 199+198+188=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6BC is #383943. Grayscale: #C5C5C5. Windows color (decimal): -3684676 or 12371655. OLE color: 12371655.

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

Color convert

RGB199198188-
CMYK00.010.060.22
HSL54.55º8.94%75.88%-
HSV(B)54.55º5.53%78.04%-
XYZ52.8256.1655.63-
YUV197.16122.83129.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=34.02%
G=33.85%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919818800.010.060.2254.558.9475.88
HexC7C6BC016163794c
Octal307306274016266711114
Binary110001111100011010111100011101011011011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C6BC; }

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

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

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

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

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

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

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

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