#E7C0B3

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

Shades of Zinnwaldite #E7C0B3

Tints of Zinnwaldite #E7C0B3

Color information

#E7C0B3 (or 0xE7C0B3) is unknown color: approx Zinnwaldite. HEX triplet: E7, C0 and B3. RGB value is (231,192,179). Sum of RGB (Red+Green+Blue) = 231+192+179=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0B3 is #183F4C. Grayscale: #CACACA. Windows color (decimal): -1589069 or 11780327. OLE color: 11780327.

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

Color convert

RGB231192179-
CMYK00.170.230.09
HSL15º52%80.39%-
HSV(B)15º22.51%90.59%-
XYZ59.9457.9450.67-
YUV202.18114.92148.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=38.37%
G=31.89%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119217900.170.230.09155280.39
HexE7C0B3011179f3450
Octal34730026302127111764120
Binary11100111110000001011001101000110111100111111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0B3; }

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

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

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

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

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

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

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

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