#E7C0B4

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

Shades of Zinnwaldite #E7C0B4

Tints of Zinnwaldite #E7C0B4

Color information

#E7C0B4 (or 0xE7C0B4) is unknown color: approx Zinnwaldite. HEX triplet: E7, C0 and B4. RGB value is (231,192,180). Sum of RGB (Red+Green+Blue) = 231+192+180=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0B4 is #183F4B. Grayscale: #CACACA. Windows color (decimal): -1589068 or 11845863. OLE color: 11845863.

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

Color convert

RGB231192180-
CMYK00.170.220.09
HSL14.12º51.52%80.59%-
HSV(B)14.12º22.08%90.59%-
XYZ60.0457.9851.21-
YUV202.29115.42148.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=38.31%
G=31.84%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119218000.170.220.0914.1251.5280.59
HexE7C0B4011169e3451
Octal34730026402126111664121
Binary11100111110000001011010001000110110100111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0B4; }

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

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

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

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

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

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

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

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