Shades of Mulberry #CA5091
Tints of Mulberry #CA5091
RGB
CMYK
RGB Variations
Color information
#CA5091 (or 0xCA5091) is known color: Mulberry. HEX triplet: CA, 50 and 91. RGB value is (202,80,145). Sum of RGB (Red+Green+Blue) = 202+80+145=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5091 is #35AF6E. Grayscale: #7B7B7B. Windows color (decimal): -3518319 or 9523402. OLE color: 9523402.
HSL color Cylindrical-coordinate representation of color #CA5091: hue angle of 328.03º degrees, saturation: 0.54, 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 #CA5091 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 145 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.21 |
| HSL | 328.03º | 0.54% | 0.55% | - |
| HSV(B) | 328.03º | 0.6% | 0.79% | - |
| XYZ | 32.34 | 20.34 | 29.01 | - |
| YUV | 123.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 145 | 0 | 0.60 | 0.28 | 0.21 | 328.03 | 0.54 | 0.55 |
| Hex | CA | 50 | 91 | 0 | 3C | 1C | 15 | 148 | 36 | 37 |
| Octal | 312 | 120 | 221 | 0 | 74 | 34 | 25 | 510 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10010001 | 0 | 111100 | 11100 | 10101 | 101001000 | 110110 | 110111 |
Color Harmonies of #CA5091
Complementary color
Monochromatic Colors of #CA5091
Black with #CA5091
Text Example
Text Example
White with #CA5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5091; }
p { color: rgb(202,80,145); }
H1.HeaderClassName
{
color: #CA5091;
}
.AnyTagClassName
{
color: #CA5091;
}
</style>
background-color css
<style>
a { background-color: #CA5091; }
a { background-color: rgb(202,80,145); }
div.DivClassName
{
background-color: #CA5091;
}
.BgClassName
{
background-color: #CA5091;
}
</style>
border-color css
<style>
span { border-color: #CA5091; }
span { border-color: rgb(202,80,145); }
td.TdClassName
{
border-color: #CA5091;
}
.TagClassName
{
border-color: #CA5091;
}
</style>