Shades of Mulberry #CA5291
Tints of Mulberry #CA5291
RGB
CMYK
RGB Variations
Color information
#CA5291 (or 0xCA5291) is known color: Mulberry. HEX triplet: CA, 52 and 91. RGB value is (202,82,145). Sum of RGB (Red+Green+Blue) = 202+82+145=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5291 is #35AD6E. Grayscale: #7C7C7C. Windows color (decimal): -3517807 or 9523914. OLE color: 9523914.
HSL color Cylindrical-coordinate representation of color #CA5291: hue angle of 328.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5291 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 145 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.21 |
| HSL | 328.5º | 0.53% | 0.56% | - |
| HSV(B) | 328.5º | 0.59% | 0.79% | - |
| XYZ | 32.49 | 20.64 | 29.06 | - |
| YUV | 125.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 145 | 0 | 0.59 | 0.28 | 0.21 | 328.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 91 | 0 | 3B | 1C | 15 | 148 | 35 | 38 |
| Octal | 312 | 122 | 221 | 0 | 73 | 34 | 25 | 510 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10010001 | 0 | 111011 | 11100 | 10101 | 101001000 | 110101 | 111000 |
Color Harmonies of #CA5291
Complementary color
Monochromatic Colors of #CA5291
Black with #CA5291
Text Example
Text Example
White with #CA5291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5291; }
p { color: rgb(202,82,145); }
H1.HeaderClassName
{
color: #CA5291;
}
.AnyTagClassName
{
color: #CA5291;
}
</style>
background-color css
<style>
a { background-color: #CA5291; }
a { background-color: rgb(202,82,145); }
div.DivClassName
{
background-color: #CA5291;
}
.BgClassName
{
background-color: #CA5291;
}
</style>
border-color css
<style>
span { border-color: #CA5291; }
span { border-color: rgb(202,82,145); }
td.TdClassName
{
border-color: #CA5291;
}
.TagClassName
{
border-color: #CA5291;
}
</style>