Shades of Mulberry #CA4987
Tints of Mulberry #CA4987
RGB
CMYK
RGB Variations
Color information
#CA4987 (or 0xCA4987) is known color: Mulberry. HEX triplet: CA, 49 and 87. RGB value is (202,73,135). Sum of RGB (Red+Green+Blue) = 202+73+135=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4987 is #35B678. Grayscale: #767676. Windows color (decimal): -3520121 or 8866250. OLE color: 8866250.
HSL color Cylindrical-coordinate representation of color #CA4987: hue angle of 331.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4987 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 135 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.21 |
| HSL | 331.16º | 0.55% | 0.54% | - |
| HSV(B) | 331.16º | 0.64% | 0.79% | - |
| XYZ | 31.11 | 19.07 | 24.96 | - |
| YUV | 118.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 135 | 0 | 0.64 | 0.33 | 0.21 | 331.16 | 0.55 | 0.54 |
| Hex | CA | 49 | 87 | 0 | 40 | 21 | 15 | 14B | 37 | 36 |
| Octal | 312 | 111 | 207 | 0 | 100 | 41 | 25 | 513 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10000111 | 0 | 1000000 | 100001 | 10101 | 101001011 | 110111 | 110110 |
Color Harmonies of #CA4987
Complementary color
Monochromatic Colors of #CA4987
Black with #CA4987
Text Example
Text Example
White with #CA4987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4987; }
p { color: rgb(202,73,135); }
H1.HeaderClassName
{
color: #CA4987;
}
.AnyTagClassName
{
color: #CA4987;
}
</style>
background-color css
<style>
a { background-color: #CA4987; }
a { background-color: rgb(202,73,135); }
div.DivClassName
{
background-color: #CA4987;
}
.BgClassName
{
background-color: #CA4987;
}
</style>
border-color css
<style>
span { border-color: #CA4987; }
span { border-color: rgb(202,73,135); }
td.TdClassName
{
border-color: #CA4987;
}
.TagClassName
{
border-color: #CA4987;
}
</style>