Shades of Mulberry #C7498C
Tints of Mulberry #C7498C
RGB
CMYK
RGB Variations
Color information
#C7498C (or 0xC7498C) is known color: Mulberry. HEX triplet: C7, 49 and 8C. RGB value is (199,73,140). Sum of RGB (Red+Green+Blue) = 199+73+140=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7498C is #38B673. Grayscale: #767676. Windows color (decimal): -3716724 or 9193927. OLE color: 9193927.
HSL color Cylindrical-coordinate representation of color #C7498C: hue angle of 328.1º 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 #C7498C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 140 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.22 |
| HSL | 328.1º | 0.53% | 0.53% | - |
| HSV(B) | 328.1º | 0.63% | 0.78% | - |
| XYZ | 30.67 | 18.8 | 26.82 | - |
| YUV | 118.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 140 | 0 | 0.63 | 0.30 | 0.22 | 328.1 | 0.53 | 0.53 |
| Hex | C7 | 49 | 8C | 0 | 3F | 1E | 16 | 148 | 35 | 35 |
| Octal | 307 | 111 | 214 | 0 | 77 | 36 | 26 | 510 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10001100 | 0 | 111111 | 11110 | 10110 | 101001000 | 110101 | 110101 |
Color Harmonies of #C7498C
Complementary color
Monochromatic Colors of #C7498C
Black with #C7498C
Text Example
Text Example
White with #C7498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7498C; }
p { color: rgb(199,73,140); }
H1.HeaderClassName
{
color: #C7498C;
}
.AnyTagClassName
{
color: #C7498C;
}
</style>
background-color css
<style>
a { background-color: #C7498C; }
a { background-color: rgb(199,73,140); }
div.DivClassName
{
background-color: #C7498C;
}
.BgClassName
{
background-color: #C7498C;
}
</style>
border-color css
<style>
span { border-color: #C7498C; }
span { border-color: rgb(199,73,140); }
td.TdClassName
{
border-color: #C7498C;
}
.TagClassName
{
border-color: #C7498C;
}
</style>