Shades of Mulberry #CA5082
Tints of Mulberry #CA5082
RGB
CMYK
RGB Variations
Color information
#CA5082 (or 0xCA5082) is known color: Mulberry. HEX triplet: CA, 50 and 82. RGB value is (202,80,130). Sum of RGB (Red+Green+Blue) = 202+80+130=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5082 is #35AF7D. Grayscale: #7A7A7A. Windows color (decimal): -3518334 or 8540362. OLE color: 8540362.
HSL color Cylindrical-coordinate representation of color #CA5082: hue angle of 335.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5082 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 130 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.21 |
| HSL | 335.41º | 0.54% | 0.55% | - |
| HSV(B) | 335.41º | 0.6% | 0.79% | - |
| XYZ | 31.26 | 19.91 | 23.31 | - |
| YUV | 122.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 130 | 0 | 0.60 | 0.36 | 0.21 | 335.41 | 0.54 | 0.55 |
| Hex | CA | 50 | 82 | 0 | 3C | 24 | 15 | 14F | 36 | 37 |
| Octal | 312 | 120 | 202 | 0 | 74 | 44 | 25 | 517 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10000010 | 0 | 111100 | 100100 | 10101 | 101001111 | 110110 | 110111 |
Color Harmonies of #CA5082
Complementary color
Monochromatic Colors of #CA5082
Black with #CA5082
Text Example
Text Example
White with #CA5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5082; }
p { color: rgb(202,80,130); }
H1.HeaderClassName
{
color: #CA5082;
}
.AnyTagClassName
{
color: #CA5082;
}
</style>
background-color css
<style>
a { background-color: #CA5082; }
a { background-color: rgb(202,80,130); }
div.DivClassName
{
background-color: #CA5082;
}
.BgClassName
{
background-color: #CA5082;
}
</style>
border-color css
<style>
span { border-color: #CA5082; }
span { border-color: rgb(202,80,130); }
td.TdClassName
{
border-color: #CA5082;
}
.TagClassName
{
border-color: #CA5082;
}
</style>