Shades of Mulberry #CA5997
Tints of Mulberry #CA5997
RGB
CMYK
RGB Variations
Color information
#CA5997 (or 0xCA5997) is known color: Mulberry. HEX triplet: CA, 59 and 97. RGB value is (202,89,151). Sum of RGB (Red+Green+Blue) = 202+89+151=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5997 is #35A668. Grayscale: #818181. Windows color (decimal): -3516009 or 9918922. OLE color: 9918922.
HSL color Cylindrical-coordinate representation of color #CA5997: hue angle of 327.08º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5997 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 151 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.21 |
| HSL | 327.08º | 0.52% | 0.57% | - |
| HSV(B) | 327.08º | 0.56% | 0.79% | - |
| XYZ | 33.52 | 21.94 | 31.75 | - |
| YUV | 129.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 151 | 0 | 0.56 | 0.25 | 0.21 | 327.08 | 0.52 | 0.57 |
| Hex | CA | 59 | 97 | 0 | 38 | 19 | 15 | 147 | 34 | 39 |
| Octal | 312 | 131 | 227 | 0 | 70 | 31 | 25 | 507 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10010111 | 0 | 111000 | 11001 | 10101 | 101000111 | 110100 | 111001 |
Color Harmonies of #CA5997
Complementary color
Monochromatic Colors of #CA5997
Black with #CA5997
Text Example
Text Example
White with #CA5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5997; }
p { color: rgb(202,89,151); }
H1.HeaderClassName
{
color: #CA5997;
}
.AnyTagClassName
{
color: #CA5997;
}
</style>
background-color css
<style>
a { background-color: #CA5997; }
a { background-color: rgb(202,89,151); }
div.DivClassName
{
background-color: #CA5997;
}
.BgClassName
{
background-color: #CA5997;
}
</style>
border-color css
<style>
span { border-color: #CA5997; }
span { border-color: rgb(202,89,151); }
td.TdClassName
{
border-color: #CA5997;
}
.TagClassName
{
border-color: #CA5997;
}
</style>