#C7C5B5

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

Shades of Chrome White #C7C5B5

Tints of Chrome White #C7C5B5

Color information

#C7C5B5 (or 0xC7C5B5) is unknown color: approx Chrome White. HEX triplet: C7, C5 and B5. RGB value is (199,197,181). Sum of RGB (Red+Green+Blue) = 199+197+181=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5B5 is #383A4A. Grayscale: #C3C3C3. Windows color (decimal): -3684939 or 11912647. OLE color: 11912647.

HSL color Cylindrical-coordinate representation of color #C7C5B5: 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 #C7C5B5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199197181-
CMYK00.010.090.22
HSL53.33º13.85%74.51%-
HSV(B)53.33º9.05%78.04%-
XYZ51.8655.4151.68-
YUV195.77119.66130.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=34.49%
G=34.14%
B=31.37%

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
Decimal19919718100.010.090.2253.3313.8574.51
HexC7C5B50191635e4b
Octal3073052650111266516113
Binary1100011111000101101101010110011011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5B5; }

 p { color: rgb(199,197,181); }

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

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

 a { background-color: rgb(199,197,181); }

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

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

 span { border-color: rgb(199,197,181); }

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