Shades of Zinnwaldite #ECC7B7
Tints of Zinnwaldite #ECC7B7
RGB
CMYK
RGB Variations
Color information
#ECC7B7 (or 0xECC7B7) is known color: Zinnwaldite. HEX triplet: EC, C7 and B7. RGB value is (236,199,183). Sum of RGB (Red+Green+Blue) = 236+199+183=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7B7 is #133848. Grayscale: #D0D0D0. Windows color (decimal): -1259593 or 12044268. OLE color: 12044268.
HSL color Cylindrical-coordinate representation of color #ECC7B7: hue angle of 18.11º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC7B7 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 183 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.07 |
| HSL | 18.11º | 0.58% | 0.82% | - |
| HSV(B) | 18.11º | 0.22% | 0.93% | - |
| XYZ | 63.56 | 62.1 | 53.44 | - |
| YUV | 208.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 183 | 0 | 0.16 | 0.22 | 0.07 | 18.11 | 0.58 | 0.82 |
| Hex | EC | C7 | B7 | 0 | 10 | 16 | 7 | 12 | 3A | 52 |
| Octal | 354 | 307 | 267 | 0 | 20 | 26 | 7 | 22 | 72 | 122 |
| Binary | 11101100 | 11000111 | 10110111 | 0 | 10000 | 10110 | 111 | 10010 | 111010 | 1010010 |
Color Harmonies of #ECC7B7
Complementary color
Monochromatic Colors of #ECC7B7
Black with #ECC7B7
Text Example
Text Example
White with #ECC7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7B7; }
p { color: rgb(236,199,183); }
H1.HeaderClassName
{
color: #ECC7B7;
}
.AnyTagClassName
{
color: #ECC7B7;
}
</style>
background-color css
<style>
a { background-color: #ECC7B7; }
a { background-color: rgb(236,199,183); }
div.DivClassName
{
background-color: #ECC7B7;
}
.BgClassName
{
background-color: #ECC7B7;
}
</style>
border-color css
<style>
span { border-color: #ECC7B7; }
span { border-color: rgb(236,199,183); }
td.TdClassName
{
border-color: #ECC7B7;
}
.TagClassName
{
border-color: #ECC7B7;
}
</style>