Shades of Mulberry #CA528C
Tints of Mulberry #CA528C
RGB
CMYK
RGB Variations
Color information
#CA528C (or 0xCA528C) is known color: Mulberry. HEX triplet: CA, 52 and 8C. RGB value is (202,82,140). Sum of RGB (Red+Green+Blue) = 202+82+140=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528C is #35AD73. Grayscale: #7C7C7C. Windows color (decimal): -3517812 or 9196234. OLE color: 9196234.
HSL color Cylindrical-coordinate representation of color #CA528C: hue angle of 331º 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 #CA528C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 140 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.21 |
| HSL | 331º | 0.53% | 0.56% | - |
| HSV(B) | 331º | 0.59% | 0.79% | - |
| XYZ | 32.11 | 20.48 | 27.07 | - |
| YUV | 124.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 140 | 0 | 0.59 | 0.31 | 0.21 | 331 | 0.53 | 0.56 |
| Hex | CA | 52 | 8C | 0 | 3B | 1F | 15 | 14B | 35 | 38 |
| Octal | 312 | 122 | 214 | 0 | 73 | 37 | 25 | 513 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10001100 | 0 | 111011 | 11111 | 10101 | 101001011 | 110101 | 111000 |
Color Harmonies of #CA528C
Complementary color
Monochromatic Colors of #CA528C
Black with #CA528C
Text Example
Text Example
White with #CA528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA528C; }
p { color: rgb(202,82,140); }
H1.HeaderClassName
{
color: #CA528C;
}
.AnyTagClassName
{
color: #CA528C;
}
</style>
background-color css
<style>
a { background-color: #CA528C; }
a { background-color: rgb(202,82,140); }
div.DivClassName
{
background-color: #CA528C;
}
.BgClassName
{
background-color: #CA528C;
}
</style>
border-color css
<style>
span { border-color: #CA528C; }
span { border-color: rgb(202,82,140); }
td.TdClassName
{
border-color: #CA528C;
}
.TagClassName
{
border-color: #CA528C;
}
</style>