Shades of Mulberry #CA5582
Tints of Mulberry #CA5582
RGB
CMYK
RGB Variations
Color information
#CA5582 (or 0xCA5582) is known color: Mulberry. HEX triplet: CA, 55 and 82. RGB value is (202,85,130). Sum of RGB (Red+Green+Blue) = 202+85+130=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5582 is #35AA7D. Grayscale: #7D7D7D. Windows color (decimal): -3517054 or 8541642. OLE color: 8541642.
HSL color Cylindrical-coordinate representation of color #CA5582: hue angle of 336.92º 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 #CA5582 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 130 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.21 |
| HSL | 336.92º | 0.52% | 0.56% | - |
| HSV(B) | 336.92º | 0.58% | 0.79% | - |
| XYZ | 31.63 | 20.67 | 23.44 | - |
| YUV | 125.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 130 | 0 | 0.58 | 0.36 | 0.21 | 336.92 | 0.52 | 0.56 |
| Hex | CA | 55 | 82 | 0 | 3A | 24 | 15 | 151 | 34 | 38 |
| Octal | 312 | 125 | 202 | 0 | 72 | 44 | 25 | 521 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10000010 | 0 | 111010 | 100100 | 10101 | 101010001 | 110100 | 111000 |
Color Harmonies of #CA5582
Complementary color
Monochromatic Colors of #CA5582
Black with #CA5582
Text Example
Text Example
White with #CA5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5582; }
p { color: rgb(202,85,130); }
H1.HeaderClassName
{
color: #CA5582;
}
.AnyTagClassName
{
color: #CA5582;
}
</style>
background-color css
<style>
a { background-color: #CA5582; }
a { background-color: rgb(202,85,130); }
div.DivClassName
{
background-color: #CA5582;
}
.BgClassName
{
background-color: #CA5582;
}
</style>
border-color css
<style>
span { border-color: #CA5582; }
span { border-color: rgb(202,85,130); }
td.TdClassName
{
border-color: #CA5582;
}
.TagClassName
{
border-color: #CA5582;
}
</style>