#C8C5BB

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

Shades of Chrome White #C8C5BB

Tints of Chrome White #C8C5BB

Color information

#C8C5BB (or 0xC8C5BB) is unknown color: approx Chrome White. HEX triplet: C8, C5 and BB. RGB value is (200,197,187). Sum of RGB (Red+Green+Blue) = 200+197+187=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5BB is #373A44. Grayscale: #C4C4C4. Windows color (decimal): -3619397 or 12305864. OLE color: 12305864.

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

Color convert

RGB200197187-
CMYK00.020.060.22
HSL46.15º10.57%75.88%-
HSV(B)46.15º6.5%78.43%-
XYZ52.7655.855-
YUV196.76122.49130.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=34.25%
G=33.73%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019718700.020.060.2246.1510.5775.88
HexC8C5BB026162eb4c
Octal310305273026265613114
Binary1100100011000101101110110101101011010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5BB; }

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

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

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

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

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

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

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

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