Shades of Beauty Bush #ECBCAF
Tints of Beauty Bush #ECBCAF
RGB
CMYK
RGB Variations
Color information
#ECBCAF (or 0xECBCAF) is known color: Beauty Bush. HEX triplet: EC, BC and AF. RGB value is (236,188,175). Sum of RGB (Red+Green+Blue) = 236+188+175=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBCAF is #134350. Grayscale: #C8C8C8. Windows color (decimal): -1262417 or 11517164. OLE color: 11517164.
HSL color Cylindrical-coordinate representation of color #ECBCAF: hue angle of 12.79º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBCAF is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 175 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 12.79º | 0.62% | 0.81% | - |
| HSV(B) | 12.79º | 0.26% | 0.93% | - |
| XYZ | 60.31 | 56.89 | 48.36 | - |
| YUV | 200.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 175 | 0 | 0.20 | 0.26 | 0.07 | 12.79 | 0.62 | 0.81 |
| Hex | EC | BC | AF | 0 | 14 | 1A | 7 | D | 3E | 51 |
| Octal | 354 | 274 | 257 | 0 | 24 | 32 | 7 | 15 | 76 | 121 |
| Binary | 11101100 | 10111100 | 10101111 | 0 | 10100 | 11010 | 111 | 1101 | 111110 | 1010001 |
Color Harmonies of #ECBCAF
Complementary color
Monochromatic Colors of #ECBCAF
Black with #ECBCAF
Text Example
Text Example
White with #ECBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCAF; }
p { color: rgb(236,188,175); }
H1.HeaderClassName
{
color: #ECBCAF;
}
.AnyTagClassName
{
color: #ECBCAF;
}
</style>
background-color css
<style>
a { background-color: #ECBCAF; }
a { background-color: rgb(236,188,175); }
div.DivClassName
{
background-color: #ECBCAF;
}
.BgClassName
{
background-color: #ECBCAF;
}
</style>
border-color css
<style>
span { border-color: #ECBCAF; }
span { border-color: rgb(236,188,175); }
td.TdClassName
{
border-color: #ECBCAF;
}
.TagClassName
{
border-color: #ECBCAF;
}
</style>