#C8C6B6

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

Shades of Chrome White #C8C6B6

Tints of Chrome White #C8C6B6

Color information

#C8C6B6 (or 0xC8C6B6) is unknown color: approx Chrome White. HEX triplet: C8, C6 and B6. RGB value is (200,198,182). Sum of RGB (Red+Green+Blue) = 200+198+182=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6B6 is #373949. Grayscale: #C4C4C4. Windows color (decimal): -3619146 or 11978440. OLE color: 11978440.

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

Color convert

RGB200198182-
CMYK00.010.090.22
HSL53.33º14.06%74.9%-
HSV(B)53.33º9%78.43%-
XYZ52.4656.0452.31-
YUV196.77119.66130.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=34.48%
G=34.14%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019818200.010.090.2253.3314.0674.9
HexC8C6B60191635e4b
Octal3103062660111266516113
Binary1100100011000110101101100110011011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6B6; }

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

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

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

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

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

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

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

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