Shades of Mulberry #C749A0
Tints of Mulberry #C749A0
RGB
CMYK
RGB Variations
Color information
#C749A0 (or 0xC749A0) is known color: Mulberry. HEX triplet: C7, 49 and A0. RGB value is (199,73,160). Sum of RGB (Red+Green+Blue) = 199+73+160=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C749A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749A0 is #38B65F. Grayscale: #787878. Windows color (decimal): -3716704 or 10504647. OLE color: 10504647.
HSL color Cylindrical-coordinate representation of color #C749A0: hue angle of 318.57º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749A0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 160 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.22 |
| HSL | 318.57º | 0.53% | 0.53% | - |
| HSV(B) | 318.57º | 0.63% | 0.78% | - |
| XYZ | 32.28 | 19.45 | 35.31 | - |
| YUV | 120.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 160 | 0 | 0.63 | 0.20 | 0.22 | 318.57 | 0.53 | 0.53 |
| Hex | C7 | 49 | A0 | 0 | 3F | 14 | 16 | 13F | 35 | 35 |
| Octal | 307 | 111 | 240 | 0 | 77 | 24 | 26 | 477 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10100000 | 0 | 111111 | 10100 | 10110 | 100111111 | 110101 | 110101 |
Color Harmonies of #C749A0
Complementary color
Monochromatic Colors of #C749A0
Black with #C749A0
Text Example
Text Example
White with #C749A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749A0; }
p { color: rgb(199,73,160); }
H1.HeaderClassName
{
color: #C749A0;
}
.AnyTagClassName
{
color: #C749A0;
}
</style>
background-color css
<style>
a { background-color: #C749A0; }
a { background-color: rgb(199,73,160); }
div.DivClassName
{
background-color: #C749A0;
}
.BgClassName
{
background-color: #C749A0;
}
</style>
border-color css
<style>
span { border-color: #C749A0; }
span { border-color: rgb(199,73,160); }
td.TdClassName
{
border-color: #C749A0;
}
.TagClassName
{
border-color: #C749A0;
}
</style>