#C8C7BC

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

Shades of Chrome White #C8C7BC

Tints of Chrome White #C8C7BC

Color information

#C8C7BC (or 0xC8C7BC) is unknown color: approx Chrome White. HEX triplet: C8, C7 and BC. RGB value is (200,199,188). Sum of RGB (Red+Green+Blue) = 200+199+188=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7BC is #373843. Grayscale: #C6C6C6. Windows color (decimal): -3618884 or 12371912. OLE color: 12371912.

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

Color convert

RGB200199188-
CMYK00.000.060.22
HSL55º9.84%76.08%-
HSV(B)55º6%78.43%-
XYZ53.3256.7655.72-
YUV198.04122.33129.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=34.07%
G=33.90%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019918800.000.060.22559.8476.08
HexC8C7BC0061637a4c
Octal310307274006266712114
Binary110010001100011110111100001101011011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7BC; }

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

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

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

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

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

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

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

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