Shades of Watusi #ECC9B7
Tints of Watusi #ECC9B7
RGB
CMYK
RGB Variations
Color information
#ECC9B7 (or 0xECC9B7) is known color: Watusi. HEX triplet: EC, C9 and B7. RGB value is (236,201,183). Sum of RGB (Red+Green+Blue) = 236+201+183=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9B7 is #133648. Grayscale: #D1D1D1. Windows color (decimal): -1259081 or 12044780. OLE color: 12044780.
HSL color Cylindrical-coordinate representation of color #ECC9B7: hue angle of 20.38º 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 #ECC9B7 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 183 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.07 |
| HSL | 20.38º | 0.58% | 0.82% | - |
| HSV(B) | 20.38º | 0.22% | 0.93% | - |
| XYZ | 64.03 | 63.03 | 53.59 | - |
| YUV | 209.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 183 | 0 | 0.15 | 0.22 | 0.07 | 20.38 | 0.58 | 0.82 |
| Hex | EC | C9 | B7 | 0 | F | 16 | 7 | 14 | 3A | 52 |
| Octal | 354 | 311 | 267 | 0 | 17 | 26 | 7 | 24 | 72 | 122 |
| Binary | 11101100 | 11001001 | 10110111 | 0 | 1111 | 10110 | 111 | 10100 | 111010 | 1010010 |
Color Harmonies of #ECC9B7
Complementary color
Monochromatic Colors of #ECC9B7
Black with #ECC9B7
Text Example
Text Example
White with #ECC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9B7; }
p { color: rgb(236,201,183); }
H1.HeaderClassName
{
color: #ECC9B7;
}
.AnyTagClassName
{
color: #ECC9B7;
}
</style>
background-color css
<style>
a { background-color: #ECC9B7; }
a { background-color: rgb(236,201,183); }
div.DivClassName
{
background-color: #ECC9B7;
}
.BgClassName
{
background-color: #ECC9B7;
}
</style>
border-color css
<style>
span { border-color: #ECC9B7; }
span { border-color: rgb(236,201,183); }
td.TdClassName
{
border-color: #ECC9B7;
}
.TagClassName
{
border-color: #ECC9B7;
}
</style>