Shades of Zinnwaldite #E9C4B3
Tints of Zinnwaldite #E9C4B3
RGB
CMYK
RGB Variations
Color information
#E9C4B3 (or 0xE9C4B3) is known color: Zinnwaldite. HEX triplet: E9, C4 and B3. RGB value is (233,196,179). Sum of RGB (Red+Green+Blue) = 233+196+179=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4B3 is #163B4C. Grayscale: #CDCDCD. Windows color (decimal): -1456973 or 11781353. OLE color: 11781353.
HSL color Cylindrical-coordinate representation of color #E9C4B3: hue angle of 18.89º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9C4B3 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 179 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.09 |
| HSL | 18.89º | 0.55% | 0.81% | - |
| HSV(B) | 18.89º | 0.23% | 0.91% | - |
| XYZ | 61.48 | 60.06 | 51 | - |
| YUV | 205.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 179 | 0 | 0.16 | 0.23 | 0.09 | 18.89 | 0.55 | 0.81 |
| Hex | E9 | C4 | B3 | 0 | 10 | 17 | 9 | 13 | 37 | 51 |
| Octal | 351 | 304 | 263 | 0 | 20 | 27 | 11 | 23 | 67 | 121 |
| Binary | 11101001 | 11000100 | 10110011 | 0 | 10000 | 10111 | 1001 | 10011 | 110111 | 1010001 |
Color Harmonies of #E9C4B3
Complementary color
Monochromatic Colors of #E9C4B3
Black with #E9C4B3
Text Example
Text Example
White with #E9C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C4B3; }
p { color: rgb(233,196,179); }
H1.HeaderClassName
{
color: #E9C4B3;
}
.AnyTagClassName
{
color: #E9C4B3;
}
</style>
background-color css
<style>
a { background-color: #E9C4B3; }
a { background-color: rgb(233,196,179); }
div.DivClassName
{
background-color: #E9C4B3;
}
.BgClassName
{
background-color: #E9C4B3;
}
</style>
border-color css
<style>
span { border-color: #E9C4B3; }
span { border-color: rgb(233,196,179); }
td.TdClassName
{
border-color: #E9C4B3;
}
.TagClassName
{
border-color: #E9C4B3;
}
</style>