#E7C2B5

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

Shades of Zinnwaldite #E7C2B5

Tints of Zinnwaldite #E7C2B5

Color information

#E7C2B5 (or 0xE7C2B5) is unknown color: approx Zinnwaldite. HEX triplet: E7, C2 and B5. RGB value is (231,194,181). Sum of RGB (Red+Green+Blue) = 231+194+181=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2B5 is #183D4A. Grayscale: #CBCBCB. Windows color (decimal): -1588555 or 11911911. OLE color: 11911911.

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

Color convert

RGB231194181-
CMYK00.160.220.09
HSL15.6º51.02%80.78%-
HSV(B)15.6º21.65%90.59%-
XYZ60.5958.9151.89-
YUV203.58115.26147.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=38.12%
G=32.01%
B=29.87%

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
Decimal23119418100.160.220.0915.651.0280.78
HexE7C2B5010169103351
Octal34730226502026112063121
Binary111001111100001010110101010000101101001100001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2B5; }

 p { color: rgb(231,194,181); }

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

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

 a { background-color: rgb(231,194,181); }

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

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

 span { border-color: rgb(231,194,181); }

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