Shades of Mulberry #CA589C
Tints of Mulberry #CA589C
RGB
CMYK
RGB Variations
Color information
#CA589C (or 0xCA589C) is known color: Mulberry. HEX triplet: CA, 58 and 9C. RGB value is (202,88,156). Sum of RGB (Red+Green+Blue) = 202+88+156=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA589C is #35A763. Grayscale: #818181. Windows color (decimal): -3516260 or 10246346. OLE color: 10246346.
HSL color Cylindrical-coordinate representation of color #CA589C: hue angle of 324.21º 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 #CA589C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 156 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.21 |
| HSL | 324.21º | 0.52% | 0.57% | - |
| HSV(B) | 324.21º | 0.56% | 0.79% | - |
| XYZ | 33.85 | 21.94 | 33.9 | - |
| YUV | 129.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 156 | 0 | 0.56 | 0.23 | 0.21 | 324.21 | 0.52 | 0.57 |
| Hex | CA | 58 | 9C | 0 | 38 | 17 | 15 | 144 | 34 | 39 |
| Octal | 312 | 130 | 234 | 0 | 70 | 27 | 25 | 504 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10011100 | 0 | 111000 | 10111 | 10101 | 101000100 | 110100 | 111001 |
Color Harmonies of #CA589C
Complementary color
Monochromatic Colors of #CA589C
Black with #CA589C
Text Example
Text Example
White with #CA589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA589C; }
p { color: rgb(202,88,156); }
H1.HeaderClassName
{
color: #CA589C;
}
.AnyTagClassName
{
color: #CA589C;
}
</style>
background-color css
<style>
a { background-color: #CA589C; }
a { background-color: rgb(202,88,156); }
div.DivClassName
{
background-color: #CA589C;
}
.BgClassName
{
background-color: #CA589C;
}
</style>
border-color css
<style>
span { border-color: #CA589C; }
span { border-color: rgb(202,88,156); }
td.TdClassName
{
border-color: #CA589C;
}
.TagClassName
{
border-color: #CA589C;
}
</style>