Shades of Mulberry #CA599E
Tints of Mulberry #CA599E
RGB
CMYK
RGB Variations
Color information
#CA599E (or 0xCA599E) is known color: Mulberry. HEX triplet: CA, 59 and 9E. RGB value is (202,89,158). Sum of RGB (Red+Green+Blue) = 202+89+158=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599E is #35A661. Grayscale: #828282. Windows color (decimal): -3516002 or 10377674. OLE color: 10377674.
HSL color Cylindrical-coordinate representation of color #CA599E: hue angle of 323.36º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA599E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 158 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.21 |
| HSL | 323.36º | 0.52% | 0.57% | - |
| HSV(B) | 323.36º | 0.56% | 0.79% | - |
| XYZ | 34.1 | 22.17 | 34.83 | - |
| YUV | 130.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 158 | 0 | 0.56 | 0.22 | 0.21 | 323.36 | 0.52 | 0.57 |
| Hex | CA | 59 | 9E | 0 | 38 | 16 | 15 | 143 | 34 | 39 |
| Octal | 312 | 131 | 236 | 0 | 70 | 26 | 25 | 503 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10011110 | 0 | 111000 | 10110 | 10101 | 101000011 | 110100 | 111001 |
Color Harmonies of #CA599E
Complementary color
Monochromatic Colors of #CA599E
Black with #CA599E
Text Example
Text Example
White with #CA599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA599E; }
p { color: rgb(202,89,158); }
H1.HeaderClassName
{
color: #CA599E;
}
.AnyTagClassName
{
color: #CA599E;
}
</style>
background-color css
<style>
a { background-color: #CA599E; }
a { background-color: rgb(202,89,158); }
div.DivClassName
{
background-color: #CA599E;
}
.BgClassName
{
background-color: #CA599E;
}
</style>
border-color css
<style>
span { border-color: #CA599E; }
span { border-color: rgb(202,89,158); }
td.TdClassName
{
border-color: #CA599E;
}
.TagClassName
{
border-color: #CA599E;
}
</style>