Shades of Mulberry #CA5585
Tints of Mulberry #CA5585
RGB
CMYK
RGB Variations
Color information
#CA5585 (or 0xCA5585) is known color: Mulberry. HEX triplet: CA, 55 and 85. RGB value is (202,85,133). Sum of RGB (Red+Green+Blue) = 202+85+133=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5585 is #35AA7A. Grayscale: #7D7D7D. Windows color (decimal): -3517051 or 8738250. OLE color: 8738250.
HSL color Cylindrical-coordinate representation of color #CA5585: hue angle of 335.38º 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 #CA5585 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 133 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.21 |
| HSL | 335.38º | 0.52% | 0.56% | - |
| HSV(B) | 335.38º | 0.58% | 0.79% | - |
| XYZ | 31.84 | 20.75 | 24.52 | - |
| YUV | 125.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 133 | 0 | 0.58 | 0.34 | 0.21 | 335.38 | 0.52 | 0.56 |
| Hex | CA | 55 | 85 | 0 | 3A | 22 | 15 | 14F | 34 | 38 |
| Octal | 312 | 125 | 205 | 0 | 72 | 42 | 25 | 517 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10000101 | 0 | 111010 | 100010 | 10101 | 101001111 | 110100 | 111000 |
Color Harmonies of #CA5585
Complementary color
Monochromatic Colors of #CA5585
Black with #CA5585
Text Example
Text Example
White with #CA5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5585; }
p { color: rgb(202,85,133); }
H1.HeaderClassName
{
color: #CA5585;
}
.AnyTagClassName
{
color: #CA5585;
}
</style>
background-color css
<style>
a { background-color: #CA5585; }
a { background-color: rgb(202,85,133); }
div.DivClassName
{
background-color: #CA5585;
}
.BgClassName
{
background-color: #CA5585;
}
</style>
border-color css
<style>
span { border-color: #CA5585; }
span { border-color: rgb(202,85,133); }
td.TdClassName
{
border-color: #CA5585;
}
.TagClassName
{
border-color: #CA5585;
}
</style>