#E7C7B6

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

Shades of Zinnwaldite #E7C7B6

Tints of Zinnwaldite #E7C7B6

Color information

#E7C7B6 (or 0xE7C7B6) is unknown color: approx Zinnwaldite. HEX triplet: E7, C7 and B6. RGB value is (231,199,182). Sum of RGB (Red+Green+Blue) = 231+199+182=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7B6 is #183849. Grayscale: #CECECE. Windows color (decimal): -1587274 or 11978727. OLE color: 11978727.

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

Color convert

RGB231199182-
CMYK00.140.210.09
HSL20.82º50.52%80.98%-
HSV(B)20.82º21.21%90.59%-
XYZ61.8261.2152.81-
YUV206.63114.1145.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=37.75%
G=32.52%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119918200.140.210.0920.8250.5280.98
HexE7C7B60E159153351
Octal34730726601625112563121
Binary11100111110001111011011001110101011001101011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7B6; }

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

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

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

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

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

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

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

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