Shades of Mulberry #CA5186
Tints of Mulberry #CA5186
RGB
CMYK
RGB Variations
Color information
#CA5186 (or 0xCA5186) is known color: Mulberry. HEX triplet: CA, 51 and 86. RGB value is (202,81,134). Sum of RGB (Red+Green+Blue) = 202+81+134=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5186 is #35AE79. Grayscale: #7B7B7B. Windows color (decimal): -3518074 or 8802762. OLE color: 8802762.
HSL color Cylindrical-coordinate representation of color #CA5186: hue angle of 333.72º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5186 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 134 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.21 |
| HSL | 333.72º | 0.53% | 0.55% | - |
| HSV(B) | 333.72º | 0.6% | 0.79% | - |
| XYZ | 31.6 | 20.16 | 24.78 | - |
| YUV | 123.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 134 | 0 | 0.60 | 0.34 | 0.21 | 333.72 | 0.53 | 0.55 |
| Hex | CA | 51 | 86 | 0 | 3C | 22 | 15 | 14E | 35 | 37 |
| Octal | 312 | 121 | 206 | 0 | 74 | 42 | 25 | 516 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10000110 | 0 | 111100 | 100010 | 10101 | 101001110 | 110101 | 110111 |
Color Harmonies of #CA5186
Complementary color
Monochromatic Colors of #CA5186
Black with #CA5186
Text Example
Text Example
White with #CA5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5186; }
p { color: rgb(202,81,134); }
H1.HeaderClassName
{
color: #CA5186;
}
.AnyTagClassName
{
color: #CA5186;
}
</style>
background-color css
<style>
a { background-color: #CA5186; }
a { background-color: rgb(202,81,134); }
div.DivClassName
{
background-color: #CA5186;
}
.BgClassName
{
background-color: #CA5186;
}
</style>
border-color css
<style>
span { border-color: #CA5186; }
span { border-color: rgb(202,81,134); }
td.TdClassName
{
border-color: #CA5186;
}
.TagClassName
{
border-color: #CA5186;
}
</style>