Shades of Beauty Bush #ECC1BC
Tints of Beauty Bush #ECC1BC
RGB
CMYK
RGB Variations
Color information
#ECC1BC (or 0xECC1BC) is known color: Beauty Bush. HEX triplet: EC, C1 and BC. RGB value is (236,193,188). Sum of RGB (Red+Green+Blue) = 236+193+188=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BC is #133E43. Grayscale: #CDCDCD. Windows color (decimal): -1261124 or 12370412. OLE color: 12370412.
HSL color Cylindrical-coordinate representation of color #ECC1BC: hue angle of 6.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC1BC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 188 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.07 |
| HSL | 6.25º | 0.56% | 0.83% | - |
| HSV(B) | 6.25º | 0.2% | 0.93% | - |
| XYZ | 62.74 | 59.6 | 55.77 | - |
| YUV | 205.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 188 | 0 | 0.18 | 0.20 | 0.07 | 6.25 | 0.56 | 0.83 |
| Hex | EC | C1 | BC | 0 | 12 | 14 | 7 | 6 | 38 | 53 |
| Octal | 354 | 301 | 274 | 0 | 22 | 24 | 7 | 6 | 70 | 123 |
| Binary | 11101100 | 11000001 | 10111100 | 0 | 10010 | 10100 | 111 | 110 | 111000 | 1010011 |
Color Harmonies of #ECC1BC
Complementary color
Monochromatic Colors of #ECC1BC
Black with #ECC1BC
Text Example
Text Example
White with #ECC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1BC; }
p { color: rgb(236,193,188); }
H1.HeaderClassName
{
color: #ECC1BC;
}
.AnyTagClassName
{
color: #ECC1BC;
}
</style>
background-color css
<style>
a { background-color: #ECC1BC; }
a { background-color: rgb(236,193,188); }
div.DivClassName
{
background-color: #ECC1BC;
}
.BgClassName
{
background-color: #ECC1BC;
}
</style>
border-color css
<style>
span { border-color: #ECC1BC; }
span { border-color: rgb(236,193,188); }
td.TdClassName
{
border-color: #ECC1BC;
}
.TagClassName
{
border-color: #ECC1BC;
}
</style>