Shades of Mulberry #CA5AA0
Tints of Mulberry #CA5AA0
RGB
CMYK
RGB Variations
Color information
#CA5AA0 (or 0xCA5AA0) is known color: Mulberry. HEX triplet: CA, 5A and A0. RGB value is (202,90,160). Sum of RGB (Red+Green+Blue) = 202+90+160=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA0 is #35A55F. Grayscale: #838383. Windows color (decimal): -3515744 or 10509002. OLE color: 10509002.
HSL color Cylindrical-coordinate representation of color #CA5AA0: hue angle of 322.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5AA0 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 160 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.21 |
| HSL | 322.5º | 0.51% | 0.57% | - |
| HSV(B) | 322.5º | 0.55% | 0.79% | - |
| XYZ | 34.36 | 22.41 | 35.77 | - |
| YUV | 131.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 160 | 0 | 0.55 | 0.21 | 0.21 | 322.5 | 0.51 | 0.57 |
| Hex | CA | 5A | A0 | 0 | 37 | 15 | 15 | 142 | 33 | 39 |
| Octal | 312 | 132 | 240 | 0 | 67 | 25 | 25 | 502 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10100000 | 0 | 110111 | 10101 | 10101 | 101000010 | 110011 | 111001 |
Color Harmonies of #CA5AA0
Complementary color
Monochromatic Colors of #CA5AA0
Black with #CA5AA0
Text Example
Text Example
White with #CA5AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AA0; }
p { color: rgb(202,90,160); }
H1.HeaderClassName
{
color: #CA5AA0;
}
.AnyTagClassName
{
color: #CA5AA0;
}
</style>
background-color css
<style>
a { background-color: #CA5AA0; }
a { background-color: rgb(202,90,160); }
div.DivClassName
{
background-color: #CA5AA0;
}
.BgClassName
{
background-color: #CA5AA0;
}
</style>
border-color css
<style>
span { border-color: #CA5AA0; }
span { border-color: rgb(202,90,160); }
td.TdClassName
{
border-color: #CA5AA0;
}
.TagClassName
{
border-color: #CA5AA0;
}
</style>