Shades of Mulberry #CA5089
Tints of Mulberry #CA5089
RGB
CMYK
RGB Variations
Color information
#CA5089 (or 0xCA5089) is known color: Mulberry. HEX triplet: CA, 50 and 89. RGB value is (202,80,137). Sum of RGB (Red+Green+Blue) = 202+80+137=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5089 is #35AF76. Grayscale: #7A7A7A. Windows color (decimal): -3518327 or 8999114. OLE color: 8999114.
HSL color Cylindrical-coordinate representation of color #CA5089: hue angle of 331.97º 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 #CA5089 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 137 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.21 |
| HSL | 331.97º | 0.54% | 0.55% | - |
| HSV(B) | 331.97º | 0.6% | 0.79% | - |
| XYZ | 31.74 | 20.1 | 25.87 | - |
| YUV | 122.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 137 | 0 | 0.60 | 0.32 | 0.21 | 331.97 | 0.54 | 0.55 |
| Hex | CA | 50 | 89 | 0 | 3C | 20 | 15 | 14C | 36 | 37 |
| Octal | 312 | 120 | 211 | 0 | 74 | 40 | 25 | 514 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10001001 | 0 | 111100 | 100000 | 10101 | 101001100 | 110110 | 110111 |
Color Harmonies of #CA5089
Complementary color
Monochromatic Colors of #CA5089
Black with #CA5089
Text Example
Text Example
White with #CA5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5089; }
p { color: rgb(202,80,137); }
H1.HeaderClassName
{
color: #CA5089;
}
.AnyTagClassName
{
color: #CA5089;
}
</style>
background-color css
<style>
a { background-color: #CA5089; }
a { background-color: rgb(202,80,137); }
div.DivClassName
{
background-color: #CA5089;
}
.BgClassName
{
background-color: #CA5089;
}
</style>
border-color css
<style>
span { border-color: #CA5089; }
span { border-color: rgb(202,80,137); }
td.TdClassName
{
border-color: #CA5089;
}
.TagClassName
{
border-color: #CA5089;
}
</style>