Shades of Mulberry #C0528C
Tints of Mulberry #C0528C
RGB
CMYK
RGB Variations
Color information
#C0528C (or 0xC0528C) is known color: Mulberry. HEX triplet: C0, 52 and 8C. RGB value is (192,82,140). Sum of RGB (Red+Green+Blue) = 192+82+140=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0528C is #3FAD73. Grayscale: #797979. Windows color (decimal): -4173172 or 9196224. OLE color: 9196224.
HSL color Cylindrical-coordinate representation of color #C0528C: hue angle of 328.36º 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 #C0528C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 140 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.25 |
| HSL | 328.36º | 0.47% | 0.54% | - |
| HSV(B) | 328.36º | 0.57% | 0.75% | - |
| XYZ | 29.49 | 19.13 | 26.95 | - |
| YUV | 121.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 140 | 0 | 0.57 | 0.27 | 0.25 | 328.36 | 0.47 | 0.54 |
| Hex | C0 | 52 | 8C | 0 | 39 | 1B | 19 | 148 | 2F | 36 |
| Octal | 300 | 122 | 214 | 0 | 71 | 33 | 31 | 510 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10001100 | 0 | 111001 | 11011 | 11001 | 101001000 | 101111 | 110110 |
Color Harmonies of #C0528C
Complementary color
Monochromatic Colors of #C0528C
Black with #C0528C
Text Example
Text Example
White with #C0528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0528C; }
p { color: rgb(192,82,140); }
H1.HeaderClassName
{
color: #C0528C;
}
.AnyTagClassName
{
color: #C0528C;
}
</style>
background-color css
<style>
a { background-color: #C0528C; }
a { background-color: rgb(192,82,140); }
div.DivClassName
{
background-color: #C0528C;
}
.BgClassName
{
background-color: #C0528C;
}
</style>
border-color css
<style>
span { border-color: #C0528C; }
span { border-color: rgb(192,82,140); }
td.TdClassName
{
border-color: #C0528C;
}
.TagClassName
{
border-color: #C0528C;
}
</style>