Shades of Mulberry #CE59A0
Tints of Mulberry #CE59A0
RGB
CMYK
RGB Variations
Color information
#CE59A0 (or 0xCE59A0) is known color: Mulberry. HEX triplet: CE, 59 and A0. RGB value is (206,89,160). Sum of RGB (Red+Green+Blue) = 206+89+160=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59A0 is #31A65F. Grayscale: #838383. Windows color (decimal): -3253856 or 10508750. OLE color: 10508750.
HSL color Cylindrical-coordinate representation of color #CE59A0: hue angle of 323.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59A0 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 160 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.19 |
| HSL | 323.59º | 0.54% | 0.58% | - |
| HSV(B) | 323.59º | 0.57% | 0.81% | - |
| XYZ | 35.37 | 22.8 | 35.8 | - |
| YUV | 132.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 160 | 0 | 0.57 | 0.22 | 0.19 | 323.59 | 0.54 | 0.58 |
| Hex | CE | 59 | A0 | 0 | 39 | 16 | 13 | 144 | 36 | 3A |
| Octal | 316 | 131 | 240 | 0 | 71 | 26 | 23 | 504 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10100000 | 0 | 111001 | 10110 | 10011 | 101000100 | 110110 | 111010 |
Color Harmonies of #CE59A0
Complementary color
Monochromatic Colors of #CE59A0
Black with #CE59A0
Text Example
Text Example
White with #CE59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59A0; }
p { color: rgb(206,89,160); }
H1.HeaderClassName
{
color: #CE59A0;
}
.AnyTagClassName
{
color: #CE59A0;
}
</style>
background-color css
<style>
a { background-color: #CE59A0; }
a { background-color: rgb(206,89,160); }
div.DivClassName
{
background-color: #CE59A0;
}
.BgClassName
{
background-color: #CE59A0;
}
</style>
border-color css
<style>
span { border-color: #CE59A0; }
span { border-color: rgb(206,89,160); }
td.TdClassName
{
border-color: #CE59A0;
}
.TagClassName
{
border-color: #CE59A0;
}
</style>