#E7C1AC

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

Shades of Zinnwaldite #E7C1AC

Tints of Zinnwaldite #E7C1AC

Color information

#E7C1AC (or 0xE7C1AC) is unknown color: approx Zinnwaldite. HEX triplet: E7, C1 and AC. RGB value is (231,193,172). Sum of RGB (Red+Green+Blue) = 231+193+172=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C1AC is #183E53. Grayscale: #CACACA. Windows color (decimal): -1588820 or 11321831. OLE color: 11321831.

HSL color Cylindrical-coordinate representation of color #E7C1AC: hue angle of 21.36º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7C1AC is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231193172-
CMYK00.160.260.09
HSL21.36º55.14%79.02%-
HSV(B)21.36º25.54%90.59%-
XYZ59.4758.1147.11-
YUV201.97111.09148.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=38.76%
G=32.38%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119317200.160.260.0921.3655.1479.02
HexE7C1AC0101A915374f
Octal34730125402032112567117
Binary111001111100000110101100010000110101001101011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C1AC; }

 p { color: rgb(231,193,172); }

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

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

 a { background-color: rgb(231,193,172); }

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

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

 span { border-color: rgb(231,193,172); }

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