Shades of Mulberry #CA599B
Tints of Mulberry #CA599B
RGB
CMYK
RGB Variations
Color information
#CA599B (or 0xCA599B) is known color: Mulberry. HEX triplet: CA, 59 and 9B. RGB value is (202,89,155). Sum of RGB (Red+Green+Blue) = 202+89+155=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599B is #35A664. Grayscale: #828282. Windows color (decimal): -3516005 or 10181066. OLE color: 10181066.
HSL color Cylindrical-coordinate representation of color #CA599B: hue angle of 324.96º 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 #CA599B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 155 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.21 |
| HSL | 324.96º | 0.52% | 0.57% | - |
| HSV(B) | 324.96º | 0.56% | 0.79% | - |
| XYZ | 33.85 | 22.07 | 33.49 | - |
| YUV | 130.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 155 | 0 | 0.56 | 0.23 | 0.21 | 324.96 | 0.52 | 0.57 |
| Hex | CA | 59 | 9B | 0 | 38 | 17 | 15 | 145 | 34 | 39 |
| Octal | 312 | 131 | 233 | 0 | 70 | 27 | 25 | 505 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10011011 | 0 | 111000 | 10111 | 10101 | 101000101 | 110100 | 111001 |
Color Harmonies of #CA599B
Complementary color
Monochromatic Colors of #CA599B
Black with #CA599B
Text Example
Text Example
White with #CA599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA599B; }
p { color: rgb(202,89,155); }
H1.HeaderClassName
{
color: #CA599B;
}
.AnyTagClassName
{
color: #CA599B;
}
</style>
background-color css
<style>
a { background-color: #CA599B; }
a { background-color: rgb(202,89,155); }
div.DivClassName
{
background-color: #CA599B;
}
.BgClassName
{
background-color: #CA599B;
}
</style>
border-color css
<style>
span { border-color: #CA599B; }
span { border-color: rgb(202,89,155); }
td.TdClassName
{
border-color: #CA599B;
}
.TagClassName
{
border-color: #CA599B;
}
</style>