#E7C5B7

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

Shades of Zinnwaldite #E7C5B7

Tints of Zinnwaldite #E7C5B7

Color information

#E7C5B7 (or 0xE7C5B7) is unknown color: approx Zinnwaldite. HEX triplet: E7, C5 and B7. RGB value is (231,197,183). Sum of RGB (Red+Green+Blue) = 231+197+183=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5B7 is #183A48. Grayscale: #CDCDCD. Windows color (decimal): -1587785 or 12043751. OLE color: 12043751.

HSL color Cylindrical-coordinate representation of color #E7C5B7: hue angle of 17.5º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7C5B7 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231197183-
CMYK00.150.210.09
HSL17.5º50%81.18%-
HSV(B)17.5º20.78%90.59%-
XYZ61.4760.3453.21-
YUV205.57115.26146.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=37.81%
G=32.24%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119718300.150.210.0917.55081.18
HexE7C5B70F159123251
Octal34730526701725112262121
Binary11100111110001011011011101111101011001100101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5B7; }

 p { color: rgb(231,197,183); }

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

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

 a { background-color: rgb(231,197,183); }

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

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

 span { border-color: rgb(231,197,183); }

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