Shades of Mulberry #CA4DA0
Tints of Mulberry #CA4DA0
RGB
CMYK
RGB Variations
Color information
#CA4DA0 (or 0xCA4DA0) is known color: Mulberry. HEX triplet: CA, 4D and A0. RGB value is (202,77,160). Sum of RGB (Red+Green+Blue) = 202+77+160=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DA0 is #35B25F. Grayscale: #7B7B7B. Windows color (decimal): -3519072 or 10505674. OLE color: 10505674.
HSL color Cylindrical-coordinate representation of color #CA4DA0: hue angle of 320.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DA0 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 160 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.21 |
| HSL | 320.16º | 0.54% | 0.55% | - |
| HSV(B) | 320.16º | 0.62% | 0.79% | - |
| XYZ | 33.36 | 20.4 | 35.44 | - |
| YUV | 123.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 160 | 0 | 0.62 | 0.21 | 0.21 | 320.16 | 0.54 | 0.55 |
| Hex | CA | 4D | A0 | 0 | 3E | 15 | 15 | 140 | 36 | 37 |
| Octal | 312 | 115 | 240 | 0 | 76 | 25 | 25 | 500 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10100000 | 0 | 111110 | 10101 | 10101 | 101000000 | 110110 | 110111 |
Color Harmonies of #CA4DA0
Complementary color
Monochromatic Colors of #CA4DA0
Black with #CA4DA0
Text Example
Text Example
White with #CA4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DA0; }
p { color: rgb(202,77,160); }
H1.HeaderClassName
{
color: #CA4DA0;
}
.AnyTagClassName
{
color: #CA4DA0;
}
</style>
background-color css
<style>
a { background-color: #CA4DA0; }
a { background-color: rgb(202,77,160); }
div.DivClassName
{
background-color: #CA4DA0;
}
.BgClassName
{
background-color: #CA4DA0;
}
</style>
border-color css
<style>
span { border-color: #CA4DA0; }
span { border-color: rgb(202,77,160); }
td.TdClassName
{
border-color: #CA4DA0;
}
.TagClassName
{
border-color: #CA4DA0;
}
</style>