Shades of Mulberry #CA4796
Tints of Mulberry #CA4796
RGB
CMYK
RGB Variations
Color information
#CA4796 (or 0xCA4796) is known color: Mulberry. HEX triplet: CA, 47 and 96. RGB value is (202,71,150). Sum of RGB (Red+Green+Blue) = 202+71+150=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4796 is #35B869. Grayscale: #767676. Windows color (decimal): -3520618 or 9848778. OLE color: 9848778.
HSL color Cylindrical-coordinate representation of color #CA4796: hue angle of 323.82º 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 #CA4796 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 150 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.21 |
| HSL | 323.82º | 0.55% | 0.54% | - |
| HSV(B) | 323.82º | 0.65% | 0.79% | - |
| XYZ | 32.12 | 19.27 | 30.88 | - |
| YUV | 119.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 150 | 0 | 0.65 | 0.26 | 0.21 | 323.82 | 0.55 | 0.54 |
| Hex | CA | 47 | 96 | 0 | 41 | 1A | 15 | 144 | 37 | 36 |
| Octal | 312 | 107 | 226 | 0 | 101 | 32 | 25 | 504 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10010110 | 0 | 1000001 | 11010 | 10101 | 101000100 | 110111 | 110110 |
Color Harmonies of #CA4796
Complementary color
Monochromatic Colors of #CA4796
Black with #CA4796
Text Example
Text Example
White with #CA4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4796; }
p { color: rgb(202,71,150); }
H1.HeaderClassName
{
color: #CA4796;
}
.AnyTagClassName
{
color: #CA4796;
}
</style>
background-color css
<style>
a { background-color: #CA4796; }
a { background-color: rgb(202,71,150); }
div.DivClassName
{
background-color: #CA4796;
}
.BgClassName
{
background-color: #CA4796;
}
</style>
border-color css
<style>
span { border-color: #CA4796; }
span { border-color: rgb(202,71,150); }
td.TdClassName
{
border-color: #CA4796;
}
.TagClassName
{
border-color: #CA4796;
}
</style>