#C8C7B9

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

Shades of Chrome White #C8C7B9

Tints of Chrome White #C8C7B9

Color information

#C8C7B9 (or 0xC8C7B9) is unknown color: approx Chrome White. HEX triplet: C8, C7 and B9. RGB value is (200,199,185). Sum of RGB (Red+Green+Blue) = 200+199+185=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7B9 is #373846. Grayscale: #C5C5C5. Windows color (decimal): -3618887 or 12175304. OLE color: 12175304.

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

Color convert

RGB200199185-
CMYK00.000.080.22
HSL56º12%75.49%-
HSV(B)56º7.5%78.43%-
XYZ5356.6354.04-
YUV197.7120.83129.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=34.25%
G=34.08%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019918500.000.080.22561275.49
HexC8C7B90081638c4b
Octal3103072710010267014113
Binary1100100011000111101110010010001011011100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7B9; }

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

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

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

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

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

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

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

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