Shades of Mulberry #CA5489
Tints of Mulberry #CA5489
RGB
CMYK
RGB Variations
Color information
#CA5489 (or 0xCA5489) is known color: Mulberry. HEX triplet: CA, 54 and 89. RGB value is (202,84,137). Sum of RGB (Red+Green+Blue) = 202+84+137=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5489 is #35AB76. Grayscale: #7D7D7D. Windows color (decimal): -3517303 or 9000138. OLE color: 9000138.
HSL color Cylindrical-coordinate representation of color #CA5489: hue angle of 333.05º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5489 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 137 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.21 |
| HSL | 333.05º | 0.53% | 0.56% | - |
| HSV(B) | 333.05º | 0.58% | 0.79% | - |
| XYZ | 32.04 | 20.7 | 25.97 | - |
| YUV | 125.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 137 | 0 | 0.58 | 0.32 | 0.21 | 333.05 | 0.53 | 0.56 |
| Hex | CA | 54 | 89 | 0 | 3A | 20 | 15 | 14D | 35 | 38 |
| Octal | 312 | 124 | 211 | 0 | 72 | 40 | 25 | 515 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10001001 | 0 | 111010 | 100000 | 10101 | 101001101 | 110101 | 111000 |
Color Harmonies of #CA5489
Complementary color
Monochromatic Colors of #CA5489
Black with #CA5489
Text Example
Text Example
White with #CA5489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5489; }
p { color: rgb(202,84,137); }
H1.HeaderClassName
{
color: #CA5489;
}
.AnyTagClassName
{
color: #CA5489;
}
</style>
background-color css
<style>
a { background-color: #CA5489; }
a { background-color: rgb(202,84,137); }
div.DivClassName
{
background-color: #CA5489;
}
.BgClassName
{
background-color: #CA5489;
}
</style>
border-color css
<style>
span { border-color: #CA5489; }
span { border-color: rgb(202,84,137); }
td.TdClassName
{
border-color: #CA5489;
}
.TagClassName
{
border-color: #CA5489;
}
</style>