#E7C4B6

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

Shades of Zinnwaldite #E7C4B6

Tints of Zinnwaldite #E7C4B6

Color information

#E7C4B6 (or 0xE7C4B6) is unknown color: approx Zinnwaldite. HEX triplet: E7, C4 and B6. RGB value is (231,196,182). Sum of RGB (Red+Green+Blue) = 231+196+182=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4B6 is #183B49. Grayscale: #CCCCCC. Windows color (decimal): -1588042 or 11977959. OLE color: 11977959.

HSL color Cylindrical-coordinate representation of color #E7C4B6: hue angle of 17.14º degrees, saturation: 0.51, 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 #E7C4B6 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231196182-
CMYK00.150.210.09
HSL17.14º50.52%80.98%-
HSV(B)17.14º21.21%90.59%-
XYZ61.1459.8552.59-
YUV204.87115.1146.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=37.93%
G=32.18%
B=29.89%

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
Decimal23119618200.150.210.0917.1450.5280.98
HexE7C4B60F159113351
Octal34730426601725112163121
Binary11100111110001001011011001111101011001100011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4B6; }

 p { color: rgb(231,196,182); }

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

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

 a { background-color: rgb(231,196,182); }

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

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

 span { border-color: rgb(231,196,182); }

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