Shades of Mulberry #CA5BA6
Tints of Mulberry #CA5BA6
RGB
CMYK
RGB Variations
Color information
#CA5BA6 (or 0xCA5BA6) is known color: Mulberry. HEX triplet: CA, 5B and A6. RGB value is (202,91,166). Sum of RGB (Red+Green+Blue) = 202+91+166=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BA6 is #35A459. Grayscale: #848484. Windows color (decimal): -3515482 or 10902474. OLE color: 10902474.
HSL color Cylindrical-coordinate representation of color #CA5BA6: hue angle of 319.46º 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 #CA5BA6 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 166 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.21 |
| HSL | 319.46º | 0.51% | 0.57% | - |
| HSV(B) | 319.46º | 0.55% | 0.79% | - |
| XYZ | 34.98 | 22.79 | 38.63 | - |
| YUV | 132.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 166 | 0 | 0.55 | 0.18 | 0.21 | 319.46 | 0.51 | 0.57 |
| Hex | CA | 5B | A6 | 0 | 37 | 12 | 15 | 13F | 33 | 39 |
| Octal | 312 | 133 | 246 | 0 | 67 | 22 | 25 | 477 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10100110 | 0 | 110111 | 10010 | 10101 | 100111111 | 110011 | 111001 |
Color Harmonies of #CA5BA6
Complementary color
Monochromatic Colors of #CA5BA6
Black with #CA5BA6
Text Example
Text Example
White with #CA5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BA6; }
p { color: rgb(202,91,166); }
H1.HeaderClassName
{
color: #CA5BA6;
}
.AnyTagClassName
{
color: #CA5BA6;
}
</style>
background-color css
<style>
a { background-color: #CA5BA6; }
a { background-color: rgb(202,91,166); }
div.DivClassName
{
background-color: #CA5BA6;
}
.BgClassName
{
background-color: #CA5BA6;
}
</style>
border-color css
<style>
span { border-color: #CA5BA6; }
span { border-color: rgb(202,91,166); }
td.TdClassName
{
border-color: #CA5BA6;
}
.TagClassName
{
border-color: #CA5BA6;
}
</style>