Shades of Mulberry #CA5A9E
Tints of Mulberry #CA5A9E
RGB
CMYK
RGB Variations
Color information
#CA5A9E (or 0xCA5A9E) is known color: Mulberry. HEX triplet: CA, 5A and 9E. RGB value is (202,90,158). Sum of RGB (Red+Green+Blue) = 202+90+158=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A9E is #35A561. Grayscale: #838383. Windows color (decimal): -3515746 or 10377930. OLE color: 10377930.
HSL color Cylindrical-coordinate representation of color #CA5A9E: hue angle of 323.57º 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 #CA5A9E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 158 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.21 |
| HSL | 323.57º | 0.51% | 0.57% | - |
| HSV(B) | 323.57º | 0.55% | 0.79% | - |
| XYZ | 34.18 | 22.34 | 34.86 | - |
| YUV | 131.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 158 | 0 | 0.55 | 0.22 | 0.21 | 323.57 | 0.51 | 0.57 |
| Hex | CA | 5A | 9E | 0 | 37 | 16 | 15 | 144 | 33 | 39 |
| Octal | 312 | 132 | 236 | 0 | 67 | 26 | 25 | 504 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10011110 | 0 | 110111 | 10110 | 10101 | 101000100 | 110011 | 111001 |
Color Harmonies of #CA5A9E
Complementary color
Monochromatic Colors of #CA5A9E
Black with #CA5A9E
Text Example
Text Example
White with #CA5A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A9E; }
p { color: rgb(202,90,158); }
H1.HeaderClassName
{
color: #CA5A9E;
}
.AnyTagClassName
{
color: #CA5A9E;
}
</style>
background-color css
<style>
a { background-color: #CA5A9E; }
a { background-color: rgb(202,90,158); }
div.DivClassName
{
background-color: #CA5A9E;
}
.BgClassName
{
background-color: #CA5A9E;
}
</style>
border-color css
<style>
span { border-color: #CA5A9E; }
span { border-color: rgb(202,90,158); }
td.TdClassName
{
border-color: #CA5A9E;
}
.TagClassName
{
border-color: #CA5A9E;
}
</style>