#E7BCAC

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

Shades of Zinnwaldite #E7BCAC

Tints of Zinnwaldite #E7BCAC

Color information

#E7BCAC (or 0xE7BCAC) is unknown color: approx Zinnwaldite. HEX triplet: E7, BC and AC. RGB value is (231,188,172). Sum of RGB (Red+Green+Blue) = 231+188+172=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAC is #184353. Grayscale: #C7C7C7. Windows color (decimal): -1590100 or 11320551. OLE color: 11320551.

HSL color Cylindrical-coordinate representation of color #E7BCAC: hue angle of 16.27º degrees, saturation: 0.55, 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 #E7BCAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231188172-
CMYK00.190.260.09
HSL16.27º55.14%79.02%-
HSV(B)16.27º25.54%90.59%-
XYZ58.3855.9346.75-
YUV199.03112.75150.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=39.09%
G=31.81%
B=29.10%

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
Decimal23118817200.190.260.0916.2755.1479.02
HexE7BCAC0131A910374f
Octal34727425402332112067117
Binary111001111011110010101100010011110101001100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCAC; }

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

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

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

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

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

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

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

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