Shades of Mulberry #C6549C
Tints of Mulberry #C6549C
RGB
CMYK
RGB Variations
Color information
#C6549C (or 0xC6549C) is known color: Mulberry. HEX triplet: C6, 54 and 9C. RGB value is (198,84,156). Sum of RGB (Red+Green+Blue) = 198+84+156=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549C is #39AB63. Grayscale: #7E7E7E. Windows color (decimal): -3779428 or 10245318. OLE color: 10245318.
HSL color Cylindrical-coordinate representation of color #C6549C: hue angle of 322.11º degrees, saturation: 0.5, 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 #C6549C is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 156 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.22 |
| HSL | 322.11º | 0.5% | 0.55% | - |
| HSV(B) | 322.11º | 0.58% | 0.78% | - |
| XYZ | 32.46 | 20.75 | 33.75 | - |
| YUV | 126.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 156 | 0 | 0.58 | 0.21 | 0.22 | 322.11 | 0.5 | 0.55 |
| Hex | C6 | 54 | 9C | 0 | 3A | 15 | 16 | 142 | 32 | 37 |
| Octal | 306 | 124 | 234 | 0 | 72 | 25 | 26 | 502 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10011100 | 0 | 111010 | 10101 | 10110 | 101000010 | 110010 | 110111 |
Color Harmonies of #C6549C
Complementary color
Monochromatic Colors of #C6549C
Black with #C6549C
Text Example
Text Example
White with #C6549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6549C; }
p { color: rgb(198,84,156); }
H1.HeaderClassName
{
color: #C6549C;
}
.AnyTagClassName
{
color: #C6549C;
}
</style>
background-color css
<style>
a { background-color: #C6549C; }
a { background-color: rgb(198,84,156); }
div.DivClassName
{
background-color: #C6549C;
}
.BgClassName
{
background-color: #C6549C;
}
</style>
border-color css
<style>
span { border-color: #C6549C; }
span { border-color: rgb(198,84,156); }
td.TdClassName
{
border-color: #C6549C;
}
.TagClassName
{
border-color: #C6549C;
}
</style>