Shades of Zinnwaldite #E8BFAC
Tints of Zinnwaldite #E8BFAC
RGB
CMYK
RGB Variations
Color information
#E8BFAC (or 0xE8BFAC) is known color: Zinnwaldite. HEX triplet: E8, BF and AC. RGB value is (232,191,172). Sum of RGB (Red+Green+Blue) = 232+191+172=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAC is #174053. Grayscale: #C9C9C9. Windows color (decimal): -1523796 or 11321320. OLE color: 11321320.
HSL color Cylindrical-coordinate representation of color #E8BFAC: hue angle of 19º 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 #E8BFAC is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 172 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.09 |
| HSL | 19º | 0.57% | 0.79% | - |
| HSV(B) | 19º | 0.26% | 0.91% | - |
| XYZ | 59.36 | 57.4 | 46.98 | - |
| YUV | 201.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 172 | 0 | 0.18 | 0.26 | 0.09 | 19 | 0.57 | 0.79 |
| Hex | E8 | BF | AC | 0 | 12 | 1A | 9 | 13 | 39 | 4F |
| Octal | 350 | 277 | 254 | 0 | 22 | 32 | 11 | 23 | 71 | 117 |
| Binary | 11101000 | 10111111 | 10101100 | 0 | 10010 | 11010 | 1001 | 10011 | 111001 | 1001111 |
Color Harmonies of #E8BFAC
Complementary color
Monochromatic Colors of #E8BFAC
Black with #E8BFAC
Text Example
Text Example
White with #E8BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFAC; }
p { color: rgb(232,191,172); }
H1.HeaderClassName
{
color: #E8BFAC;
}
.AnyTagClassName
{
color: #E8BFAC;
}
</style>
background-color css
<style>
a { background-color: #E8BFAC; }
a { background-color: rgb(232,191,172); }
div.DivClassName
{
background-color: #E8BFAC;
}
.BgClassName
{
background-color: #E8BFAC;
}
</style>
border-color css
<style>
span { border-color: #E8BFAC; }
span { border-color: rgb(232,191,172); }
td.TdClassName
{
border-color: #E8BFAC;
}
.TagClassName
{
border-color: #E8BFAC;
}
</style>