Shades of Beauty Bush #ECC0BB
Tints of Beauty Bush #ECC0BB
RGB
CMYK
RGB Variations
Color information
#ECC0BB (or 0xECC0BB) is known color: Beauty Bush. HEX triplet: EC, C0 and BB. RGB value is (236,192,187). Sum of RGB (Red+Green+Blue) = 236+192+187=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0BB is #133F44. Grayscale: #CCCCCC. Windows color (decimal): -1261381 or 12304620. OLE color: 12304620.
HSL color Cylindrical-coordinate representation of color #ECC0BB: hue angle of 6.12º 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 #ECC0BB is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 187 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.07 |
| HSL | 6.12º | 0.56% | 0.83% | - |
| HSV(B) | 6.12º | 0.21% | 0.93% | - |
| XYZ | 62.41 | 59.12 | 55.14 | - |
| YUV | 204.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 187 | 0 | 0.19 | 0.21 | 0.07 | 6.12 | 0.56 | 0.83 |
| Hex | EC | C0 | BB | 0 | 13 | 15 | 7 | 6 | 38 | 53 |
| Octal | 354 | 300 | 273 | 0 | 23 | 25 | 7 | 6 | 70 | 123 |
| Binary | 11101100 | 11000000 | 10111011 | 0 | 10011 | 10101 | 111 | 110 | 111000 | 1010011 |
Color Harmonies of #ECC0BB
Complementary color
Monochromatic Colors of #ECC0BB
Black with #ECC0BB
Text Example
Text Example
White with #ECC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0BB; }
p { color: rgb(236,192,187); }
H1.HeaderClassName
{
color: #ECC0BB;
}
.AnyTagClassName
{
color: #ECC0BB;
}
</style>
background-color css
<style>
a { background-color: #ECC0BB; }
a { background-color: rgb(236,192,187); }
div.DivClassName
{
background-color: #ECC0BB;
}
.BgClassName
{
background-color: #ECC0BB;
}
</style>
border-color css
<style>
span { border-color: #ECC0BB; }
span { border-color: rgb(236,192,187); }
td.TdClassName
{
border-color: #ECC0BB;
}
.TagClassName
{
border-color: #ECC0BB;
}
</style>