#C8C7BB

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

Shades of Chrome White #C8C7BB

Tints of Chrome White #C8C7BB

Color information

#C8C7BB (or 0xC8C7BB) is unknown color: approx Chrome White. HEX triplet: C8, C7 and BB. RGB value is (200,199,187). Sum of RGB (Red+Green+Blue) = 200+199+187=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7BB is #373844. Grayscale: #C5C5C5. Windows color (decimal): -3618885 or 12306376. OLE color: 12306376.

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

Color convert

RGB200199187-
CMYK00.000.060.22
HSL55.38º10.57%75.88%-
HSV(B)55.38º6.5%78.43%-
XYZ53.2156.7155.16-
YUV197.93121.83129.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=34.13%
G=33.96%
B=31.91%

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
Decimal20019918700.000.060.2255.3810.5775.88
HexC8C7BB0061637b4c
Octal310307273006266713114
Binary110010001100011110111011001101011011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7BB; }

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

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

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

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

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

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

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

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