Shades of Mulberry #CA59A9
Tints of Mulberry #CA59A9
RGB
CMYK
RGB Variations
Color information
#CA59A9 (or 0xCA59A9) is known color: Mulberry. HEX triplet: CA, 59 and A9. RGB value is (202,89,169). Sum of RGB (Red+Green+Blue) = 202+89+169=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A9 is #35A656. Grayscale: #838383. Windows color (decimal): -3515991 or 11098570. OLE color: 11098570.
HSL color Cylindrical-coordinate representation of color #CA59A9: hue angle of 317.52º 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 #CA59A9 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 169 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.21 |
| HSL | 317.52º | 0.52% | 0.57% | - |
| HSV(B) | 317.52º | 0.56% | 0.79% | - |
| XYZ | 35.09 | 22.57 | 40.04 | - |
| YUV | 131.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 169 | 0 | 0.56 | 0.16 | 0.21 | 317.52 | 0.52 | 0.57 |
| Hex | CA | 59 | A9 | 0 | 38 | 10 | 15 | 13E | 34 | 39 |
| Octal | 312 | 131 | 251 | 0 | 70 | 20 | 25 | 476 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10101001 | 0 | 111000 | 10000 | 10101 | 100111110 | 110100 | 111001 |
Color Harmonies of #CA59A9
Complementary color
Monochromatic Colors of #CA59A9
Black with #CA59A9
Text Example
Text Example
White with #CA59A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59A9; }
p { color: rgb(202,89,169); }
H1.HeaderClassName
{
color: #CA59A9;
}
.AnyTagClassName
{
color: #CA59A9;
}
</style>
background-color css
<style>
a { background-color: #CA59A9; }
a { background-color: rgb(202,89,169); }
div.DivClassName
{
background-color: #CA59A9;
}
.BgClassName
{
background-color: #CA59A9;
}
</style>
border-color css
<style>
span { border-color: #CA59A9; }
span { border-color: rgb(202,89,169); }
td.TdClassName
{
border-color: #CA59A9;
}
.TagClassName
{
border-color: #CA59A9;
}
</style>