Shades of Mulberry #CA59A6
Tints of Mulberry #CA59A6
RGB
CMYK
RGB Variations
Color information
#CA59A6 (or 0xCA59A6) is known color: Mulberry. HEX triplet: CA, 59 and A6. RGB value is (202,89,166). Sum of RGB (Red+Green+Blue) = 202+89+166=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A6 is #35A659. Grayscale: #838383. Windows color (decimal): -3515994 or 10901962. OLE color: 10901962.
HSL color Cylindrical-coordinate representation of color #CA59A6: hue angle of 319.12º 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 #CA59A6 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 166 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.21 |
| HSL | 319.12º | 0.52% | 0.57% | - |
| HSV(B) | 319.12º | 0.56% | 0.79% | - |
| XYZ | 34.81 | 22.45 | 38.58 | - |
| YUV | 131.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 166 | 0 | 0.56 | 0.18 | 0.21 | 319.12 | 0.52 | 0.57 |
| Hex | CA | 59 | A6 | 0 | 38 | 12 | 15 | 13F | 34 | 39 |
| Octal | 312 | 131 | 246 | 0 | 70 | 22 | 25 | 477 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10100110 | 0 | 111000 | 10010 | 10101 | 100111111 | 110100 | 111001 |
Color Harmonies of #CA59A6
Complementary color
Monochromatic Colors of #CA59A6
Black with #CA59A6
Text Example
Text Example
White with #CA59A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59A6; }
p { color: rgb(202,89,166); }
H1.HeaderClassName
{
color: #CA59A6;
}
.AnyTagClassName
{
color: #CA59A6;
}
</style>
background-color css
<style>
a { background-color: #CA59A6; }
a { background-color: rgb(202,89,166); }
div.DivClassName
{
background-color: #CA59A6;
}
.BgClassName
{
background-color: #CA59A6;
}
</style>
border-color css
<style>
span { border-color: #CA59A6; }
span { border-color: rgb(202,89,166); }
td.TdClassName
{
border-color: #CA59A6;
}
.TagClassName
{
border-color: #CA59A6;
}
</style>