Shades of Mulberry #CA559E
Tints of Mulberry #CA559E
RGB
CMYK
RGB Variations
Color information
#CA559E (or 0xCA559E) is known color: Mulberry. HEX triplet: CA, 55 and 9E. RGB value is (202,85,158). Sum of RGB (Red+Green+Blue) = 202+85+158=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559E is #35AA61. Grayscale: #808080. Windows color (decimal): -3517026 or 10376650. OLE color: 10376650.
HSL color Cylindrical-coordinate representation of color #CA559E: hue angle of 322.56º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA559E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 158 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.21 |
| HSL | 322.56º | 0.52% | 0.56% | - |
| HSV(B) | 322.56º | 0.58% | 0.79% | - |
| XYZ | 33.78 | 21.52 | 34.72 | - |
| YUV | 128.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 158 | 0 | 0.58 | 0.22 | 0.21 | 322.56 | 0.52 | 0.56 |
| Hex | CA | 55 | 9E | 0 | 3A | 16 | 15 | 143 | 34 | 38 |
| Octal | 312 | 125 | 236 | 0 | 72 | 26 | 25 | 503 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10011110 | 0 | 111010 | 10110 | 10101 | 101000011 | 110100 | 111000 |
Color Harmonies of #CA559E
Complementary color
Monochromatic Colors of #CA559E
Black with #CA559E
Text Example
Text Example
White with #CA559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA559E; }
p { color: rgb(202,85,158); }
H1.HeaderClassName
{
color: #CA559E;
}
.AnyTagClassName
{
color: #CA559E;
}
</style>
background-color css
<style>
a { background-color: #CA559E; }
a { background-color: rgb(202,85,158); }
div.DivClassName
{
background-color: #CA559E;
}
.BgClassName
{
background-color: #CA559E;
}
</style>
border-color css
<style>
span { border-color: #CA559E; }
span { border-color: rgb(202,85,158); }
td.TdClassName
{
border-color: #CA559E;
}
.TagClassName
{
border-color: #CA559E;
}
</style>