Shades of Mulberry #CA528A
Tints of Mulberry #CA528A
RGB
CMYK
RGB Variations
Color information
#CA528A (or 0xCA528A) is known color: Mulberry. HEX triplet: CA, 52 and 8A. RGB value is (202,82,138). Sum of RGB (Red+Green+Blue) = 202+82+138=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528A is #35AD75. Grayscale: #7C7C7C. Windows color (decimal): -3517814 or 9065162. OLE color: 9065162.
HSL color Cylindrical-coordinate representation of color #CA528A: hue angle of 332º 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 #CA528A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 138 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.21 |
| HSL | 332º | 0.53% | 0.56% | - |
| HSV(B) | 332º | 0.59% | 0.79% | - |
| XYZ | 31.96 | 20.43 | 26.3 | - |
| YUV | 124.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 138 | 0 | 0.59 | 0.32 | 0.21 | 332 | 0.53 | 0.56 |
| Hex | CA | 52 | 8A | 0 | 3B | 20 | 15 | 14C | 35 | 38 |
| Octal | 312 | 122 | 212 | 0 | 73 | 40 | 25 | 514 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10001010 | 0 | 111011 | 100000 | 10101 | 101001100 | 110101 | 111000 |
Color Harmonies of #CA528A
Complementary color
Monochromatic Colors of #CA528A
Black with #CA528A
Text Example
Text Example
White with #CA528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA528A; }
p { color: rgb(202,82,138); }
H1.HeaderClassName
{
color: #CA528A;
}
.AnyTagClassName
{
color: #CA528A;
}
</style>
background-color css
<style>
a { background-color: #CA528A; }
a { background-color: rgb(202,82,138); }
div.DivClassName
{
background-color: #CA528A;
}
.BgClassName
{
background-color: #CA528A;
}
</style>
border-color css
<style>
span { border-color: #CA528A; }
span { border-color: rgb(202,82,138); }
td.TdClassName
{
border-color: #CA528A;
}
.TagClassName
{
border-color: #CA528A;
}
</style>