Shades of Mulberry #CA5588
Tints of Mulberry #CA5588
RGB
CMYK
RGB Variations
Color information
#CA5588 (or 0xCA5588) is known color: Mulberry. HEX triplet: CA, 55 and 88. RGB value is (202,85,136). Sum of RGB (Red+Green+Blue) = 202+85+136=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5588 is #35AA77. Grayscale: #7D7D7D. Windows color (decimal): -3517048 or 8934858. OLE color: 8934858.
HSL color Cylindrical-coordinate representation of color #CA5588: hue angle of 333.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5588 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 136 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.21 |
| HSL | 333.85º | 0.52% | 0.56% | - |
| HSV(B) | 333.85º | 0.58% | 0.79% | - |
| XYZ | 32.05 | 20.83 | 25.62 | - |
| YUV | 125.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 136 | 0 | 0.58 | 0.33 | 0.21 | 333.85 | 0.52 | 0.56 |
| Hex | CA | 55 | 88 | 0 | 3A | 21 | 15 | 14E | 34 | 38 |
| Octal | 312 | 125 | 210 | 0 | 72 | 41 | 25 | 516 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10001000 | 0 | 111010 | 100001 | 10101 | 101001110 | 110100 | 111000 |
Color Harmonies of #CA5588
Complementary color
Monochromatic Colors of #CA5588
Black with #CA5588
Text Example
Text Example
White with #CA5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5588; }
p { color: rgb(202,85,136); }
H1.HeaderClassName
{
color: #CA5588;
}
.AnyTagClassName
{
color: #CA5588;
}
</style>
background-color css
<style>
a { background-color: #CA5588; }
a { background-color: rgb(202,85,136); }
div.DivClassName
{
background-color: #CA5588;
}
.BgClassName
{
background-color: #CA5588;
}
</style>
border-color css
<style>
span { border-color: #CA5588; }
span { border-color: rgb(202,85,136); }
td.TdClassName
{
border-color: #CA5588;
}
.TagClassName
{
border-color: #CA5588;
}
</style>