Shades of Zinnwaldite #E7BFAC
Tints of Zinnwaldite #E7BFAC
RGB
CMYK
RGB Variations
Color information
#E7BFAC (or 0xE7BFAC) is known color: Zinnwaldite. HEX triplet: E7, BF and AC. RGB value is (231,191,172). Sum of RGB (Red+Green+Blue) = 231+191+172=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFAC is #184053. Grayscale: #C8C8C8. Windows color (decimal): -1589332 or 11321319. OLE color: 11321319.
HSL color Cylindrical-coordinate representation of color #E7BFAC: hue angle of 19.32º 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 #E7BFAC is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 172 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.09 |
| HSL | 19.32º | 0.55% | 0.79% | - |
| HSV(B) | 19.32º | 0.26% | 0.91% | - |
| XYZ | 59.03 | 57.23 | 46.96 | - |
| YUV | 200.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 172 | 0 | 0.17 | 0.26 | 0.09 | 19.32 | 0.55 | 0.79 |
| Hex | E7 | BF | AC | 0 | 11 | 1A | 9 | 13 | 37 | 4F |
| Octal | 347 | 277 | 254 | 0 | 21 | 32 | 11 | 23 | 67 | 117 |
| Binary | 11100111 | 10111111 | 10101100 | 0 | 10001 | 11010 | 1001 | 10011 | 110111 | 1001111 |
Color Harmonies of #E7BFAC
Complementary color
Monochromatic Colors of #E7BFAC
Black with #E7BFAC
Text Example
Text Example
White with #E7BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFAC; }
p { color: rgb(231,191,172); }
H1.HeaderClassName
{
color: #E7BFAC;
}
.AnyTagClassName
{
color: #E7BFAC;
}
</style>
background-color css
<style>
a { background-color: #E7BFAC; }
a { background-color: rgb(231,191,172); }
div.DivClassName
{
background-color: #E7BFAC;
}
.BgClassName
{
background-color: #E7BFAC;
}
</style>
border-color css
<style>
span { border-color: #E7BFAC; }
span { border-color: rgb(231,191,172); }
td.TdClassName
{
border-color: #E7BFAC;
}
.TagClassName
{
border-color: #E7BFAC;
}
</style>