Shades of Zinnwaldite #E9C3B3
Tints of Zinnwaldite #E9C3B3
RGB
CMYK
RGB Variations
Color information
#E9C3B3 (or 0xE9C3B3) is known color: Zinnwaldite. HEX triplet: E9, C3 and B3. RGB value is (233,195,179). Sum of RGB (Red+Green+Blue) = 233+195+179=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C3B3 is #163C4C. Grayscale: #CCCCCC. Windows color (decimal): -1457229 or 11781097. OLE color: 11781097.
HSL color Cylindrical-coordinate representation of color #E9C3B3: hue angle of 17.78º 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 #E9C3B3 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 179 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.09 |
| HSL | 17.78º | 0.55% | 0.81% | - |
| HSV(B) | 17.78º | 0.23% | 0.91% | - |
| XYZ | 61.26 | 59.61 | 50.92 | - |
| YUV | 204.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 179 | 0 | 0.16 | 0.23 | 0.09 | 17.78 | 0.55 | 0.81 |
| Hex | E9 | C3 | B3 | 0 | 10 | 17 | 9 | 12 | 37 | 51 |
| Octal | 351 | 303 | 263 | 0 | 20 | 27 | 11 | 22 | 67 | 121 |
| Binary | 11101001 | 11000011 | 10110011 | 0 | 10000 | 10111 | 1001 | 10010 | 110111 | 1010001 |
Color Harmonies of #E9C3B3
Complementary color
Monochromatic Colors of #E9C3B3
Black with #E9C3B3
Text Example
Text Example
White with #E9C3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3B3; }
p { color: rgb(233,195,179); }
H1.HeaderClassName
{
color: #E9C3B3;
}
.AnyTagClassName
{
color: #E9C3B3;
}
</style>
background-color css
<style>
a { background-color: #E9C3B3; }
a { background-color: rgb(233,195,179); }
div.DivClassName
{
background-color: #E9C3B3;
}
.BgClassName
{
background-color: #E9C3B3;
}
</style>
border-color css
<style>
span { border-color: #E9C3B3; }
span { border-color: rgb(233,195,179); }
td.TdClassName
{
border-color: #E9C3B3;
}
.TagClassName
{
border-color: #E9C3B3;
}
</style>