Shades of Mulberry #C749A6
Tints of Mulberry #C749A6
RGB
CMYK
RGB Variations
Color information
#C749A6 (or 0xC749A6) is known color: Mulberry. HEX triplet: C7, 49 and A6. RGB value is (199,73,166). Sum of RGB (Red+Green+Blue) = 199+73+166=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C749A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749A6 is #38B659. Grayscale: #797979. Windows color (decimal): -3716698 or 10897863. OLE color: 10897863.
HSL color Cylindrical-coordinate representation of color #C749A6: hue angle of 315.71º 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 #C749A6 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 166 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.22 |
| HSL | 315.71º | 0.53% | 0.53% | - |
| HSV(B) | 315.71º | 0.63% | 0.78% | - |
| XYZ | 32.82 | 19.66 | 38.14 | - |
| YUV | 121.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 166 | 0 | 0.63 | 0.17 | 0.22 | 315.71 | 0.53 | 0.53 |
| Hex | C7 | 49 | A6 | 0 | 3F | 11 | 16 | 13C | 35 | 35 |
| Octal | 307 | 111 | 246 | 0 | 77 | 21 | 26 | 474 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10100110 | 0 | 111111 | 10001 | 10110 | 100111100 | 110101 | 110101 |
Color Harmonies of #C749A6
Complementary color
Monochromatic Colors of #C749A6
Black with #C749A6
Text Example
Text Example
White with #C749A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749A6; }
p { color: rgb(199,73,166); }
H1.HeaderClassName
{
color: #C749A6;
}
.AnyTagClassName
{
color: #C749A6;
}
</style>
background-color css
<style>
a { background-color: #C749A6; }
a { background-color: rgb(199,73,166); }
div.DivClassName
{
background-color: #C749A6;
}
.BgClassName
{
background-color: #C749A6;
}
</style>
border-color css
<style>
span { border-color: #C749A6; }
span { border-color: rgb(199,73,166); }
td.TdClassName
{
border-color: #C749A6;
}
.TagClassName
{
border-color: #C749A6;
}
</style>