Shades of Zinnwaldite #E8C6B7
Tints of Zinnwaldite #E8C6B7
RGB
CMYK
RGB Variations
Color information
#E8C6B7 (or 0xE8C6B7) is known color: Zinnwaldite. HEX triplet: E8, C6 and B7. RGB value is (232,198,183). Sum of RGB (Red+Green+Blue) = 232+198+183=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6B7 is #173948. Grayscale: #CECECE. Windows color (decimal): -1521993 or 12044008. OLE color: 12044008.
HSL color Cylindrical-coordinate representation of color #E8C6B7: hue angle of 18.37º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C6B7 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 183 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.09 |
| HSL | 18.37º | 0.52% | 0.81% | - |
| HSV(B) | 18.37º | 0.21% | 0.91% | - |
| XYZ | 62.02 | 60.96 | 53.3 | - |
| YUV | 206.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 183 | 0 | 0.15 | 0.21 | 0.09 | 18.37 | 0.52 | 0.81 |
| Hex | E8 | C6 | B7 | 0 | F | 15 | 9 | 12 | 34 | 51 |
| Octal | 350 | 306 | 267 | 0 | 17 | 25 | 11 | 22 | 64 | 121 |
| Binary | 11101000 | 11000110 | 10110111 | 0 | 1111 | 10101 | 1001 | 10010 | 110100 | 1010001 |
Color Harmonies of #E8C6B7
Complementary color
Monochromatic Colors of #E8C6B7
Black with #E8C6B7
Text Example
Text Example
White with #E8C6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C6B7; }
p { color: rgb(232,198,183); }
H1.HeaderClassName
{
color: #E8C6B7;
}
.AnyTagClassName
{
color: #E8C6B7;
}
</style>
background-color css
<style>
a { background-color: #E8C6B7; }
a { background-color: rgb(232,198,183); }
div.DivClassName
{
background-color: #E8C6B7;
}
.BgClassName
{
background-color: #E8C6B7;
}
</style>
border-color css
<style>
span { border-color: #E8C6B7; }
span { border-color: rgb(232,198,183); }
td.TdClassName
{
border-color: #E8C6B7;
}
.TagClassName
{
border-color: #E8C6B7;
}
</style>