Shades of Mulberry #CA54A0
Tints of Mulberry #CA54A0
RGB
CMYK
RGB Variations
Color information
#CA54A0 (or 0xCA54A0) is known color: Mulberry. HEX triplet: CA, 54 and A0. RGB value is (202,84,160). Sum of RGB (Red+Green+Blue) = 202+84+160=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54A0 is #35AB5F. Grayscale: #7F7F7F. Windows color (decimal): -3517280 or 10507466. OLE color: 10507466.
HSL color Cylindrical-coordinate representation of color #CA54A0: hue angle of 321.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA54A0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 160 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.21 |
| HSL | 321.36º | 0.53% | 0.56% | - |
| HSV(B) | 321.36º | 0.58% | 0.79% | - |
| XYZ | 33.87 | 21.44 | 35.61 | - |
| YUV | 127.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 160 | 0 | 0.58 | 0.21 | 0.21 | 321.36 | 0.53 | 0.56 |
| Hex | CA | 54 | A0 | 0 | 3A | 15 | 15 | 141 | 35 | 38 |
| Octal | 312 | 124 | 240 | 0 | 72 | 25 | 25 | 501 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10100000 | 0 | 111010 | 10101 | 10101 | 101000001 | 110101 | 111000 |
Color Harmonies of #CA54A0
Complementary color
Monochromatic Colors of #CA54A0
Black with #CA54A0
Text Example
Text Example
White with #CA54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54A0; }
p { color: rgb(202,84,160); }
H1.HeaderClassName
{
color: #CA54A0;
}
.AnyTagClassName
{
color: #CA54A0;
}
</style>
background-color css
<style>
a { background-color: #CA54A0; }
a { background-color: rgb(202,84,160); }
div.DivClassName
{
background-color: #CA54A0;
}
.BgClassName
{
background-color: #CA54A0;
}
</style>
border-color css
<style>
span { border-color: #CA54A0; }
span { border-color: rgb(202,84,160); }
td.TdClassName
{
border-color: #CA54A0;
}
.TagClassName
{
border-color: #CA54A0;
}
</style>