Shades of Mulberry #CA40A0
Tints of Mulberry #CA40A0
RGB
CMYK
RGB Variations
Color information
#CA40A0 (or 0xCA40A0) is known color: Mulberry. HEX triplet: CA, 40 and A0. RGB value is (202,64,160). Sum of RGB (Red+Green+Blue) = 202+64+160=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40A0 is #35BF5F. Grayscale: #737373. Windows color (decimal): -3522400 or 10502346. OLE color: 10502346.
HSL color Cylindrical-coordinate representation of color #CA40A0: hue angle of 318.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40A0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 160 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.21 |
| HSL | 318.26º | 0.57% | 0.52% | - |
| HSV(B) | 318.26º | 0.68% | 0.79% | - |
| XYZ | 32.54 | 18.76 | 35.16 | - |
| YUV | 116.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 160 | 0 | 0.68 | 0.21 | 0.21 | 318.26 | 0.57 | 0.52 |
| Hex | CA | 40 | A0 | 0 | 44 | 15 | 15 | 13E | 39 | 34 |
| Octal | 312 | 100 | 240 | 0 | 104 | 25 | 25 | 476 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10100000 | 0 | 1000100 | 10101 | 10101 | 100111110 | 111001 | 110100 |
Color Harmonies of #CA40A0
Complementary color
Monochromatic Colors of #CA40A0
Black with #CA40A0
Text Example
Text Example
White with #CA40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40A0; }
p { color: rgb(202,64,160); }
H1.HeaderClassName
{
color: #CA40A0;
}
.AnyTagClassName
{
color: #CA40A0;
}
</style>
background-color css
<style>
a { background-color: #CA40A0; }
a { background-color: rgb(202,64,160); }
div.DivClassName
{
background-color: #CA40A0;
}
.BgClassName
{
background-color: #CA40A0;
}
</style>
border-color css
<style>
span { border-color: #CA40A0; }
span { border-color: rgb(202,64,160); }
td.TdClassName
{
border-color: #CA40A0;
}
.TagClassName
{
border-color: #CA40A0;
}
</style>