Shades of Mulberry #C7549C
Tints of Mulberry #C7549C
RGB
CMYK
RGB Variations
Color information
#C7549C (or 0xC7549C) is known color: Mulberry. HEX triplet: C7, 54 and 9C. RGB value is (199,84,156). Sum of RGB (Red+Green+Blue) = 199+84+156=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7549C is #38AB63. Grayscale: #7E7E7E. Windows color (decimal): -3713892 or 10245319. OLE color: 10245319.
HSL color Cylindrical-coordinate representation of color #C7549C: hue angle of 322.43º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7549C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 156 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 322.43º | 0.51% | 0.55% | - |
| HSV(B) | 322.43º | 0.58% | 0.78% | - |
| XYZ | 32.72 | 20.88 | 33.76 | - |
| YUV | 126.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 156 | 0 | 0.58 | 0.22 | 0.22 | 322.43 | 0.51 | 0.55 |
| Hex | C7 | 54 | 9C | 0 | 3A | 16 | 16 | 142 | 33 | 37 |
| Octal | 307 | 124 | 234 | 0 | 72 | 26 | 26 | 502 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10011100 | 0 | 111010 | 10110 | 10110 | 101000010 | 110011 | 110111 |
Color Harmonies of #C7549C
Complementary color
Monochromatic Colors of #C7549C
Black with #C7549C
Text Example
Text Example
White with #C7549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7549C; }
p { color: rgb(199,84,156); }
H1.HeaderClassName
{
color: #C7549C;
}
.AnyTagClassName
{
color: #C7549C;
}
</style>
background-color css
<style>
a { background-color: #C7549C; }
a { background-color: rgb(199,84,156); }
div.DivClassName
{
background-color: #C7549C;
}
.BgClassName
{
background-color: #C7549C;
}
</style>
border-color css
<style>
span { border-color: #C7549C; }
span { border-color: rgb(199,84,156); }
td.TdClassName
{
border-color: #C7549C;
}
.TagClassName
{
border-color: #C7549C;
}
</style>