Shades of Mulberry #CA5087
Tints of Mulberry #CA5087
RGB
CMYK
RGB Variations
Color information
#CA5087 (or 0xCA5087) is known color: Mulberry. HEX triplet: CA, 50 and 87. RGB value is (202,80,135). Sum of RGB (Red+Green+Blue) = 202+80+135=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5087 is #35AF78. Grayscale: #7A7A7A. Windows color (decimal): -3518329 or 8868042. OLE color: 8868042.
HSL color Cylindrical-coordinate representation of color #CA5087: hue angle of 332.95º 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 #CA5087 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 135 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.21 |
| HSL | 332.95º | 0.54% | 0.55% | - |
| HSV(B) | 332.95º | 0.6% | 0.79% | - |
| XYZ | 31.6 | 20.04 | 25.12 | - |
| YUV | 122.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 135 | 0 | 0.60 | 0.33 | 0.21 | 332.95 | 0.54 | 0.55 |
| Hex | CA | 50 | 87 | 0 | 3C | 21 | 15 | 14D | 36 | 37 |
| Octal | 312 | 120 | 207 | 0 | 74 | 41 | 25 | 515 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10000111 | 0 | 111100 | 100001 | 10101 | 101001101 | 110110 | 110111 |
Color Harmonies of #CA5087
Complementary color
Monochromatic Colors of #CA5087
Black with #CA5087
Text Example
Text Example
White with #CA5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5087; }
p { color: rgb(202,80,135); }
H1.HeaderClassName
{
color: #CA5087;
}
.AnyTagClassName
{
color: #CA5087;
}
</style>
background-color css
<style>
a { background-color: #CA5087; }
a { background-color: rgb(202,80,135); }
div.DivClassName
{
background-color: #CA5087;
}
.BgClassName
{
background-color: #CA5087;
}
</style>
border-color css
<style>
span { border-color: #CA5087; }
span { border-color: rgb(202,80,135); }
td.TdClassName
{
border-color: #CA5087;
}
.TagClassName
{
border-color: #CA5087;
}
</style>