Shades of Mulberry #CA5485
Tints of Mulberry #CA5485
RGB
CMYK
RGB Variations
Color information
#CA5485 (or 0xCA5485) is known color: Mulberry. HEX triplet: CA, 54 and 85. RGB value is (202,84,133). Sum of RGB (Red+Green+Blue) = 202+84+133=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5485 is #35AB7A. Grayscale: #7C7C7C. Windows color (decimal): -3517307 or 8737994. OLE color: 8737994.
HSL color Cylindrical-coordinate representation of color #CA5485: hue angle of 335.08º degrees, saturation: 0.53, 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 #CA5485 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 133 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.21 |
| HSL | 335.08º | 0.53% | 0.56% | - |
| HSV(B) | 335.08º | 0.58% | 0.79% | - |
| XYZ | 31.76 | 20.59 | 24.49 | - |
| YUV | 124.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 133 | 0 | 0.58 | 0.34 | 0.21 | 335.08 | 0.53 | 0.56 |
| Hex | CA | 54 | 85 | 0 | 3A | 22 | 15 | 14F | 35 | 38 |
| Octal | 312 | 124 | 205 | 0 | 72 | 42 | 25 | 517 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10000101 | 0 | 111010 | 100010 | 10101 | 101001111 | 110101 | 111000 |
Color Harmonies of #CA5485
Complementary color
Monochromatic Colors of #CA5485
Black with #CA5485
Text Example
Text Example
White with #CA5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5485; }
p { color: rgb(202,84,133); }
H1.HeaderClassName
{
color: #CA5485;
}
.AnyTagClassName
{
color: #CA5485;
}
</style>
background-color css
<style>
a { background-color: #CA5485; }
a { background-color: rgb(202,84,133); }
div.DivClassName
{
background-color: #CA5485;
}
.BgClassName
{
background-color: #CA5485;
}
</style>
border-color css
<style>
span { border-color: #CA5485; }
span { border-color: rgb(202,84,133); }
td.TdClassName
{
border-color: #CA5485;
}
.TagClassName
{
border-color: #CA5485;
}
</style>