Shades of Beauty Bush #E6C0BF
Tints of Beauty Bush #E6C0BF
RGB
CMYK
RGB Variations
Color information
#E6C0BF (or 0xE6C0BF) is known color: Beauty Bush. HEX triplet: E6, C0 and BF. RGB value is (230,192,191). Sum of RGB (Red+Green+Blue) = 230+192+191=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0BF is #193F40. Grayscale: #CBCBCB. Windows color (decimal): -1654593 or 12566758. OLE color: 12566758.
HSL color Cylindrical-coordinate representation of color #E6C0BF: hue angle of 1.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0BF is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 191 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 1.54º | 0.44% | 0.83% | - |
| HSV(B) | 1.54º | 0.17% | 0.9% | - |
| XYZ | 60.89 | 58.28 | 57.33 | - |
| YUV | 203.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 191 | 0 | 0.17 | 0.17 | 0.10 | 1.54 | 0.44 | 0.83 |
| Hex | E6 | C0 | BF | 0 | 11 | 11 | A | 2 | 2C | 53 |
| Octal | 346 | 300 | 277 | 0 | 21 | 21 | 12 | 2 | 54 | 123 |
| Binary | 11100110 | 11000000 | 10111111 | 0 | 10001 | 10001 | 1010 | 10 | 101100 | 1010011 |
Color Harmonies of #E6C0BF
Complementary color
Monochromatic Colors of #E6C0BF
Black with #E6C0BF
Text Example
Text Example
White with #E6C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0BF; }
p { color: rgb(230,192,191); }
H1.HeaderClassName
{
color: #E6C0BF;
}
.AnyTagClassName
{
color: #E6C0BF;
}
</style>
background-color css
<style>
a { background-color: #E6C0BF; }
a { background-color: rgb(230,192,191); }
div.DivClassName
{
background-color: #E6C0BF;
}
.BgClassName
{
background-color: #E6C0BF;
}
</style>
border-color css
<style>
span { border-color: #E6C0BF; }
span { border-color: rgb(230,192,191); }
td.TdClassName
{
border-color: #E6C0BF;
}
.TagClassName
{
border-color: #E6C0BF;
}
</style>