Shades of Zinnwaldite #E7BCAC
Tints of Zinnwaldite #E7BCAC
RGB
CMYK
RGB Variations
Color information
#E7BCAC (or 0xE7BCAC) is known color: 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
| RGB | 231 | 188 | 172 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.09 |
| HSL | 16.27º | 0.55% | 0.79% | - |
| HSV(B) | 16.27º | 0.26% | 0.91% | - |
| XYZ | 58.38 | 55.93 | 46.75 | - |
| YUV | 199.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 172 | 0 | 0.19 | 0.26 | 0.09 | 16.27 | 0.55 | 0.79 |
| Hex | E7 | BC | AC | 0 | 13 | 1A | 9 | 10 | 37 | 4F |
| Octal | 347 | 274 | 254 | 0 | 23 | 32 | 11 | 20 | 67 | 117 |
| Binary | 11100111 | 10111100 | 10101100 | 0 | 10011 | 11010 | 1001 | 10000 | 110111 | 1001111 |
Color Harmonies of #E7BCAC
Complementary color
Monochromatic Colors of #E7BCAC
Black with #E7BCAC
Text Example
Text Example
White with #E7BCAC
Text Example
Text Example
HTML Codes & Css Web 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>