Shades of Mulberry #CA5191
Tints of Mulberry #CA5191
RGB
CMYK
RGB Variations
Color information
#CA5191 (or 0xCA5191) is known color: Mulberry. HEX triplet: CA, 51 and 91. RGB value is (202,81,145). Sum of RGB (Red+Green+Blue) = 202+81+145=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5191 is #35AE6E. Grayscale: #7C7C7C. Windows color (decimal): -3518063 or 9523658. OLE color: 9523658.
HSL color Cylindrical-coordinate representation of color #CA5191: hue angle of 328.26º 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 #CA5191 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 145 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.21 |
| HSL | 328.26º | 0.53% | 0.55% | - |
| HSV(B) | 328.26º | 0.6% | 0.79% | - |
| XYZ | 32.41 | 20.49 | 29.03 | - |
| YUV | 124.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 145 | 0 | 0.60 | 0.28 | 0.21 | 328.26 | 0.53 | 0.55 |
| Hex | CA | 51 | 91 | 0 | 3C | 1C | 15 | 148 | 35 | 37 |
| Octal | 312 | 121 | 221 | 0 | 74 | 34 | 25 | 510 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10010001 | 0 | 111100 | 11100 | 10101 | 101001000 | 110101 | 110111 |
Color Harmonies of #CA5191
Complementary color
Monochromatic Colors of #CA5191
Black with #CA5191
Text Example
Text Example
White with #CA5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5191; }
p { color: rgb(202,81,145); }
H1.HeaderClassName
{
color: #CA5191;
}
.AnyTagClassName
{
color: #CA5191;
}
</style>
background-color css
<style>
a { background-color: #CA5191; }
a { background-color: rgb(202,81,145); }
div.DivClassName
{
background-color: #CA5191;
}
.BgClassName
{
background-color: #CA5191;
}
</style>
border-color css
<style>
span { border-color: #CA5191; }
span { border-color: rgb(202,81,145); }
td.TdClassName
{
border-color: #CA5191;
}
.TagClassName
{
border-color: #CA5191;
}
</style>