#C8C6BA

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

Shades of Chrome White #C8C6BA

Tints of Chrome White #C8C6BA

Color information

#C8C6BA (or 0xC8C6BA) is unknown color: approx Chrome White. HEX triplet: C8, C6 and BA. RGB value is (200,198,186). Sum of RGB (Red+Green+Blue) = 200+198+186=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BA is #373945. Grayscale: #C5C5C5. Windows color (decimal): -3619142 or 12240584. OLE color: 12240584.

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

Color convert

RGB200198186-
CMYK00.010.070.22
HSL51.43º11.29%75.69%-
HSV(B)51.43º7%78.43%-
XYZ52.8856.2154.52-
YUV197.23121.66129.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=34.25%
G=33.90%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019818600.010.070.2251.4311.2975.69
HexC8C6BA0171633b4c
Octal310306272017266313114
Binary110010001100011010111010011111011011001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6BA; }

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

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

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

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

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

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

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

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