Shades of Mulberry #C0529B
Tints of Mulberry #C0529B
RGB
CMYK
RGB Variations
Color information
#C0529B (or 0xC0529B) is known color: Mulberry. HEX triplet: C0, 52 and 9B. RGB value is (192,82,155). Sum of RGB (Red+Green+Blue) = 192+82+155=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529B is #3FAD64. Grayscale: #7B7B7B. Windows color (decimal): -4173157 or 10179264. OLE color: 10179264.
HSL color Cylindrical-coordinate representation of color #C0529B: hue angle of 320.18º 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 #C0529B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 155 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.25 |
| HSL | 320.18º | 0.47% | 0.54% | - |
| HSV(B) | 320.18º | 0.57% | 0.75% | - |
| XYZ | 30.67 | 19.61 | 33.18 | - |
| YUV | 123.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 155 | 0 | 0.57 | 0.19 | 0.25 | 320.18 | 0.47 | 0.54 |
| Hex | C0 | 52 | 9B | 0 | 39 | 13 | 19 | 140 | 2F | 36 |
| Octal | 300 | 122 | 233 | 0 | 71 | 23 | 31 | 500 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10011011 | 0 | 111001 | 10011 | 11001 | 101000000 | 101111 | 110110 |
Color Harmonies of #C0529B
Complementary color
Monochromatic Colors of #C0529B
Black with #C0529B
Text Example
Text Example
White with #C0529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0529B; }
p { color: rgb(192,82,155); }
H1.HeaderClassName
{
color: #C0529B;
}
.AnyTagClassName
{
color: #C0529B;
}
</style>
background-color css
<style>
a { background-color: #C0529B; }
a { background-color: rgb(192,82,155); }
div.DivClassName
{
background-color: #C0529B;
}
.BgClassName
{
background-color: #C0529B;
}
</style>
border-color css
<style>
span { border-color: #C0529B; }
span { border-color: rgb(192,82,155); }
td.TdClassName
{
border-color: #C0529B;
}
.TagClassName
{
border-color: #C0529B;
}
</style>