#E8BCAC

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

Shades of Zinnwaldite #E8BCAC

Tints of Zinnwaldite #E8BCAC

Color information

#E8BCAC (or 0xE8BCAC) is unknown color: approx Zinnwaldite. HEX triplet: E8, BC and AC. RGB value is (232,188,172). Sum of RGB (Red+Green+Blue) = 232+188+172=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCAC is #174353. Grayscale: #C7C7C7. Windows color (decimal): -1524564 or 11320552. OLE color: 11320552.

HSL color Cylindrical-coordinate representation of color #E8BCAC: hue angle of 16º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BCAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB232188172-
CMYK00.190.260.09
HSL16º56.6%79.22%-
HSV(B)16º25.86%90.98%-
XYZ58.7156.146.76-
YUV199.33112.58151.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=39.19%
G=31.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218817200.190.260.091656.679.22
HexE8BCAC0131A910394f
Octal35027425402332112071117
Binary111010001011110010101100010011110101001100001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCAC; }

 p { color: rgb(232,188,172); }

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

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

 a { background-color: rgb(232,188,172); }

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

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

 span { border-color: rgb(232,188,172); }

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