Shades of Beauty Bush #E7C1B9
Tints of Beauty Bush #E7C1B9
RGB
CMYK
RGB Variations
Color information
#E7C1B9 (or 0xE7C1B9) is known color: Beauty Bush. HEX triplet: E7, C1 and B9. RGB value is (231,193,185). Sum of RGB (Red+Green+Blue) = 231+193+185=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1B9 is #183E46. Grayscale: #CBCBCB. Windows color (decimal): -1588807 or 12173799. OLE color: 12173799.
HSL color Cylindrical-coordinate representation of color #E7C1B9: hue angle of 10.43º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7C1B9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 185 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.09 |
| HSL | 10.43º | 0.49% | 0.82% | - |
| HSV(B) | 10.43º | 0.2% | 0.91% | - |
| XYZ | 60.78 | 58.63 | 54.01 | - |
| YUV | 203.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 185 | 0 | 0.16 | 0.20 | 0.09 | 10.43 | 0.49 | 0.82 |
| Hex | E7 | C1 | B9 | 0 | 10 | 14 | 9 | A | 31 | 52 |
| Octal | 347 | 301 | 271 | 0 | 20 | 24 | 11 | 12 | 61 | 122 |
| Binary | 11100111 | 11000001 | 10111001 | 0 | 10000 | 10100 | 1001 | 1010 | 110001 | 1010010 |
Color Harmonies of #E7C1B9
Complementary color
Monochromatic Colors of #E7C1B9
Black with #E7C1B9
Text Example
Text Example
White with #E7C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C1B9; }
p { color: rgb(231,193,185); }
H1.HeaderClassName
{
color: #E7C1B9;
}
.AnyTagClassName
{
color: #E7C1B9;
}
</style>
background-color css
<style>
a { background-color: #E7C1B9; }
a { background-color: rgb(231,193,185); }
div.DivClassName
{
background-color: #E7C1B9;
}
.BgClassName
{
background-color: #E7C1B9;
}
</style>
border-color css
<style>
span { border-color: #E7C1B9; }
span { border-color: rgb(231,193,185); }
td.TdClassName
{
border-color: #E7C1B9;
}
.TagClassName
{
border-color: #E7C1B9;
}
</style>