Shades of Beauty Bush #E7C2BB
Tints of Beauty Bush #E7C2BB
RGB
CMYK
RGB Variations
Color information
#E7C2BB (or 0xE7C2BB) is known color: Beauty Bush. HEX triplet: E7, C2 and BB. RGB value is (231,194,187). Sum of RGB (Red+Green+Blue) = 231+194+187=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2BB is #183D44. Grayscale: #CCCCCC. Windows color (decimal): -1588549 or 12305127. OLE color: 12305127.
HSL color Cylindrical-coordinate representation of color #E7C2BB: hue angle of 9.55º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C2BB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 187 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.09 |
| HSL | 9.55º | 0.48% | 0.82% | - |
| HSV(B) | 9.55º | 0.19% | 0.91% | - |
| XYZ | 61.22 | 59.16 | 55.21 | - |
| YUV | 204.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 187 | 0 | 0.16 | 0.19 | 0.09 | 9.55 | 0.48 | 0.82 |
| Hex | E7 | C2 | BB | 0 | 10 | 13 | 9 | A | 30 | 52 |
| Octal | 347 | 302 | 273 | 0 | 20 | 23 | 11 | 12 | 60 | 122 |
| Binary | 11100111 | 11000010 | 10111011 | 0 | 10000 | 10011 | 1001 | 1010 | 110000 | 1010010 |
Color Harmonies of #E7C2BB
Complementary color
Monochromatic Colors of #E7C2BB
Black with #E7C2BB
Text Example
Text Example
White with #E7C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2BB; }
p { color: rgb(231,194,187); }
H1.HeaderClassName
{
color: #E7C2BB;
}
.AnyTagClassName
{
color: #E7C2BB;
}
</style>
background-color css
<style>
a { background-color: #E7C2BB; }
a { background-color: rgb(231,194,187); }
div.DivClassName
{
background-color: #E7C2BB;
}
.BgClassName
{
background-color: #E7C2BB;
}
</style>
border-color css
<style>
span { border-color: #E7C2BB; }
span { border-color: rgb(231,194,187); }
td.TdClassName
{
border-color: #E7C2BB;
}
.TagClassName
{
border-color: #E7C2BB;
}
</style>