Shades of Mulberry #CA5584
Tints of Mulberry #CA5584
RGB
CMYK
RGB Variations
Color information
#CA5584 (or 0xCA5584) is known color: Mulberry. HEX triplet: CA, 55 and 84. RGB value is (202,85,132). Sum of RGB (Red+Green+Blue) = 202+85+132=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5584 is #35AA7B. Grayscale: #7D7D7D. Windows color (decimal): -3517052 or 8672714. OLE color: 8672714.
HSL color Cylindrical-coordinate representation of color #CA5584: hue angle of 335.9º 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 #CA5584 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 132 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.21 |
| HSL | 335.9º | 0.52% | 0.56% | - |
| HSV(B) | 335.9º | 0.58% | 0.79% | - |
| XYZ | 31.77 | 20.72 | 24.15 | - |
| YUV | 125.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 132 | 0 | 0.58 | 0.35 | 0.21 | 335.9 | 0.52 | 0.56 |
| Hex | CA | 55 | 84 | 0 | 3A | 23 | 15 | 150 | 34 | 38 |
| Octal | 312 | 125 | 204 | 0 | 72 | 43 | 25 | 520 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10000100 | 0 | 111010 | 100011 | 10101 | 101010000 | 110100 | 111000 |
Color Harmonies of #CA5584
Complementary color
Monochromatic Colors of #CA5584
Black with #CA5584
Text Example
Text Example
White with #CA5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5584; }
p { color: rgb(202,85,132); }
H1.HeaderClassName
{
color: #CA5584;
}
.AnyTagClassName
{
color: #CA5584;
}
</style>
background-color css
<style>
a { background-color: #CA5584; }
a { background-color: rgb(202,85,132); }
div.DivClassName
{
background-color: #CA5584;
}
.BgClassName
{
background-color: #CA5584;
}
</style>
border-color css
<style>
span { border-color: #CA5584; }
span { border-color: rgb(202,85,132); }
td.TdClassName
{
border-color: #CA5584;
}
.TagClassName
{
border-color: #CA5584;
}
</style>