Shades of Mulberry #CA5589
Tints of Mulberry #CA5589
RGB
CMYK
RGB Variations
Color information
#CA5589 (or 0xCA5589) is known color: Mulberry. HEX triplet: CA, 55 and 89. RGB value is (202,85,137). Sum of RGB (Red+Green+Blue) = 202+85+137=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5589 is #35AA76. Grayscale: #7D7D7D. Windows color (decimal): -3517047 or 9000394. OLE color: 9000394.
HSL color Cylindrical-coordinate representation of color #CA5589: hue angle of 333.33º degrees, saturation: 0.52, 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 #CA5589 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 137 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.21 |
| HSL | 333.33º | 0.52% | 0.56% | - |
| HSV(B) | 333.33º | 0.58% | 0.79% | - |
| XYZ | 32.12 | 20.86 | 26 | - |
| YUV | 125.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 137 | 0 | 0.58 | 0.32 | 0.21 | 333.33 | 0.52 | 0.56 |
| Hex | CA | 55 | 89 | 0 | 3A | 20 | 15 | 14D | 34 | 38 |
| Octal | 312 | 125 | 211 | 0 | 72 | 40 | 25 | 515 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10001001 | 0 | 111010 | 100000 | 10101 | 101001101 | 110100 | 111000 |
Color Harmonies of #CA5589
Complementary color
Monochromatic Colors of #CA5589
Black with #CA5589
Text Example
Text Example
White with #CA5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5589; }
p { color: rgb(202,85,137); }
H1.HeaderClassName
{
color: #CA5589;
}
.AnyTagClassName
{
color: #CA5589;
}
</style>
background-color css
<style>
a { background-color: #CA5589; }
a { background-color: rgb(202,85,137); }
div.DivClassName
{
background-color: #CA5589;
}
.BgClassName
{
background-color: #CA5589;
}
</style>
border-color css
<style>
span { border-color: #CA5589; }
span { border-color: rgb(202,85,137); }
td.TdClassName
{
border-color: #CA5589;
}
.TagClassName
{
border-color: #CA5589;
}
</style>