Shades of Mulberry #CA598B
Tints of Mulberry #CA598B
RGB
CMYK
RGB Variations
Color information
#CA598B (or 0xCA598B) is known color: Mulberry. HEX triplet: CA, 59 and 8B. RGB value is (202,89,139). Sum of RGB (Red+Green+Blue) = 202+89+139=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA598B is #35A674. Grayscale: #808080. Windows color (decimal): -3516021 or 9132490. OLE color: 9132490.
HSL color Cylindrical-coordinate representation of color #CA598B: hue angle of 333.45º 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 #CA598B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 139 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.21 |
| HSL | 333.45º | 0.52% | 0.57% | - |
| HSV(B) | 333.45º | 0.56% | 0.79% | - |
| XYZ | 32.59 | 21.57 | 26.87 | - |
| YUV | 128.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 139 | 0 | 0.56 | 0.31 | 0.21 | 333.45 | 0.52 | 0.57 |
| Hex | CA | 59 | 8B | 0 | 38 | 1F | 15 | 14D | 34 | 39 |
| Octal | 312 | 131 | 213 | 0 | 70 | 37 | 25 | 515 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10001011 | 0 | 111000 | 11111 | 10101 | 101001101 | 110100 | 111001 |
Color Harmonies of #CA598B
Complementary color
Monochromatic Colors of #CA598B
Black with #CA598B
Text Example
Text Example
White with #CA598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA598B; }
p { color: rgb(202,89,139); }
H1.HeaderClassName
{
color: #CA598B;
}
.AnyTagClassName
{
color: #CA598B;
}
</style>
background-color css
<style>
a { background-color: #CA598B; }
a { background-color: rgb(202,89,139); }
div.DivClassName
{
background-color: #CA598B;
}
.BgClassName
{
background-color: #CA598B;
}
</style>
border-color css
<style>
span { border-color: #CA598B; }
span { border-color: rgb(202,89,139); }
td.TdClassName
{
border-color: #CA598B;
}
.TagClassName
{
border-color: #CA598B;
}
</style>