#C7C5B6

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

Shades of Chrome White #C7C5B6

Tints of Chrome White #C7C5B6

Color information

#C7C5B6 (or 0xC7C5B6) is unknown color: approx Chrome White. HEX triplet: C7, C5 and B6. RGB value is (199,197,182). Sum of RGB (Red+Green+Blue) = 199+197+182=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5B6 is #383A49. Grayscale: #C3C3C3. Windows color (decimal): -3684938 or 11978183. OLE color: 11978183.

HSL color Cylindrical-coordinate representation of color #C7C5B6: hue angle of 52.94º degrees, saturation: 0.13, 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 #C7C5B6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199197182-
CMYK00.010.090.22
HSL52.94º13.18%74.71%-
HSV(B)52.94º8.54%78.04%-
XYZ51.9655.4552.22-
YUV195.89120.16130.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=34.43%
G=34.08%
B=31.49%

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
Decimal19919718200.010.090.2252.9413.1874.71
HexC7C5B60191635d4b
Octal3073052660111266515113
Binary1100011111000101101101100110011011011010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5B6; }

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

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

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

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

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

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

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

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