Shades of Mulberry #CA5A84
Tints of Mulberry #CA5A84
RGB
CMYK
RGB Variations
Color information
#CA5A84 (or 0xCA5A84) is known color: Mulberry. HEX triplet: CA, 5A and 84. RGB value is (202,90,132). Sum of RGB (Red+Green+Blue) = 202+90+132=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A84 is #35A57B. Grayscale: #808080. Windows color (decimal): -3515772 or 8673994. OLE color: 8673994.
HSL color Cylindrical-coordinate representation of color #CA5A84: hue angle of 337.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A84 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 132 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.21 |
| HSL | 337.5º | 0.51% | 0.57% | - |
| HSV(B) | 337.5º | 0.55% | 0.79% | - |
| XYZ | 32.18 | 21.53 | 24.29 | - |
| YUV | 128.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 132 | 0 | 0.55 | 0.35 | 0.21 | 337.5 | 0.51 | 0.57 |
| Hex | CA | 5A | 84 | 0 | 37 | 23 | 15 | 152 | 33 | 39 |
| Octal | 312 | 132 | 204 | 0 | 67 | 43 | 25 | 522 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10000100 | 0 | 110111 | 100011 | 10101 | 101010010 | 110011 | 111001 |
Color Harmonies of #CA5A84
Complementary color
Monochromatic Colors of #CA5A84
Black with #CA5A84
Text Example
Text Example
White with #CA5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A84; }
p { color: rgb(202,90,132); }
H1.HeaderClassName
{
color: #CA5A84;
}
.AnyTagClassName
{
color: #CA5A84;
}
</style>
background-color css
<style>
a { background-color: #CA5A84; }
a { background-color: rgb(202,90,132); }
div.DivClassName
{
background-color: #CA5A84;
}
.BgClassName
{
background-color: #CA5A84;
}
</style>
border-color css
<style>
span { border-color: #CA5A84; }
span { border-color: rgb(202,90,132); }
td.TdClassName
{
border-color: #CA5A84;
}
.TagClassName
{
border-color: #CA5A84;
}
</style>