#C8C6BC

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

Shades of Chrome White #C8C6BC

Tints of Chrome White #C8C6BC

Color information

#C8C6BC (or 0xC8C6BC) is unknown color: approx Chrome White. HEX triplet: C8, C6 and BC. RGB value is (200,198,188). Sum of RGB (Red+Green+Blue) = 200+198+188=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BC is #373943. Grayscale: #C5C5C5. Windows color (decimal): -3619140 or 12371656. OLE color: 12371656.

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

Color convert

RGB200198188-
CMYK00.010.060.22
HSL50º9.84%76.08%-
HSV(B)50º6%78.43%-
XYZ53.0956.355.65-
YUV197.46122.66129.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=34.13%
G=33.79%
B=32.08%

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
Decimal20019818800.010.060.22509.8476.08
HexC8C6BC0161632a4c
Octal310306274016266212114
Binary110010001100011010111100011101011011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6BC; }

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

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

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

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

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

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

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

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