Shades of Mulberry #CA4687
Tints of Mulberry #CA4687
RGB
CMYK
RGB Variations
Color information
#CA4687 (or 0xCA4687) is known color: Mulberry. HEX triplet: CA, 46 and 87. RGB value is (202,70,135). Sum of RGB (Red+Green+Blue) = 202+70+135=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4687 is #35B978. Grayscale: #747474. Windows color (decimal): -3520889 or 8865482. OLE color: 8865482.
HSL color Cylindrical-coordinate representation of color #CA4687: hue angle of 330.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4687 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 135 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.21 |
| HSL | 330.45º | 0.55% | 0.53% | - |
| HSV(B) | 330.45º | 0.65% | 0.79% | - |
| XYZ | 30.92 | 18.69 | 24.9 | - |
| YUV | 116.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 135 | 0 | 0.65 | 0.33 | 0.21 | 330.45 | 0.55 | 0.53 |
| Hex | CA | 46 | 87 | 0 | 41 | 21 | 15 | 14A | 37 | 35 |
| Octal | 312 | 106 | 207 | 0 | 101 | 41 | 25 | 512 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10000111 | 0 | 1000001 | 100001 | 10101 | 101001010 | 110111 | 110101 |
Color Harmonies of #CA4687
Complementary color
Monochromatic Colors of #CA4687
Black with #CA4687
Text Example
Text Example
White with #CA4687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4687; }
p { color: rgb(202,70,135); }
H1.HeaderClassName
{
color: #CA4687;
}
.AnyTagClassName
{
color: #CA4687;
}
</style>
background-color css
<style>
a { background-color: #CA4687; }
a { background-color: rgb(202,70,135); }
div.DivClassName
{
background-color: #CA4687;
}
.BgClassName
{
background-color: #CA4687;
}
</style>
border-color css
<style>
span { border-color: #CA4687; }
span { border-color: rgb(202,70,135); }
td.TdClassName
{
border-color: #CA4687;
}
.TagClassName
{
border-color: #CA4687;
}
</style>