Shades of Zinnwaldite #E7C3B0
Tints of Zinnwaldite #E7C3B0
RGB
CMYK
RGB Variations
Color information
#E7C3B0 (or 0xE7C3B0) is known color: Zinnwaldite. HEX triplet: E7, C3 and B0. RGB value is (231,195,176). Sum of RGB (Red+Green+Blue) = 231+195+176=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C3B0 is #183C4F. Grayscale: #CBCBCB. Windows color (decimal): -1588304 or 11584487. OLE color: 11584487.
HSL color Cylindrical-coordinate representation of color #E7C3B0: hue angle of 20.73º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7C3B0 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 176 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.09 |
| HSL | 20.73º | 0.53% | 0.8% | - |
| HSV(B) | 20.73º | 0.24% | 0.91% | - |
| XYZ | 60.31 | 59.15 | 49.31 | - |
| YUV | 203.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 176 | 0 | 0.16 | 0.24 | 0.09 | 20.73 | 0.53 | 0.8 |
| Hex | E7 | C3 | B0 | 0 | 10 | 18 | 9 | 15 | 35 | 50 |
| Octal | 347 | 303 | 260 | 0 | 20 | 30 | 11 | 25 | 65 | 120 |
| Binary | 11100111 | 11000011 | 10110000 | 0 | 10000 | 11000 | 1001 | 10101 | 110101 | 1010000 |
Color Harmonies of #E7C3B0
Complementary color
Monochromatic Colors of #E7C3B0
Black with #E7C3B0
Text Example
Text Example
White with #E7C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C3B0; }
p { color: rgb(231,195,176); }
H1.HeaderClassName
{
color: #E7C3B0;
}
.AnyTagClassName
{
color: #E7C3B0;
}
</style>
background-color css
<style>
a { background-color: #E7C3B0; }
a { background-color: rgb(231,195,176); }
div.DivClassName
{
background-color: #E7C3B0;
}
.BgClassName
{
background-color: #E7C3B0;
}
</style>
border-color css
<style>
span { border-color: #E7C3B0; }
span { border-color: rgb(231,195,176); }
td.TdClassName
{
border-color: #E7C3B0;
}
.TagClassName
{
border-color: #E7C3B0;
}
</style>