Shades of Watusi #E7CCBA
Tints of Watusi #E7CCBA
RGB
CMYK
RGB Variations
Color information
#E7CCBA (or 0xE7CCBA) is known color: Watusi. HEX triplet: E7, CC and BA. RGB value is (231,204,186). Sum of RGB (Red+Green+Blue) = 231+204+186=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCBA is #183345. Grayscale: #D2D2D2. Windows color (decimal): -1585990 or 12242151. OLE color: 12242151.
HSL color Cylindrical-coordinate representation of color #E7CCBA: hue angle of 24º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CCBA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 186 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.09 |
| HSL | 24º | 0.48% | 0.82% | - |
| HSV(B) | 24º | 0.19% | 0.91% | - |
| XYZ | 63.41 | 63.72 | 55.41 | - |
| YUV | 210.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 186 | 0 | 0.12 | 0.19 | 0.09 | 24 | 0.48 | 0.82 |
| Hex | E7 | CC | BA | 0 | C | 13 | 9 | 18 | 30 | 52 |
| Octal | 347 | 314 | 272 | 0 | 14 | 23 | 11 | 30 | 60 | 122 |
| Binary | 11100111 | 11001100 | 10111010 | 0 | 1100 | 10011 | 1001 | 11000 | 110000 | 1010010 |
Color Harmonies of #E7CCBA
Complementary color
Monochromatic Colors of #E7CCBA
Black with #E7CCBA
Text Example
Text Example
White with #E7CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCBA; }
p { color: rgb(231,204,186); }
H1.HeaderClassName
{
color: #E7CCBA;
}
.AnyTagClassName
{
color: #E7CCBA;
}
</style>
background-color css
<style>
a { background-color: #E7CCBA; }
a { background-color: rgb(231,204,186); }
div.DivClassName
{
background-color: #E7CCBA;
}
.BgClassName
{
background-color: #E7CCBA;
}
</style>
border-color css
<style>
span { border-color: #E7CCBA; }
span { border-color: rgb(231,204,186); }
td.TdClassName
{
border-color: #E7CCBA;
}
.TagClassName
{
border-color: #E7CCBA;
}
</style>