Shades of Watusi #ECC9BB
Tints of Watusi #ECC9BB
RGB
CMYK
RGB Variations
Color information
#ECC9BB (or 0xECC9BB) is known color: Watusi. HEX triplet: EC, C9 and BB. RGB value is (236,201,187). Sum of RGB (Red+Green+Blue) = 236+201+187=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9BB is #133644. Grayscale: #D1D1D1. Windows color (decimal): -1259077 or 12306924. OLE color: 12306924.
HSL color Cylindrical-coordinate representation of color #ECC9BB: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC9BB is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 187 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 17.14º | 0.56% | 0.83% | - |
| HSV(B) | 17.14º | 0.21% | 0.93% | - |
| XYZ | 64.45 | 63.19 | 55.81 | - |
| YUV | 209.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 187 | 0 | 0.15 | 0.21 | 0.07 | 17.14 | 0.56 | 0.83 |
| Hex | EC | C9 | BB | 0 | F | 15 | 7 | 11 | 38 | 53 |
| Octal | 354 | 311 | 273 | 0 | 17 | 25 | 7 | 21 | 70 | 123 |
| Binary | 11101100 | 11001001 | 10111011 | 0 | 1111 | 10101 | 111 | 10001 | 111000 | 1010011 |
Color Harmonies of #ECC9BB
Complementary color
Monochromatic Colors of #ECC9BB
Black with #ECC9BB
Text Example
Text Example
White with #ECC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9BB; }
p { color: rgb(236,201,187); }
H1.HeaderClassName
{
color: #ECC9BB;
}
.AnyTagClassName
{
color: #ECC9BB;
}
</style>
background-color css
<style>
a { background-color: #ECC9BB; }
a { background-color: rgb(236,201,187); }
div.DivClassName
{
background-color: #ECC9BB;
}
.BgClassName
{
background-color: #ECC9BB;
}
</style>
border-color css
<style>
span { border-color: #ECC9BB; }
span { border-color: rgb(236,201,187); }
td.TdClassName
{
border-color: #ECC9BB;
}
.TagClassName
{
border-color: #ECC9BB;
}
</style>