Shades of Zinnwaldite #E7C4B1
Tints of Zinnwaldite #E7C4B1
RGB
CMYK
RGB Variations
Color information
#E7C4B1 (or 0xE7C4B1) is known color: Zinnwaldite. HEX triplet: E7, C4 and B1. RGB value is (231,196,177). Sum of RGB (Red+Green+Blue) = 231+196+177=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C4B1 is #183B4E. Grayscale: #CCCCCC. Windows color (decimal): -1588047 or 11650279. OLE color: 11650279.
HSL color Cylindrical-coordinate representation of color #E7C4B1: hue angle of 21.11º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7C4B1 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 177 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.09 |
| HSL | 21.11º | 0.53% | 0.8% | - |
| HSV(B) | 21.11º | 0.23% | 0.91% | - |
| XYZ | 60.63 | 59.64 | 49.91 | - |
| YUV | 204.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 177 | 0 | 0.15 | 0.23 | 0.09 | 21.11 | 0.53 | 0.8 |
| Hex | E7 | C4 | B1 | 0 | F | 17 | 9 | 15 | 35 | 50 |
| Octal | 347 | 304 | 261 | 0 | 17 | 27 | 11 | 25 | 65 | 120 |
| Binary | 11100111 | 11000100 | 10110001 | 0 | 1111 | 10111 | 1001 | 10101 | 110101 | 1010000 |
Color Harmonies of #E7C4B1
Complementary color
Monochromatic Colors of #E7C4B1
Black with #E7C4B1
Text Example
Text Example
White with #E7C4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4B1; }
p { color: rgb(231,196,177); }
H1.HeaderClassName
{
color: #E7C4B1;
}
.AnyTagClassName
{
color: #E7C4B1;
}
</style>
background-color css
<style>
a { background-color: #E7C4B1; }
a { background-color: rgb(231,196,177); }
div.DivClassName
{
background-color: #E7C4B1;
}
.BgClassName
{
background-color: #E7C4B1;
}
</style>
border-color css
<style>
span { border-color: #E7C4B1; }
span { border-color: rgb(231,196,177); }
td.TdClassName
{
border-color: #E7C4B1;
}
.TagClassName
{
border-color: #E7C4B1;
}
</style>