Shades of Beauty Bush #E6C0BD
Tints of Beauty Bush #E6C0BD
RGB
CMYK
RGB Variations
Color information
#E6C0BD (or 0xE6C0BD) is known color: Beauty Bush. HEX triplet: E6, C0 and BD. RGB value is (230,192,189). Sum of RGB (Red+Green+Blue) = 230+192+189=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0BD is #193F42. Grayscale: #CBCBCB. Windows color (decimal): -1654595 or 12435686. OLE color: 12435686.
HSL color Cylindrical-coordinate representation of color #E6C0BD: hue angle of 4.39º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C0BD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 189 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.10 |
| HSL | 4.39º | 0.45% | 0.82% | - |
| HSV(B) | 4.39º | 0.18% | 0.9% | - |
| XYZ | 60.67 | 58.2 | 56.18 | - |
| YUV | 203.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 189 | 0 | 0.17 | 0.18 | 0.10 | 4.39 | 0.45 | 0.82 |
| Hex | E6 | C0 | BD | 0 | 11 | 12 | A | 4 | 2D | 52 |
| Octal | 346 | 300 | 275 | 0 | 21 | 22 | 12 | 4 | 55 | 122 |
| Binary | 11100110 | 11000000 | 10111101 | 0 | 10001 | 10010 | 1010 | 100 | 101101 | 1010010 |
Color Harmonies of #E6C0BD
Complementary color
Monochromatic Colors of #E6C0BD
Black with #E6C0BD
Text Example
Text Example
White with #E6C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0BD; }
p { color: rgb(230,192,189); }
H1.HeaderClassName
{
color: #E6C0BD;
}
.AnyTagClassName
{
color: #E6C0BD;
}
</style>
background-color css
<style>
a { background-color: #E6C0BD; }
a { background-color: rgb(230,192,189); }
div.DivClassName
{
background-color: #E6C0BD;
}
.BgClassName
{
background-color: #E6C0BD;
}
</style>
border-color css
<style>
span { border-color: #E6C0BD; }
span { border-color: rgb(230,192,189); }
td.TdClassName
{
border-color: #E6C0BD;
}
.TagClassName
{
border-color: #E6C0BD;
}
</style>