#E7C6B4

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

Shades of Zinnwaldite #E7C6B4

Tints of Zinnwaldite #E7C6B4

Color information

#E7C6B4 (or 0xE7C6B4) is unknown color: approx Zinnwaldite. HEX triplet: E7, C6 and B4. RGB value is (231,198,180). Sum of RGB (Red+Green+Blue) = 231+198+180=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6B4 is #18394B. Grayscale: #CDCDCD. Windows color (decimal): -1587532 or 11847399. OLE color: 11847399.

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

Color convert

RGB231198180-
CMYK00.140.220.09
HSL21.18º51.52%80.59%-
HSV(B)21.18º22.08%90.59%-
XYZ61.3960.6751.66-
YUV205.82113.43145.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=37.93%
G=32.51%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119818000.140.220.0921.1851.5280.59
HexE7C6B40E169153451
Octal34730626401626112564121
Binary11100111110001101011010001110101101001101011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6B4; }

 p { color: rgb(231,198,180); }

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

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

 a { background-color: rgb(231,198,180); }

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

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

 span { border-color: rgb(231,198,180); }

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