#E7C1B4

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

Shades of Zinnwaldite #E7C1B4

Tints of Zinnwaldite #E7C1B4

Color information

#E7C1B4 (or 0xE7C1B4) is unknown color: approx Zinnwaldite. HEX triplet: E7, C1 and B4. RGB value is (231,193,180). Sum of RGB (Red+Green+Blue) = 231+193+180=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1B4 is #183E4B. Grayscale: #CACACA. Windows color (decimal): -1588812 or 11846119. OLE color: 11846119.

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

Color convert

RGB231193180-
CMYK00.160.220.09
HSL15.29º51.52%80.59%-
HSV(B)15.29º22.08%90.59%-
XYZ60.2658.4251.28-
YUV202.88115.09148.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=38.25%
G=31.95%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119318000.160.220.0915.2951.5280.59
HexE7C1B4010169f3451
Octal34730126402026111764121
Binary11100111110000011011010001000010110100111111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C1B4; }

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

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

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

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

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

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

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

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