Shades of Mulberry #C6549B
Tints of Mulberry #C6549B
RGB
CMYK
RGB Variations
Color information
#C6549B (or 0xC6549B) is known color: Mulberry. HEX triplet: C6, 54 and 9B. RGB value is (198,84,155). Sum of RGB (Red+Green+Blue) = 198+84+155=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549B is #39AB64. Grayscale: #7E7E7E. Windows color (decimal): -3779429 or 10179782. OLE color: 10179782.
HSL color Cylindrical-coordinate representation of color #C6549B: hue angle of 322.63º 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 #C6549B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 155 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 322.63º | 0.5% | 0.55% | - |
| HSV(B) | 322.63º | 0.58% | 0.78% | - |
| XYZ | 32.38 | 20.71 | 33.3 | - |
| YUV | 126.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 155 | 0 | 0.58 | 0.22 | 0.22 | 322.63 | 0.5 | 0.55 |
| Hex | C6 | 54 | 9B | 0 | 3A | 16 | 16 | 143 | 32 | 37 |
| Octal | 306 | 124 | 233 | 0 | 72 | 26 | 26 | 503 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10011011 | 0 | 111010 | 10110 | 10110 | 101000011 | 110010 | 110111 |
Color Harmonies of #C6549B
Complementary color
Monochromatic Colors of #C6549B
Black with #C6549B
Text Example
Text Example
White with #C6549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6549B; }
p { color: rgb(198,84,155); }
H1.HeaderClassName
{
color: #C6549B;
}
.AnyTagClassName
{
color: #C6549B;
}
</style>
background-color css
<style>
a { background-color: #C6549B; }
a { background-color: rgb(198,84,155); }
div.DivClassName
{
background-color: #C6549B;
}
.BgClassName
{
background-color: #C6549B;
}
</style>
border-color css
<style>
span { border-color: #C6549B; }
span { border-color: rgb(198,84,155); }
td.TdClassName
{
border-color: #C6549B;
}
.TagClassName
{
border-color: #C6549B;
}
</style>