Shades of Beauty Bush #ECC0B8
Tints of Beauty Bush #ECC0B8
RGB
CMYK
RGB Variations
Color information
#ECC0B8 (or 0xECC0B8) is known color: Beauty Bush. HEX triplet: EC, C0 and B8. RGB value is (236,192,184). Sum of RGB (Red+Green+Blue) = 236+192+184=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0B8 is #133F47. Grayscale: #CCCCCC. Windows color (decimal): -1261384 or 12108012. OLE color: 12108012.
HSL color Cylindrical-coordinate representation of color #ECC0B8: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC0B8 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 184 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.07 |
| HSL | 9.23º | 0.58% | 0.82% | - |
| HSV(B) | 9.23º | 0.22% | 0.93% | - |
| XYZ | 62.09 | 58.99 | 53.46 | - |
| YUV | 204.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 184 | 0 | 0.19 | 0.22 | 0.07 | 9.23 | 0.58 | 0.82 |
| Hex | EC | C0 | B8 | 0 | 13 | 16 | 7 | 9 | 3A | 52 |
| Octal | 354 | 300 | 270 | 0 | 23 | 26 | 7 | 11 | 72 | 122 |
| Binary | 11101100 | 11000000 | 10111000 | 0 | 10011 | 10110 | 111 | 1001 | 111010 | 1010010 |
Color Harmonies of #ECC0B8
Complementary color
Monochromatic Colors of #ECC0B8
Black with #ECC0B8
Text Example
Text Example
White with #ECC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0B8; }
p { color: rgb(236,192,184); }
H1.HeaderClassName
{
color: #ECC0B8;
}
.AnyTagClassName
{
color: #ECC0B8;
}
</style>
background-color css
<style>
a { background-color: #ECC0B8; }
a { background-color: rgb(236,192,184); }
div.DivClassName
{
background-color: #ECC0B8;
}
.BgClassName
{
background-color: #ECC0B8;
}
</style>
border-color css
<style>
span { border-color: #ECC0B8; }
span { border-color: rgb(236,192,184); }
td.TdClassName
{
border-color: #ECC0B8;
}
.TagClassName
{
border-color: #ECC0B8;
}
</style>