Shades of Zinnwaldite #E8C7B6
Tints of Zinnwaldite #E8C7B6
RGB
CMYK
RGB Variations
Color information
#E8C7B6 (or 0xE8C7B6) is known color: Zinnwaldite. HEX triplet: E8, C7 and B6. RGB value is (232,199,182). Sum of RGB (Red+Green+Blue) = 232+199+182=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7B6 is #173849. Grayscale: #CFCFCF. Windows color (decimal): -1521738 or 11978728. OLE color: 11978728.
HSL color Cylindrical-coordinate representation of color #E8C7B6: hue angle of 20.4º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8C7B6 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 182 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.09 |
| HSL | 20.4º | 0.52% | 0.81% | - |
| HSV(B) | 20.4º | 0.22% | 0.91% | - |
| XYZ | 62.15 | 61.38 | 52.83 | - |
| YUV | 206.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 182 | 0 | 0.14 | 0.22 | 0.09 | 20.4 | 0.52 | 0.81 |
| Hex | E8 | C7 | B6 | 0 | E | 16 | 9 | 14 | 34 | 51 |
| Octal | 350 | 307 | 266 | 0 | 16 | 26 | 11 | 24 | 64 | 121 |
| Binary | 11101000 | 11000111 | 10110110 | 0 | 1110 | 10110 | 1001 | 10100 | 110100 | 1010001 |
Color Harmonies of #E8C7B6
Complementary color
Monochromatic Colors of #E8C7B6
Black with #E8C7B6
Text Example
Text Example
White with #E8C7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7B6; }
p { color: rgb(232,199,182); }
H1.HeaderClassName
{
color: #E8C7B6;
}
.AnyTagClassName
{
color: #E8C7B6;
}
</style>
background-color css
<style>
a { background-color: #E8C7B6; }
a { background-color: rgb(232,199,182); }
div.DivClassName
{
background-color: #E8C7B6;
}
.BgClassName
{
background-color: #E8C7B6;
}
</style>
border-color css
<style>
span { border-color: #E8C7B6; }
span { border-color: rgb(232,199,182); }
td.TdClassName
{
border-color: #E8C7B6;
}
.TagClassName
{
border-color: #E8C7B6;
}
</style>