Shades of Mulberry #C0528A
Tints of Mulberry #C0528A
RGB
CMYK
RGB Variations
Color information
#C0528A (or 0xC0528A) is known color: Mulberry. HEX triplet: C0, 52 and 8A. RGB value is (192,82,138). Sum of RGB (Red+Green+Blue) = 192+82+138=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0528A is #3FAD75. Grayscale: #797979. Windows color (decimal): -4173174 or 9065152. OLE color: 9065152.
HSL color Cylindrical-coordinate representation of color #C0528A: hue angle of 329.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0528A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 138 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.25 |
| HSL | 329.45º | 0.47% | 0.54% | - |
| HSV(B) | 329.45º | 0.57% | 0.75% | - |
| XYZ | 29.34 | 19.08 | 26.18 | - |
| YUV | 121.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 138 | 0 | 0.57 | 0.28 | 0.25 | 329.45 | 0.47 | 0.54 |
| Hex | C0 | 52 | 8A | 0 | 39 | 1C | 19 | 149 | 2F | 36 |
| Octal | 300 | 122 | 212 | 0 | 71 | 34 | 31 | 511 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10001010 | 0 | 111001 | 11100 | 11001 | 101001001 | 101111 | 110110 |
Color Harmonies of #C0528A
Complementary color
Monochromatic Colors of #C0528A
Black with #C0528A
Text Example
Text Example
White with #C0528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0528A; }
p { color: rgb(192,82,138); }
H1.HeaderClassName
{
color: #C0528A;
}
.AnyTagClassName
{
color: #C0528A;
}
</style>
background-color css
<style>
a { background-color: #C0528A; }
a { background-color: rgb(192,82,138); }
div.DivClassName
{
background-color: #C0528A;
}
.BgClassName
{
background-color: #C0528A;
}
</style>
border-color css
<style>
span { border-color: #C0528A; }
span { border-color: rgb(192,82,138); }
td.TdClassName
{
border-color: #C0528A;
}
.TagClassName
{
border-color: #C0528A;
}
</style>