Shades of Zinnwaldite #E7C6B3
Tints of Zinnwaldite #E7C6B3
RGB
CMYK
RGB Variations
Color information
#E7C6B3 (or 0xE7C6B3) is known color: Zinnwaldite. HEX triplet: E7, C6 and B3. RGB value is (231,198,179). Sum of RGB (Red+Green+Blue) = 231+198+179=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6B3 is #18394C. Grayscale: #CDCDCD. Windows color (decimal): -1587533 or 11781863. OLE color: 11781863.
HSL color Cylindrical-coordinate representation of color #E7C6B3: hue angle of 21.92º 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 #E7C6B3 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 179 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.09 |
| HSL | 21.92º | 0.52% | 0.8% | - |
| HSV(B) | 21.92º | 0.23% | 0.91% | - |
| XYZ | 61.29 | 60.63 | 51.12 | - |
| YUV | 205.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 179 | 0 | 0.14 | 0.23 | 0.09 | 21.92 | 0.52 | 0.8 |
| Hex | E7 | C6 | B3 | 0 | E | 17 | 9 | 16 | 34 | 50 |
| Octal | 347 | 306 | 263 | 0 | 16 | 27 | 11 | 26 | 64 | 120 |
| Binary | 11100111 | 11000110 | 10110011 | 0 | 1110 | 10111 | 1001 | 10110 | 110100 | 1010000 |
Color Harmonies of #E7C6B3
Complementary color
Monochromatic Colors of #E7C6B3
Black with #E7C6B3
Text Example
Text Example
White with #E7C6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6B3; }
p { color: rgb(231,198,179); }
H1.HeaderClassName
{
color: #E7C6B3;
}
.AnyTagClassName
{
color: #E7C6B3;
}
</style>
background-color css
<style>
a { background-color: #E7C6B3; }
a { background-color: rgb(231,198,179); }
div.DivClassName
{
background-color: #E7C6B3;
}
.BgClassName
{
background-color: #E7C6B3;
}
</style>
border-color css
<style>
span { border-color: #E7C6B3; }
span { border-color: rgb(231,198,179); }
td.TdClassName
{
border-color: #E7C6B3;
}
.TagClassName
{
border-color: #E7C6B3;
}
</style>