Shades of Mulberry #CA5899
Tints of Mulberry #CA5899
RGB
CMYK
RGB Variations
Color information
#CA5899 (or 0xCA5899) is known color: Mulberry. HEX triplet: CA, 58 and 99. RGB value is (202,88,153). Sum of RGB (Red+Green+Blue) = 202+88+153=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5899 is #35A766. Grayscale: #818181. Windows color (decimal): -3516263 or 10049738. OLE color: 10049738.
HSL color Cylindrical-coordinate representation of color #CA5899: hue angle of 325.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5899 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 153 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.21 |
| HSL | 325.79º | 0.52% | 0.57% | - |
| HSV(B) | 325.79º | 0.56% | 0.79% | - |
| XYZ | 33.6 | 21.84 | 32.58 | - |
| YUV | 129.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 153 | 0 | 0.56 | 0.24 | 0.21 | 325.79 | 0.52 | 0.57 |
| Hex | CA | 58 | 99 | 0 | 38 | 18 | 15 | 146 | 34 | 39 |
| Octal | 312 | 130 | 231 | 0 | 70 | 30 | 25 | 506 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10011001 | 0 | 111000 | 11000 | 10101 | 101000110 | 110100 | 111001 |
Color Harmonies of #CA5899
Complementary color
Monochromatic Colors of #CA5899
Black with #CA5899
Text Example
Text Example
White with #CA5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5899; }
p { color: rgb(202,88,153); }
H1.HeaderClassName
{
color: #CA5899;
}
.AnyTagClassName
{
color: #CA5899;
}
</style>
background-color css
<style>
a { background-color: #CA5899; }
a { background-color: rgb(202,88,153); }
div.DivClassName
{
background-color: #CA5899;
}
.BgClassName
{
background-color: #CA5899;
}
</style>
border-color css
<style>
span { border-color: #CA5899; }
span { border-color: rgb(202,88,153); }
td.TdClassName
{
border-color: #CA5899;
}
.TagClassName
{
border-color: #CA5899;
}
</style>