Shades of Mulberry #C049A0
Tints of Mulberry #C049A0
RGB
CMYK
RGB Variations
Color information
#C049A0 (or 0xC049A0) is known color: Mulberry. HEX triplet: C0, 49 and A0. RGB value is (192,73,160). Sum of RGB (Red+Green+Blue) = 192+73+160=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A0 is #3FB65F. Grayscale: #767676. Windows color (decimal): -4175456 or 10504640. OLE color: 10504640.
HSL color Cylindrical-coordinate representation of color #C049A0: hue angle of 316.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049A0 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 160 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.25 |
| HSL | 316.13º | 0.49% | 0.52% | - |
| HSV(B) | 316.13º | 0.62% | 0.75% | - |
| XYZ | 30.47 | 18.51 | 35.22 | - |
| YUV | 118.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 160 | 0 | 0.62 | 0.17 | 0.25 | 316.13 | 0.49 | 0.52 |
| Hex | C0 | 49 | A0 | 0 | 3E | 11 | 19 | 13C | 31 | 34 |
| Octal | 300 | 111 | 240 | 0 | 76 | 21 | 31 | 474 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10100000 | 0 | 111110 | 10001 | 11001 | 100111100 | 110001 | 110100 |
Color Harmonies of #C049A0
Complementary color
Monochromatic Colors of #C049A0
Black with #C049A0
Text Example
Text Example
White with #C049A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049A0; }
p { color: rgb(192,73,160); }
H1.HeaderClassName
{
color: #C049A0;
}
.AnyTagClassName
{
color: #C049A0;
}
</style>
background-color css
<style>
a { background-color: #C049A0; }
a { background-color: rgb(192,73,160); }
div.DivClassName
{
background-color: #C049A0;
}
.BgClassName
{
background-color: #C049A0;
}
</style>
border-color css
<style>
span { border-color: #C049A0; }
span { border-color: rgb(192,73,160); }
td.TdClassName
{
border-color: #C049A0;
}
.TagClassName
{
border-color: #C049A0;
}
</style>