Shades of Mulberry #CA4BA0
Tints of Mulberry #CA4BA0
RGB
CMYK
RGB Variations
Color information
#CA4BA0 (or 0xCA4BA0) is known color: Mulberry. HEX triplet: CA, 4B and A0. RGB value is (202,75,160). Sum of RGB (Red+Green+Blue) = 202+75+160=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA0 is #35B45F. Grayscale: #7A7A7A. Windows color (decimal): -3519584 or 10505162. OLE color: 10505162.
HSL color Cylindrical-coordinate representation of color #CA4BA0: hue angle of 319.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BA0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 160 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.21 |
| HSL | 319.84º | 0.55% | 0.54% | - |
| HSV(B) | 319.84º | 0.63% | 0.79% | - |
| XYZ | 33.22 | 20.13 | 35.39 | - |
| YUV | 122.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 160 | 0 | 0.63 | 0.21 | 0.21 | 319.84 | 0.55 | 0.54 |
| Hex | CA | 4B | A0 | 0 | 3F | 15 | 15 | 140 | 37 | 36 |
| Octal | 312 | 113 | 240 | 0 | 77 | 25 | 25 | 500 | 67 | 66 |
| Binary | 11001010 | 1001011 | 10100000 | 0 | 111111 | 10101 | 10101 | 101000000 | 110111 | 110110 |
Color Harmonies of #CA4BA0
Complementary color
Monochromatic Colors of #CA4BA0
Black with #CA4BA0
Text Example
Text Example
White with #CA4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BA0; }
p { color: rgb(202,75,160); }
H1.HeaderClassName
{
color: #CA4BA0;
}
.AnyTagClassName
{
color: #CA4BA0;
}
</style>
background-color css
<style>
a { background-color: #CA4BA0; }
a { background-color: rgb(202,75,160); }
div.DivClassName
{
background-color: #CA4BA0;
}
.BgClassName
{
background-color: #CA4BA0;
}
</style>
border-color css
<style>
span { border-color: #CA4BA0; }
span { border-color: rgb(202,75,160); }
td.TdClassName
{
border-color: #CA4BA0;
}
.TagClassName
{
border-color: #CA4BA0;
}
</style>