Shades of Zinnwaldite #E7C3B3
Tints of Zinnwaldite #E7C3B3
RGB
CMYK
RGB Variations
Color information
#E7C3B3 (or 0xE7C3B3) is known color: Zinnwaldite. HEX triplet: E7, C3 and B3. RGB value is (231,195,179). Sum of RGB (Red+Green+Blue) = 231+195+179=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C3B3 is #183C4C. Grayscale: #CCCCCC. Windows color (decimal): -1588301 or 11781095. OLE color: 11781095.
HSL color Cylindrical-coordinate representation of color #E7C3B3: hue angle of 18.46º degrees, saturation: 0.52, 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 #E7C3B3 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 179 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.09 |
| HSL | 18.46º | 0.52% | 0.8% | - |
| HSV(B) | 18.46º | 0.23% | 0.91% | - |
| XYZ | 60.61 | 59.27 | 50.89 | - |
| YUV | 203.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 179 | 0 | 0.16 | 0.23 | 0.09 | 18.46 | 0.52 | 0.8 |
| Hex | E7 | C3 | B3 | 0 | 10 | 17 | 9 | 12 | 34 | 50 |
| Octal | 347 | 303 | 263 | 0 | 20 | 27 | 11 | 22 | 64 | 120 |
| Binary | 11100111 | 11000011 | 10110011 | 0 | 10000 | 10111 | 1001 | 10010 | 110100 | 1010000 |
Color Harmonies of #E7C3B3
Complementary color
Monochromatic Colors of #E7C3B3
Black with #E7C3B3
Text Example
Text Example
White with #E7C3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C3B3; }
p { color: rgb(231,195,179); }
H1.HeaderClassName
{
color: #E7C3B3;
}
.AnyTagClassName
{
color: #E7C3B3;
}
</style>
background-color css
<style>
a { background-color: #E7C3B3; }
a { background-color: rgb(231,195,179); }
div.DivClassName
{
background-color: #E7C3B3;
}
.BgClassName
{
background-color: #E7C3B3;
}
</style>
border-color css
<style>
span { border-color: #E7C3B3; }
span { border-color: rgb(231,195,179); }
td.TdClassName
{
border-color: #E7C3B3;
}
.TagClassName
{
border-color: #E7C3B3;
}
</style>