Shades of Beauty Bush #E8C0B7
Tints of Beauty Bush #E8C0B7
RGB
CMYK
RGB Variations
Color information
#E8C0B7 (or 0xE8C0B7) is known color: Beauty Bush. HEX triplet: E8, C0 and B7. RGB value is (232,192,183). Sum of RGB (Red+Green+Blue) = 232+192+183=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C0B7 is #173F48. Grayscale: #CBCBCB. Windows color (decimal): -1523529 or 12042472. OLE color: 12042472.
HSL color Cylindrical-coordinate representation of color #E8C0B7: hue angle of 11.02º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C0B7 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 183 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.09 |
| HSL | 11.02º | 0.52% | 0.81% | - |
| HSV(B) | 11.02º | 0.21% | 0.91% | - |
| XYZ | 60.68 | 58.27 | 52.85 | - |
| YUV | 202.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 183 | 0 | 0.17 | 0.21 | 0.09 | 11.02 | 0.52 | 0.81 |
| Hex | E8 | C0 | B7 | 0 | 11 | 15 | 9 | B | 34 | 51 |
| Octal | 350 | 300 | 267 | 0 | 21 | 25 | 11 | 13 | 64 | 121 |
| Binary | 11101000 | 11000000 | 10110111 | 0 | 10001 | 10101 | 1001 | 1011 | 110100 | 1010001 |
Color Harmonies of #E8C0B7
Complementary color
Monochromatic Colors of #E8C0B7
Black with #E8C0B7
Text Example
Text Example
White with #E8C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C0B7; }
p { color: rgb(232,192,183); }
H1.HeaderClassName
{
color: #E8C0B7;
}
.AnyTagClassName
{
color: #E8C0B7;
}
</style>
background-color css
<style>
a { background-color: #E8C0B7; }
a { background-color: rgb(232,192,183); }
div.DivClassName
{
background-color: #E8C0B7;
}
.BgClassName
{
background-color: #E8C0B7;
}
</style>
border-color css
<style>
span { border-color: #E8C0B7; }
span { border-color: rgb(232,192,183); }
td.TdClassName
{
border-color: #E8C0B7;
}
.TagClassName
{
border-color: #E8C0B7;
}
</style>