Shades of Zinnwaldite #ECC6B4
Tints of Zinnwaldite #ECC6B4
RGB
CMYK
RGB Variations
Color information
#ECC6B4 (or 0xECC6B4) is known color: Zinnwaldite. HEX triplet: EC, C6 and B4. RGB value is (236,198,180). Sum of RGB (Red+Green+Blue) = 236+198+180=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6B4 is #13394B. Grayscale: #CFCFCF. Windows color (decimal): -1259852 or 11847404. OLE color: 11847404.
HSL color Cylindrical-coordinate representation of color #ECC6B4: hue angle of 19.29º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC6B4 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 180 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.07 |
| HSL | 19.29º | 0.6% | 0.82% | - |
| HSV(B) | 19.29º | 0.24% | 0.93% | - |
| XYZ | 63.02 | 61.52 | 51.73 | - |
| YUV | 207.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 180 | 0 | 0.16 | 0.24 | 0.07 | 19.29 | 0.6 | 0.82 |
| Hex | EC | C6 | B4 | 0 | 10 | 18 | 7 | 13 | 3C | 52 |
| Octal | 354 | 306 | 264 | 0 | 20 | 30 | 7 | 23 | 74 | 122 |
| Binary | 11101100 | 11000110 | 10110100 | 0 | 10000 | 11000 | 111 | 10011 | 111100 | 1010010 |
Color Harmonies of #ECC6B4
Complementary color
Monochromatic Colors of #ECC6B4
Black with #ECC6B4
Text Example
Text Example
White with #ECC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6B4; }
p { color: rgb(236,198,180); }
H1.HeaderClassName
{
color: #ECC6B4;
}
.AnyTagClassName
{
color: #ECC6B4;
}
</style>
background-color css
<style>
a { background-color: #ECC6B4; }
a { background-color: rgb(236,198,180); }
div.DivClassName
{
background-color: #ECC6B4;
}
.BgClassName
{
background-color: #ECC6B4;
}
</style>
border-color css
<style>
span { border-color: #ECC6B4; }
span { border-color: rgb(236,198,180); }
td.TdClassName
{
border-color: #ECC6B4;
}
.TagClassName
{
border-color: #ECC6B4;
}
</style>