Shades of Mulberry #CA4798
Tints of Mulberry #CA4798
RGB
CMYK
RGB Variations
Color information
#CA4798 (or 0xCA4798) is known color: Mulberry. HEX triplet: CA, 47 and 98. RGB value is (202,71,152). Sum of RGB (Red+Green+Blue) = 202+71+152=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4798 is #35B867. Grayscale: #777777. Windows color (decimal): -3520616 or 9979850. OLE color: 9979850.
HSL color Cylindrical-coordinate representation of color #CA4798: hue angle of 322.9º 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 #CA4798 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 152 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.21 |
| HSL | 322.9º | 0.55% | 0.54% | - |
| HSV(B) | 322.9º | 0.65% | 0.79% | - |
| XYZ | 32.28 | 19.33 | 31.74 | - |
| YUV | 119.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 152 | 0 | 0.65 | 0.25 | 0.21 | 322.9 | 0.55 | 0.54 |
| Hex | CA | 47 | 98 | 0 | 41 | 19 | 15 | 143 | 37 | 36 |
| Octal | 312 | 107 | 230 | 0 | 101 | 31 | 25 | 503 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10011000 | 0 | 1000001 | 11001 | 10101 | 101000011 | 110111 | 110110 |
Color Harmonies of #CA4798
Complementary color
Monochromatic Colors of #CA4798
Black with #CA4798
Text Example
Text Example
White with #CA4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4798; }
p { color: rgb(202,71,152); }
H1.HeaderClassName
{
color: #CA4798;
}
.AnyTagClassName
{
color: #CA4798;
}
</style>
background-color css
<style>
a { background-color: #CA4798; }
a { background-color: rgb(202,71,152); }
div.DivClassName
{
background-color: #CA4798;
}
.BgClassName
{
background-color: #CA4798;
}
</style>
border-color css
<style>
span { border-color: #CA4798; }
span { border-color: rgb(202,71,152); }
td.TdClassName
{
border-color: #CA4798;
}
.TagClassName
{
border-color: #CA4798;
}
</style>