Shades of Beauty Bush #E1C0BE
Tints of Beauty Bush #E1C0BE
RGB
CMYK
RGB Variations
Color information
#E1C0BE (or 0xE1C0BE) is known color: Beauty Bush. HEX triplet: E1, C0 and BE. RGB value is (225,192,190). Sum of RGB (Red+Green+Blue) = 225+192+190=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0BE is #1E3F41. Grayscale: #C9C9C9. Windows color (decimal): -1982274 or 12501217. OLE color: 12501217.
HSL color Cylindrical-coordinate representation of color #E1C0BE: hue angle of 3.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C0BE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 190 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.12 |
| HSL | 3.43º | 0.37% | 0.81% | - |
| HSV(B) | 3.43º | 0.16% | 0.88% | - |
| XYZ | 59.2 | 57.42 | 56.68 | - |
| YUV | 201.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 190 | 0 | 0.15 | 0.16 | 0.12 | 3.43 | 0.37 | 0.81 |
| Hex | E1 | C0 | BE | 0 | F | 10 | C | 3 | 25 | 51 |
| Octal | 341 | 300 | 276 | 0 | 17 | 20 | 14 | 3 | 45 | 121 |
| Binary | 11100001 | 11000000 | 10111110 | 0 | 1111 | 10000 | 1100 | 11 | 100101 | 1010001 |
Color Harmonies of #E1C0BE
Complementary color
Monochromatic Colors of #E1C0BE
Black with #E1C0BE
Text Example
Text Example
White with #E1C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0BE; }
p { color: rgb(225,192,190); }
H1.HeaderClassName
{
color: #E1C0BE;
}
.AnyTagClassName
{
color: #E1C0BE;
}
</style>
background-color css
<style>
a { background-color: #E1C0BE; }
a { background-color: rgb(225,192,190); }
div.DivClassName
{
background-color: #E1C0BE;
}
.BgClassName
{
background-color: #E1C0BE;
}
</style>
border-color css
<style>
span { border-color: #E1C0BE; }
span { border-color: rgb(225,192,190); }
td.TdClassName
{
border-color: #E1C0BE;
}
.TagClassName
{
border-color: #E1C0BE;
}
</style>