Shades of Mulberry #CA529D
Tints of Mulberry #CA529D
RGB
CMYK
RGB Variations
Color information
#CA529D (or 0xCA529D) is known color: Mulberry. HEX triplet: CA, 52 and 9D. RGB value is (202,82,157). Sum of RGB (Red+Green+Blue) = 202+82+157=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529D is #35AD62. Grayscale: #7E7E7E. Windows color (decimal): -3517795 or 10310346. OLE color: 10310346.
HSL color Cylindrical-coordinate representation of color #CA529D: hue angle of 322.5º 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 #CA529D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 157 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.21 |
| HSL | 322.5º | 0.53% | 0.56% | - |
| HSV(B) | 322.5º | 0.59% | 0.79% | - |
| XYZ | 33.46 | 21.03 | 34.19 | - |
| YUV | 126.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 157 | 0 | 0.59 | 0.22 | 0.21 | 322.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 9D | 0 | 3B | 16 | 15 | 142 | 35 | 38 |
| Octal | 312 | 122 | 235 | 0 | 73 | 26 | 25 | 502 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10011101 | 0 | 111011 | 10110 | 10101 | 101000010 | 110101 | 111000 |
Color Harmonies of #CA529D
Complementary color
Monochromatic Colors of #CA529D
Black with #CA529D
Text Example
Text Example
White with #CA529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA529D; }
p { color: rgb(202,82,157); }
H1.HeaderClassName
{
color: #CA529D;
}
.AnyTagClassName
{
color: #CA529D;
}
</style>
background-color css
<style>
a { background-color: #CA529D; }
a { background-color: rgb(202,82,157); }
div.DivClassName
{
background-color: #CA529D;
}
.BgClassName
{
background-color: #CA529D;
}
</style>
border-color css
<style>
span { border-color: #CA529D; }
span { border-color: rgb(202,82,157); }
td.TdClassName
{
border-color: #CA529D;
}
.TagClassName
{
border-color: #CA529D;
}
</style>