Shades of Watusi #ECC8B8
Tints of Watusi #ECC8B8
RGB
CMYK
RGB Variations
Color information
#ECC8B8 (or 0xECC8B8) is known color: Watusi. HEX triplet: EC, C8 and B8. RGB value is (236,200,184). Sum of RGB (Red+Green+Blue) = 236+200+184=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8B8 is #133747. Grayscale: #D1D1D1. Windows color (decimal): -1259336 or 12110060. OLE color: 12110060.
HSL color Cylindrical-coordinate representation of color #ECC8B8: hue angle of 18.46º 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 #ECC8B8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 184 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.07 |
| HSL | 18.46º | 0.58% | 0.82% | - |
| HSV(B) | 18.46º | 0.22% | 0.93% | - |
| XYZ | 63.9 | 62.6 | 54.06 | - |
| YUV | 208.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 184 | 0 | 0.15 | 0.22 | 0.07 | 18.46 | 0.58 | 0.82 |
| Hex | EC | C8 | B8 | 0 | F | 16 | 7 | 12 | 3A | 52 |
| Octal | 354 | 310 | 270 | 0 | 17 | 26 | 7 | 22 | 72 | 122 |
| Binary | 11101100 | 11001000 | 10111000 | 0 | 1111 | 10110 | 111 | 10010 | 111010 | 1010010 |
Color Harmonies of #ECC8B8
Complementary color
Monochromatic Colors of #ECC8B8
Black with #ECC8B8
Text Example
Text Example
White with #ECC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8B8; }
p { color: rgb(236,200,184); }
H1.HeaderClassName
{
color: #ECC8B8;
}
.AnyTagClassName
{
color: #ECC8B8;
}
</style>
background-color css
<style>
a { background-color: #ECC8B8; }
a { background-color: rgb(236,200,184); }
div.DivClassName
{
background-color: #ECC8B8;
}
.BgClassName
{
background-color: #ECC8B8;
}
</style>
border-color css
<style>
span { border-color: #ECC8B8; }
span { border-color: rgb(236,200,184); }
td.TdClassName
{
border-color: #ECC8B8;
}
.TagClassName
{
border-color: #ECC8B8;
}
</style>