Shades of Zinnwaldite #E6C4B6
Tints of Zinnwaldite #E6C4B6
RGB
CMYK
RGB Variations
Color information
#E6C4B6 (or 0xE6C4B6) is known color: Zinnwaldite. HEX triplet: E6, C4 and B6. RGB value is (230,196,182). Sum of RGB (Red+Green+Blue) = 230+196+182=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4B6 is #193B49. Grayscale: #CCCCCC. Windows color (decimal): -1653578 or 11977958. OLE color: 11977958.
HSL color Cylindrical-coordinate representation of color #E6C4B6: hue angle of 17.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C4B6 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 182 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.10 |
| HSL | 17.5º | 0.49% | 0.81% | - |
| HSV(B) | 17.5º | 0.21% | 0.9% | - |
| XYZ | 60.82 | 59.68 | 52.57 | - |
| YUV | 204.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 182 | 0 | 0.15 | 0.21 | 0.10 | 17.5 | 0.49 | 0.81 |
| Hex | E6 | C4 | B6 | 0 | F | 15 | A | 12 | 31 | 51 |
| Octal | 346 | 304 | 266 | 0 | 17 | 25 | 12 | 22 | 61 | 121 |
| Binary | 11100110 | 11000100 | 10110110 | 0 | 1111 | 10101 | 1010 | 10010 | 110001 | 1010001 |
Color Harmonies of #E6C4B6
Complementary color
Monochromatic Colors of #E6C4B6
Black with #E6C4B6
Text Example
Text Example
White with #E6C4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4B6; }
p { color: rgb(230,196,182); }
H1.HeaderClassName
{
color: #E6C4B6;
}
.AnyTagClassName
{
color: #E6C4B6;
}
</style>
background-color css
<style>
a { background-color: #E6C4B6; }
a { background-color: rgb(230,196,182); }
div.DivClassName
{
background-color: #E6C4B6;
}
.BgClassName
{
background-color: #E6C4B6;
}
</style>
border-color css
<style>
span { border-color: #E6C4B6; }
span { border-color: rgb(230,196,182); }
td.TdClassName
{
border-color: #E6C4B6;
}
.TagClassName
{
border-color: #E6C4B6;
}
</style>