Shades of Mulberry #C7488C
Tints of Mulberry #C7488C
RGB
CMYK
RGB Variations
Color information
#C7488C (or 0xC7488C) is known color: Mulberry. HEX triplet: C7, 48 and 8C. RGB value is (199,72,140). Sum of RGB (Red+Green+Blue) = 199+72+140=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488C is #38B773. Grayscale: #757575. Windows color (decimal): -3716980 or 9193671. OLE color: 9193671.
HSL color Cylindrical-coordinate representation of color #C7488C: hue angle of 327.87º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7488C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 140 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.22 |
| HSL | 327.87º | 0.53% | 0.53% | - |
| HSV(B) | 327.87º | 0.64% | 0.78% | - |
| XYZ | 30.6 | 18.67 | 26.8 | - |
| YUV | 117.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 140 | 0 | 0.64 | 0.30 | 0.22 | 327.87 | 0.53 | 0.53 |
| Hex | C7 | 48 | 8C | 0 | 40 | 1E | 16 | 148 | 35 | 35 |
| Octal | 307 | 110 | 214 | 0 | 100 | 36 | 26 | 510 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10001100 | 0 | 1000000 | 11110 | 10110 | 101001000 | 110101 | 110101 |
Color Harmonies of #C7488C
Complementary color
Monochromatic Colors of #C7488C
Black with #C7488C
Text Example
Text Example
White with #C7488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7488C; }
p { color: rgb(199,72,140); }
H1.HeaderClassName
{
color: #C7488C;
}
.AnyTagClassName
{
color: #C7488C;
}
</style>
background-color css
<style>
a { background-color: #C7488C; }
a { background-color: rgb(199,72,140); }
div.DivClassName
{
background-color: #C7488C;
}
.BgClassName
{
background-color: #C7488C;
}
</style>
border-color css
<style>
span { border-color: #C7488C; }
span { border-color: rgb(199,72,140); }
td.TdClassName
{
border-color: #C7488C;
}
.TagClassName
{
border-color: #C7488C;
}
</style>