Shades of Beauty Bush #E6C1BF
Tints of Beauty Bush #E6C1BF
RGB
CMYK
RGB Variations
Color information
#E6C1BF (or 0xE6C1BF) is known color: Beauty Bush. HEX triplet: E6, C1 and BF. RGB value is (230,193,191). Sum of RGB (Red+Green+Blue) = 230+193+191=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1BF is #193E40. Grayscale: #CBCBCB. Windows color (decimal): -1654337 or 12567014. OLE color: 12567014.
HSL color Cylindrical-coordinate representation of color #E6C1BF: hue angle of 3.08º 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 #E6C1BF is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 191 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.10 |
| HSL | 3.08º | 0.44% | 0.83% | - |
| HSV(B) | 3.08º | 0.17% | 0.9% | - |
| XYZ | 61.11 | 58.72 | 57.4 | - |
| YUV | 203.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 191 | 0 | 0.16 | 0.17 | 0.10 | 3.08 | 0.44 | 0.83 |
| Hex | E6 | C1 | BF | 0 | 10 | 11 | A | 3 | 2C | 53 |
| Octal | 346 | 301 | 277 | 0 | 20 | 21 | 12 | 3 | 54 | 123 |
| Binary | 11100110 | 11000001 | 10111111 | 0 | 10000 | 10001 | 1010 | 11 | 101100 | 1010011 |
Color Harmonies of #E6C1BF
Complementary color
Monochromatic Colors of #E6C1BF
Black with #E6C1BF
Text Example
Text Example
White with #E6C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1BF; }
p { color: rgb(230,193,191); }
H1.HeaderClassName
{
color: #E6C1BF;
}
.AnyTagClassName
{
color: #E6C1BF;
}
</style>
background-color css
<style>
a { background-color: #E6C1BF; }
a { background-color: rgb(230,193,191); }
div.DivClassName
{
background-color: #E6C1BF;
}
.BgClassName
{
background-color: #E6C1BF;
}
</style>
border-color css
<style>
span { border-color: #E6C1BF; }
span { border-color: rgb(230,193,191); }
td.TdClassName
{
border-color: #E6C1BF;
}
.TagClassName
{
border-color: #E6C1BF;
}
</style>