Shades of Mulberry #CA5B91
Tints of Mulberry #CA5B91
RGB
CMYK
RGB Variations
Color information
#CA5B91 (or 0xCA5B91) is known color: Mulberry. HEX triplet: CA, 5B and 91. RGB value is (202,91,145). Sum of RGB (Red+Green+Blue) = 202+91+145=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B91 is #35A46E. Grayscale: #828282. Windows color (decimal): -3515503 or 9526218. OLE color: 9526218.
HSL color Cylindrical-coordinate representation of color #CA5B91: hue angle of 330.81º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B91 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 145 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.21 |
| HSL | 330.81º | 0.51% | 0.57% | - |
| HSV(B) | 330.81º | 0.55% | 0.79% | - |
| XYZ | 33.21 | 22.08 | 29.3 | - |
| YUV | 130.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 145 | 0 | 0.55 | 0.28 | 0.21 | 330.81 | 0.51 | 0.57 |
| Hex | CA | 5B | 91 | 0 | 37 | 1C | 15 | 14B | 33 | 39 |
| Octal | 312 | 133 | 221 | 0 | 67 | 34 | 25 | 513 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10010001 | 0 | 110111 | 11100 | 10101 | 101001011 | 110011 | 111001 |
Color Harmonies of #CA5B91
Complementary color
Monochromatic Colors of #CA5B91
Black with #CA5B91
Text Example
Text Example
White with #CA5B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B91; }
p { color: rgb(202,91,145); }
H1.HeaderClassName
{
color: #CA5B91;
}
.AnyTagClassName
{
color: #CA5B91;
}
</style>
background-color css
<style>
a { background-color: #CA5B91; }
a { background-color: rgb(202,91,145); }
div.DivClassName
{
background-color: #CA5B91;
}
.BgClassName
{
background-color: #CA5B91;
}
</style>
border-color css
<style>
span { border-color: #CA5B91; }
span { border-color: rgb(202,91,145); }
td.TdClassName
{
border-color: #CA5B91;
}
.TagClassName
{
border-color: #CA5B91;
}
</style>