Shades of Zinnwaldite #ECC6B6
Tints of Zinnwaldite #ECC6B6
RGB
CMYK
RGB Variations
Color information
#ECC6B6 (or 0xECC6B6) is known color: Zinnwaldite. HEX triplet: EC, C6 and B6. RGB value is (236,198,182). Sum of RGB (Red+Green+Blue) = 236+198+182=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6B6 is #133949. Grayscale: #CFCFCF. Windows color (decimal): -1259850 or 11978476. OLE color: 11978476.
HSL color Cylindrical-coordinate representation of color #ECC6B6: hue angle of 17.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC6B6 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 182 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.07 |
| HSL | 17.78º | 0.59% | 0.82% | - |
| HSV(B) | 17.78º | 0.23% | 0.93% | - |
| XYZ | 63.23 | 61.6 | 52.81 | - |
| YUV | 207.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 182 | 0 | 0.16 | 0.23 | 0.07 | 17.78 | 0.59 | 0.82 |
| Hex | EC | C6 | B6 | 0 | 10 | 17 | 7 | 12 | 3B | 52 |
| Octal | 354 | 306 | 266 | 0 | 20 | 27 | 7 | 22 | 73 | 122 |
| Binary | 11101100 | 11000110 | 10110110 | 0 | 10000 | 10111 | 111 | 10010 | 111011 | 1010010 |
Color Harmonies of #ECC6B6
Complementary color
Monochromatic Colors of #ECC6B6
Black with #ECC6B6
Text Example
Text Example
White with #ECC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6B6; }
p { color: rgb(236,198,182); }
H1.HeaderClassName
{
color: #ECC6B6;
}
.AnyTagClassName
{
color: #ECC6B6;
}
</style>
background-color css
<style>
a { background-color: #ECC6B6; }
a { background-color: rgb(236,198,182); }
div.DivClassName
{
background-color: #ECC6B6;
}
.BgClassName
{
background-color: #ECC6B6;
}
</style>
border-color css
<style>
span { border-color: #ECC6B6; }
span { border-color: rgb(236,198,182); }
td.TdClassName
{
border-color: #ECC6B6;
}
.TagClassName
{
border-color: #ECC6B6;
}
</style>