Shades of Beauty Bush #ECC1BB
Tints of Beauty Bush #ECC1BB
RGB
CMYK
RGB Variations
Color information
#ECC1BB (or 0xECC1BB) is known color: Beauty Bush. HEX triplet: EC, C1 and BB. RGB value is (236,193,187). Sum of RGB (Red+Green+Blue) = 236+193+187=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BB is #133E44. Grayscale: #CDCDCD. Windows color (decimal): -1261125 or 12304876. OLE color: 12304876.
HSL color Cylindrical-coordinate representation of color #ECC1BB: hue angle of 7.35º 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 #ECC1BB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 187 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 7.35º | 0.56% | 0.83% | - |
| HSV(B) | 7.35º | 0.21% | 0.93% | - |
| XYZ | 62.63 | 59.56 | 55.21 | - |
| YUV | 205.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 187 | 0 | 0.18 | 0.21 | 0.07 | 7.35 | 0.56 | 0.83 |
| Hex | EC | C1 | BB | 0 | 12 | 15 | 7 | 7 | 38 | 53 |
| Octal | 354 | 301 | 273 | 0 | 22 | 25 | 7 | 7 | 70 | 123 |
| Binary | 11101100 | 11000001 | 10111011 | 0 | 10010 | 10101 | 111 | 111 | 111000 | 1010011 |
Color Harmonies of #ECC1BB
Complementary color
Monochromatic Colors of #ECC1BB
Black with #ECC1BB
Text Example
Text Example
White with #ECC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1BB; }
p { color: rgb(236,193,187); }
H1.HeaderClassName
{
color: #ECC1BB;
}
.AnyTagClassName
{
color: #ECC1BB;
}
</style>
background-color css
<style>
a { background-color: #ECC1BB; }
a { background-color: rgb(236,193,187); }
div.DivClassName
{
background-color: #ECC1BB;
}
.BgClassName
{
background-color: #ECC1BB;
}
</style>
border-color css
<style>
span { border-color: #ECC1BB; }
span { border-color: rgb(236,193,187); }
td.TdClassName
{
border-color: #ECC1BB;
}
.TagClassName
{
border-color: #ECC1BB;
}
</style>