Shades of Beauty Bush #ECC2BD
Tints of Beauty Bush #ECC2BD
RGB
CMYK
RGB Variations
Color information
#ECC2BD (or 0xECC2BD) is known color: Beauty Bush. HEX triplet: EC, C2 and BD. RGB value is (236,194,189). Sum of RGB (Red+Green+Blue) = 236+194+189=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2BD is #133D42. Grayscale: #CECECE. Windows color (decimal): -1260867 or 12436204. OLE color: 12436204.
HSL color Cylindrical-coordinate representation of color #ECC2BD: hue angle of 6.38º degrees, saturation: 0.55, 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 #ECC2BD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 189 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.07 |
| HSL | 6.38º | 0.55% | 0.83% | - |
| HSV(B) | 6.38º | 0.2% | 0.93% | - |
| XYZ | 63.07 | 60.09 | 56.42 | - |
| YUV | 205.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 189 | 0 | 0.18 | 0.20 | 0.07 | 6.38 | 0.55 | 0.83 |
| Hex | EC | C2 | BD | 0 | 12 | 14 | 7 | 6 | 37 | 53 |
| Octal | 354 | 302 | 275 | 0 | 22 | 24 | 7 | 6 | 67 | 123 |
| Binary | 11101100 | 11000010 | 10111101 | 0 | 10010 | 10100 | 111 | 110 | 110111 | 1010011 |
Color Harmonies of #ECC2BD
Complementary color
Monochromatic Colors of #ECC2BD
Black with #ECC2BD
Text Example
Text Example
White with #ECC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2BD; }
p { color: rgb(236,194,189); }
H1.HeaderClassName
{
color: #ECC2BD;
}
.AnyTagClassName
{
color: #ECC2BD;
}
</style>
background-color css
<style>
a { background-color: #ECC2BD; }
a { background-color: rgb(236,194,189); }
div.DivClassName
{
background-color: #ECC2BD;
}
.BgClassName
{
background-color: #ECC2BD;
}
</style>
border-color css
<style>
span { border-color: #ECC2BD; }
span { border-color: rgb(236,194,189); }
td.TdClassName
{
border-color: #ECC2BD;
}
.TagClassName
{
border-color: #ECC2BD;
}
</style>