Shades of Mulberry #C0549B
Tints of Mulberry #C0549B
RGB
CMYK
RGB Variations
Color information
#C0549B (or 0xC0549B) is known color: Mulberry. HEX triplet: C0, 54 and 9B. RGB value is (192,84,155). Sum of RGB (Red+Green+Blue) = 192+84+155=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0549B is #3FAB64. Grayscale: #7C7C7C. Windows color (decimal): -4172645 or 10179776. OLE color: 10179776.
HSL color Cylindrical-coordinate representation of color #C0549B: hue angle of 320.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0549B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 155 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.25 |
| HSL | 320.56º | 0.46% | 0.54% | - |
| HSV(B) | 320.56º | 0.56% | 0.75% | - |
| XYZ | 30.82 | 19.91 | 33.23 | - |
| YUV | 124.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 155 | 0 | 0.56 | 0.19 | 0.25 | 320.56 | 0.46 | 0.54 |
| Hex | C0 | 54 | 9B | 0 | 38 | 13 | 19 | 141 | 2E | 36 |
| Octal | 300 | 124 | 233 | 0 | 70 | 23 | 31 | 501 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10011011 | 0 | 111000 | 10011 | 11001 | 101000001 | 101110 | 110110 |
Color Harmonies of #C0549B
Complementary color
Monochromatic Colors of #C0549B
Black with #C0549B
Text Example
Text Example
White with #C0549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0549B; }
p { color: rgb(192,84,155); }
H1.HeaderClassName
{
color: #C0549B;
}
.AnyTagClassName
{
color: #C0549B;
}
</style>
background-color css
<style>
a { background-color: #C0549B; }
a { background-color: rgb(192,84,155); }
div.DivClassName
{
background-color: #C0549B;
}
.BgClassName
{
background-color: #C0549B;
}
</style>
border-color css
<style>
span { border-color: #C0549B; }
span { border-color: rgb(192,84,155); }
td.TdClassName
{
border-color: #C0549B;
}
.TagClassName
{
border-color: #C0549B;
}
</style>