Shades of Zinnwaldite #E7C6B5
Tints of Zinnwaldite #E7C6B5
RGB
CMYK
RGB Variations
Color information
#E7C6B5 (or 0xE7C6B5) is known color: Zinnwaldite. HEX triplet: E7, C6 and B5. RGB value is (231,198,181). Sum of RGB (Red+Green+Blue) = 231+198+181=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6B5 is #18394A. Grayscale: #CECECE. Windows color (decimal): -1587531 or 11912935. OLE color: 11912935.
HSL color Cylindrical-coordinate representation of color #E7C6B5: hue angle of 20.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7C6B5 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 181 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.09 |
| HSL | 20.4º | 0.51% | 0.81% | - |
| HSV(B) | 20.4º | 0.22% | 0.91% | - |
| XYZ | 61.49 | 60.71 | 52.19 | - |
| YUV | 205.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 181 | 0 | 0.14 | 0.22 | 0.09 | 20.4 | 0.51 | 0.81 |
| Hex | E7 | C6 | B5 | 0 | E | 16 | 9 | 14 | 33 | 51 |
| Octal | 347 | 306 | 265 | 0 | 16 | 26 | 11 | 24 | 63 | 121 |
| Binary | 11100111 | 11000110 | 10110101 | 0 | 1110 | 10110 | 1001 | 10100 | 110011 | 1010001 |
Color Harmonies of #E7C6B5
Complementary color
Monochromatic Colors of #E7C6B5
Black with #E7C6B5
Text Example
Text Example
White with #E7C6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6B5; }
p { color: rgb(231,198,181); }
H1.HeaderClassName
{
color: #E7C6B5;
}
.AnyTagClassName
{
color: #E7C6B5;
}
</style>
background-color css
<style>
a { background-color: #E7C6B5; }
a { background-color: rgb(231,198,181); }
div.DivClassName
{
background-color: #E7C6B5;
}
.BgClassName
{
background-color: #E7C6B5;
}
</style>
border-color css
<style>
span { border-color: #E7C6B5; }
span { border-color: rgb(231,198,181); }
td.TdClassName
{
border-color: #E7C6B5;
}
.TagClassName
{
border-color: #E7C6B5;
}
</style>