Shades of Mulberry #C0528B
Tints of Mulberry #C0528B
RGB
CMYK
RGB Variations
Color information
#C0528B (or 0xC0528B) is known color: Mulberry. HEX triplet: C0, 52 and 8B. RGB value is (192,82,139). Sum of RGB (Red+Green+Blue) = 192+82+139=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0528B is #3FAD74. Grayscale: #797979. Windows color (decimal): -4173173 or 9130688. OLE color: 9130688.
HSL color Cylindrical-coordinate representation of color #C0528B: hue angle of 328.91º 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 #C0528B is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 139 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.25 |
| HSL | 328.91º | 0.47% | 0.54% | - |
| HSV(B) | 328.91º | 0.57% | 0.75% | - |
| XYZ | 29.42 | 19.11 | 26.56 | - |
| YUV | 121.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 139 | 0 | 0.57 | 0.28 | 0.25 | 328.91 | 0.47 | 0.54 |
| Hex | C0 | 52 | 8B | 0 | 39 | 1C | 19 | 149 | 2F | 36 |
| Octal | 300 | 122 | 213 | 0 | 71 | 34 | 31 | 511 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10001011 | 0 | 111001 | 11100 | 11001 | 101001001 | 101111 | 110110 |
Color Harmonies of #C0528B
Complementary color
Monochromatic Colors of #C0528B
Black with #C0528B
Text Example
Text Example
White with #C0528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0528B; }
p { color: rgb(192,82,139); }
H1.HeaderClassName
{
color: #C0528B;
}
.AnyTagClassName
{
color: #C0528B;
}
</style>
background-color css
<style>
a { background-color: #C0528B; }
a { background-color: rgb(192,82,139); }
div.DivClassName
{
background-color: #C0528B;
}
.BgClassName
{
background-color: #C0528B;
}
</style>
border-color css
<style>
span { border-color: #C0528B; }
span { border-color: rgb(192,82,139); }
td.TdClassName
{
border-color: #C0528B;
}
.TagClassName
{
border-color: #C0528B;
}
</style>