Shades of Mulberry #CA4790
Tints of Mulberry #CA4790
RGB
CMYK
RGB Variations
Color information
#CA4790 (or 0xCA4790) is known color: Mulberry. HEX triplet: CA, 47 and 90. RGB value is (202,71,144). Sum of RGB (Red+Green+Blue) = 202+71+144=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4790 is #35B86F. Grayscale: #767676. Windows color (decimal): -3520624 or 9455562. OLE color: 9455562.
HSL color Cylindrical-coordinate representation of color #CA4790: hue angle of 326.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4790 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 144 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.21 |
| HSL | 326.56º | 0.55% | 0.54% | - |
| HSV(B) | 326.56º | 0.65% | 0.79% | - |
| XYZ | 31.64 | 19.08 | 28.4 | - |
| YUV | 118.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 144 | 0 | 0.65 | 0.29 | 0.21 | 326.56 | 0.55 | 0.54 |
| Hex | CA | 47 | 90 | 0 | 41 | 1D | 15 | 147 | 37 | 36 |
| Octal | 312 | 107 | 220 | 0 | 101 | 35 | 25 | 507 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10010000 | 0 | 1000001 | 11101 | 10101 | 101000111 | 110111 | 110110 |
Color Harmonies of #CA4790
Complementary color
Monochromatic Colors of #CA4790
Black with #CA4790
Text Example
Text Example
White with #CA4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4790; }
p { color: rgb(202,71,144); }
H1.HeaderClassName
{
color: #CA4790;
}
.AnyTagClassName
{
color: #CA4790;
}
</style>
background-color css
<style>
a { background-color: #CA4790; }
a { background-color: rgb(202,71,144); }
div.DivClassName
{
background-color: #CA4790;
}
.BgClassName
{
background-color: #CA4790;
}
</style>
border-color css
<style>
span { border-color: #CA4790; }
span { border-color: rgb(202,71,144); }
td.TdClassName
{
border-color: #CA4790;
}
.TagClassName
{
border-color: #CA4790;
}
</style>