Shades of Mulberry #C7499A
Tints of Mulberry #C7499A
RGB
CMYK
RGB Variations
Color information
#C7499A (or 0xC7499A) is known color: Mulberry. HEX triplet: C7, 49 and 9A. RGB value is (199,73,154). Sum of RGB (Red+Green+Blue) = 199+73+154=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7499A is #38B665. Grayscale: #777777. Windows color (decimal): -3716710 or 10111431. OLE color: 10111431.
HSL color Cylindrical-coordinate representation of color #C7499A: hue angle of 321.43º 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 #C7499A is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 154 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.22 |
| HSL | 321.43º | 0.53% | 0.53% | - |
| HSV(B) | 321.43º | 0.63% | 0.78% | - |
| XYZ | 31.77 | 19.24 | 32.61 | - |
| YUV | 119.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 154 | 0 | 0.63 | 0.23 | 0.22 | 321.43 | 0.53 | 0.53 |
| Hex | C7 | 49 | 9A | 0 | 3F | 17 | 16 | 141 | 35 | 35 |
| Octal | 307 | 111 | 232 | 0 | 77 | 27 | 26 | 501 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10011010 | 0 | 111111 | 10111 | 10110 | 101000001 | 110101 | 110101 |
Color Harmonies of #C7499A
Complementary color
Monochromatic Colors of #C7499A
Black with #C7499A
Text Example
Text Example
White with #C7499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7499A; }
p { color: rgb(199,73,154); }
H1.HeaderClassName
{
color: #C7499A;
}
.AnyTagClassName
{
color: #C7499A;
}
</style>
background-color css
<style>
a { background-color: #C7499A; }
a { background-color: rgb(199,73,154); }
div.DivClassName
{
background-color: #C7499A;
}
.BgClassName
{
background-color: #C7499A;
}
</style>
border-color css
<style>
span { border-color: #C7499A; }
span { border-color: rgb(199,73,154); }
td.TdClassName
{
border-color: #C7499A;
}
.TagClassName
{
border-color: #C7499A;
}
</style>