Shades of Zinnwaldite #E8C1B5
Tints of Zinnwaldite #E8C1B5
RGB
CMYK
RGB Variations
Color information
#E8C1B5 (or 0xE8C1B5) is known color: Zinnwaldite. HEX triplet: E8, C1 and B5. RGB value is (232,193,181). Sum of RGB (Red+Green+Blue) = 232+193+181=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C1B5 is #173E4A. Grayscale: #CBCBCB. Windows color (decimal): -1523275 or 11911656. OLE color: 11911656.
HSL color Cylindrical-coordinate representation of color #E8C1B5: hue angle of 14.12º degrees, saturation: 0.53, 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 #E8C1B5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 181 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.09 |
| HSL | 14.12º | 0.53% | 0.81% | - |
| HSV(B) | 14.12º | 0.22% | 0.91% | - |
| XYZ | 60.69 | 58.63 | 51.83 | - |
| YUV | 203.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 181 | 0 | 0.17 | 0.22 | 0.09 | 14.12 | 0.53 | 0.81 |
| Hex | E8 | C1 | B5 | 0 | 11 | 16 | 9 | E | 35 | 51 |
| Octal | 350 | 301 | 265 | 0 | 21 | 26 | 11 | 16 | 65 | 121 |
| Binary | 11101000 | 11000001 | 10110101 | 0 | 10001 | 10110 | 1001 | 1110 | 110101 | 1010001 |
Color Harmonies of #E8C1B5
Complementary color
Monochromatic Colors of #E8C1B5
Black with #E8C1B5
Text Example
Text Example
White with #E8C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C1B5; }
p { color: rgb(232,193,181); }
H1.HeaderClassName
{
color: #E8C1B5;
}
.AnyTagClassName
{
color: #E8C1B5;
}
</style>
background-color css
<style>
a { background-color: #E8C1B5; }
a { background-color: rgb(232,193,181); }
div.DivClassName
{
background-color: #E8C1B5;
}
.BgClassName
{
background-color: #E8C1B5;
}
</style>
border-color css
<style>
span { border-color: #E8C1B5; }
span { border-color: rgb(232,193,181); }
td.TdClassName
{
border-color: #E8C1B5;
}
.TagClassName
{
border-color: #E8C1B5;
}
</style>