Shades of Mulberry #CA5B96
Tints of Mulberry #CA5B96
RGB
CMYK
RGB Variations
Color information
#CA5B96 (or 0xCA5B96) is known color: Mulberry. HEX triplet: CA, 5B and 96. RGB value is (202,91,150). Sum of RGB (Red+Green+Blue) = 202+91+150=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B96 is #35A469. Grayscale: #828282. Windows color (decimal): -3515498 or 9853898. OLE color: 9853898.
HSL color Cylindrical-coordinate representation of color #CA5B96: hue angle of 328.11º 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 #CA5B96 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 150 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.21 |
| HSL | 328.11º | 0.51% | 0.57% | - |
| HSV(B) | 328.11º | 0.55% | 0.79% | - |
| XYZ | 33.6 | 22.24 | 31.38 | - |
| YUV | 130.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 150 | 0 | 0.55 | 0.26 | 0.21 | 328.11 | 0.51 | 0.57 |
| Hex | CA | 5B | 96 | 0 | 37 | 1A | 15 | 148 | 33 | 39 |
| Octal | 312 | 133 | 226 | 0 | 67 | 32 | 25 | 510 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10010110 | 0 | 110111 | 11010 | 10101 | 101001000 | 110011 | 111001 |
Color Harmonies of #CA5B96
Complementary color
Monochromatic Colors of #CA5B96
Black with #CA5B96
Text Example
Text Example
White with #CA5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B96; }
p { color: rgb(202,91,150); }
H1.HeaderClassName
{
color: #CA5B96;
}
.AnyTagClassName
{
color: #CA5B96;
}
</style>
background-color css
<style>
a { background-color: #CA5B96; }
a { background-color: rgb(202,91,150); }
div.DivClassName
{
background-color: #CA5B96;
}
.BgClassName
{
background-color: #CA5B96;
}
</style>
border-color css
<style>
span { border-color: #CA5B96; }
span { border-color: rgb(202,91,150); }
td.TdClassName
{
border-color: #CA5B96;
}
.TagClassName
{
border-color: #CA5B96;
}
</style>