Shades of Mulberry #CA46A0
Tints of Mulberry #CA46A0
RGB
CMYK
RGB Variations
Color information
#CA46A0 (or 0xCA46A0) is known color: Mulberry. HEX triplet: CA, 46 and A0. RGB value is (202,70,160). Sum of RGB (Red+Green+Blue) = 202+70+160=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46A0 is #35B95F. Grayscale: #777777. Windows color (decimal): -3520864 or 10503882. OLE color: 10503882.
HSL color Cylindrical-coordinate representation of color #CA46A0: hue angle of 319.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46A0 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 160 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.21 |
| HSL | 319.09º | 0.55% | 0.53% | - |
| HSV(B) | 319.09º | 0.65% | 0.79% | - |
| XYZ | 32.89 | 19.47 | 35.28 | - |
| YUV | 119.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 160 | 0 | 0.65 | 0.21 | 0.21 | 319.09 | 0.55 | 0.53 |
| Hex | CA | 46 | A0 | 0 | 41 | 15 | 15 | 13F | 37 | 35 |
| Octal | 312 | 106 | 240 | 0 | 101 | 25 | 25 | 477 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10100000 | 0 | 1000001 | 10101 | 10101 | 100111111 | 110111 | 110101 |
Color Harmonies of #CA46A0
Complementary color
Monochromatic Colors of #CA46A0
Black with #CA46A0
Text Example
Text Example
White with #CA46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46A0; }
p { color: rgb(202,70,160); }
H1.HeaderClassName
{
color: #CA46A0;
}
.AnyTagClassName
{
color: #CA46A0;
}
</style>
background-color css
<style>
a { background-color: #CA46A0; }
a { background-color: rgb(202,70,160); }
div.DivClassName
{
background-color: #CA46A0;
}
.BgClassName
{
background-color: #CA46A0;
}
</style>
border-color css
<style>
span { border-color: #CA46A0; }
span { border-color: rgb(202,70,160); }
td.TdClassName
{
border-color: #CA46A0;
}
.TagClassName
{
border-color: #CA46A0;
}
</style>