Shades of Zinnwaldite #E8C8B7
Tints of Zinnwaldite #E8C8B7
RGB
CMYK
RGB Variations
Color information
#E8C8B7 (or 0xE8C8B7) is known color: Zinnwaldite. HEX triplet: E8, C8 and B7. RGB value is (232,200,183). Sum of RGB (Red+Green+Blue) = 232+200+183=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8B7 is #173748. Grayscale: #CFCFCF. Windows color (decimal): -1521481 or 12044520. OLE color: 12044520.
HSL color Cylindrical-coordinate representation of color #E8C8B7: hue angle of 20.82º 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 #E8C8B7 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 183 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.09 |
| HSL | 20.82º | 0.52% | 0.81% | - |
| HSV(B) | 20.82º | 0.21% | 0.91% | - |
| XYZ | 62.48 | 61.88 | 53.45 | - |
| YUV | 207.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 183 | 0 | 0.14 | 0.21 | 0.09 | 20.82 | 0.52 | 0.81 |
| Hex | E8 | C8 | B7 | 0 | E | 15 | 9 | 15 | 34 | 51 |
| Octal | 350 | 310 | 267 | 0 | 16 | 25 | 11 | 25 | 64 | 121 |
| Binary | 11101000 | 11001000 | 10110111 | 0 | 1110 | 10101 | 1001 | 10101 | 110100 | 1010001 |
Color Harmonies of #E8C8B7
Complementary color
Monochromatic Colors of #E8C8B7
Black with #E8C8B7
Text Example
Text Example
White with #E8C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8B7; }
p { color: rgb(232,200,183); }
H1.HeaderClassName
{
color: #E8C8B7;
}
.AnyTagClassName
{
color: #E8C8B7;
}
</style>
background-color css
<style>
a { background-color: #E8C8B7; }
a { background-color: rgb(232,200,183); }
div.DivClassName
{
background-color: #E8C8B7;
}
.BgClassName
{
background-color: #E8C8B7;
}
</style>
border-color css
<style>
span { border-color: #E8C8B7; }
span { border-color: rgb(232,200,183); }
td.TdClassName
{
border-color: #E8C8B7;
}
.TagClassName
{
border-color: #E8C8B7;
}
</style>