Shades of Mulberry #CA539C
Tints of Mulberry #CA539C
RGB
CMYK
RGB Variations
Color information
#CA539C (or 0xCA539C) is known color: Mulberry. HEX triplet: CA, 53 and 9C. RGB value is (202,83,156). Sum of RGB (Red+Green+Blue) = 202+83+156=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA539C is #35AC63. Grayscale: #7E7E7E. Windows color (decimal): -3517540 or 10245066. OLE color: 10245066.
HSL color Cylindrical-coordinate representation of color #CA539C: hue angle of 323.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA539C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 156 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.21 |
| HSL | 323.19º | 0.53% | 0.56% | - |
| HSV(B) | 323.19º | 0.59% | 0.79% | - |
| XYZ | 33.45 | 21.14 | 33.77 | - |
| YUV | 126.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 156 | 0 | 0.59 | 0.23 | 0.21 | 323.19 | 0.53 | 0.56 |
| Hex | CA | 53 | 9C | 0 | 3B | 17 | 15 | 143 | 35 | 38 |
| Octal | 312 | 123 | 234 | 0 | 73 | 27 | 25 | 503 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10011100 | 0 | 111011 | 10111 | 10101 | 101000011 | 110101 | 111000 |
Color Harmonies of #CA539C
Complementary color
Monochromatic Colors of #CA539C
Black with #CA539C
Text Example
Text Example
White with #CA539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA539C; }
p { color: rgb(202,83,156); }
H1.HeaderClassName
{
color: #CA539C;
}
.AnyTagClassName
{
color: #CA539C;
}
</style>
background-color css
<style>
a { background-color: #CA539C; }
a { background-color: rgb(202,83,156); }
div.DivClassName
{
background-color: #CA539C;
}
.BgClassName
{
background-color: #CA539C;
}
</style>
border-color css
<style>
span { border-color: #CA539C; }
span { border-color: rgb(202,83,156); }
td.TdClassName
{
border-color: #CA539C;
}
.TagClassName
{
border-color: #CA539C;
}
</style>