Shades of Mulberry #CA5384
Tints of Mulberry #CA5384
RGB
CMYK
RGB Variations
Color information
#CA5384 (or 0xCA5384) is known color: Mulberry. HEX triplet: CA, 53 and 84. RGB value is (202,83,132). Sum of RGB (Red+Green+Blue) = 202+83+132=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5384 is #35AC7B. Grayscale: #7C7C7C. Windows color (decimal): -3517564 or 8672202. OLE color: 8672202.
HSL color Cylindrical-coordinate representation of color #CA5384: hue angle of 335.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5384 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 132 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.21 |
| HSL | 335.29º | 0.53% | 0.56% | - |
| HSV(B) | 335.29º | 0.59% | 0.79% | - |
| XYZ | 31.62 | 20.41 | 24.1 | - |
| YUV | 124.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 132 | 0 | 0.59 | 0.35 | 0.21 | 335.29 | 0.53 | 0.56 |
| Hex | CA | 53 | 84 | 0 | 3B | 23 | 15 | 14F | 35 | 38 |
| Octal | 312 | 123 | 204 | 0 | 73 | 43 | 25 | 517 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10000100 | 0 | 111011 | 100011 | 10101 | 101001111 | 110101 | 111000 |
Color Harmonies of #CA5384
Complementary color
Monochromatic Colors of #CA5384
Black with #CA5384
Text Example
Text Example
White with #CA5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5384; }
p { color: rgb(202,83,132); }
H1.HeaderClassName
{
color: #CA5384;
}
.AnyTagClassName
{
color: #CA5384;
}
</style>
background-color css
<style>
a { background-color: #CA5384; }
a { background-color: rgb(202,83,132); }
div.DivClassName
{
background-color: #CA5384;
}
.BgClassName
{
background-color: #CA5384;
}
</style>
border-color css
<style>
span { border-color: #CA5384; }
span { border-color: rgb(202,83,132); }
td.TdClassName
{
border-color: #CA5384;
}
.TagClassName
{
border-color: #CA5384;
}
</style>