Shades of Zinnwaldite #E6C3AF
Tints of Zinnwaldite #E6C3AF
RGB
CMYK
RGB Variations
Color information
#E6C3AF (or 0xE6C3AF) is known color: Zinnwaldite. HEX triplet: E6, C3 and AF. RGB value is (230,195,175). Sum of RGB (Red+Green+Blue) = 230+195+175=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C3AF is #193C50. Grayscale: #CBCBCB. Windows color (decimal): -1653841 or 11518950. OLE color: 11518950.
HSL color Cylindrical-coordinate representation of color #E6C3AF: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6C3AF is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 175 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.10 |
| HSL | 21.82º | 0.52% | 0.79% | - |
| HSV(B) | 21.82º | 0.24% | 0.9% | - |
| XYZ | 59.89 | 58.95 | 48.78 | - |
| YUV | 203.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 175 | 0 | 0.15 | 0.24 | 0.10 | 21.82 | 0.52 | 0.79 |
| Hex | E6 | C3 | AF | 0 | F | 18 | A | 16 | 34 | 4F |
| Octal | 346 | 303 | 257 | 0 | 17 | 30 | 12 | 26 | 64 | 117 |
| Binary | 11100110 | 11000011 | 10101111 | 0 | 1111 | 11000 | 1010 | 10110 | 110100 | 1001111 |
Color Harmonies of #E6C3AF
Complementary color
Monochromatic Colors of #E6C3AF
Black with #E6C3AF
Text Example
Text Example
White with #E6C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3AF; }
p { color: rgb(230,195,175); }
H1.HeaderClassName
{
color: #E6C3AF;
}
.AnyTagClassName
{
color: #E6C3AF;
}
</style>
background-color css
<style>
a { background-color: #E6C3AF; }
a { background-color: rgb(230,195,175); }
div.DivClassName
{
background-color: #E6C3AF;
}
.BgClassName
{
background-color: #E6C3AF;
}
</style>
border-color css
<style>
span { border-color: #E6C3AF; }
span { border-color: rgb(230,195,175); }
td.TdClassName
{
border-color: #E6C3AF;
}
.TagClassName
{
border-color: #E6C3AF;
}
</style>