Shades of Mulberry #C6548D
Tints of Mulberry #C6548D
RGB
CMYK
RGB Variations
Color information
#C6548D (or 0xC6548D) is known color: Mulberry. HEX triplet: C6, 54 and 8D. RGB value is (198,84,141). Sum of RGB (Red+Green+Blue) = 198+84+141=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6548D is #39AB72. Grayscale: #7C7C7C. Windows color (decimal): -3779443 or 9262278. OLE color: 9262278.
HSL color Cylindrical-coordinate representation of color #C6548D: hue angle of 330º 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 #C6548D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 141 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.22 |
| HSL | 330º | 0.5% | 0.55% | - |
| HSV(B) | 330º | 0.58% | 0.78% | - |
| XYZ | 31.27 | 20.27 | 27.46 | - |
| YUV | 124.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 141 | 0 | 0.58 | 0.29 | 0.22 | 330 | 0.5 | 0.55 |
| Hex | C6 | 54 | 8D | 0 | 3A | 1D | 16 | 14A | 32 | 37 |
| Octal | 306 | 124 | 215 | 0 | 72 | 35 | 26 | 512 | 62 | 67 |
| Binary | 11000110 | 1010100 | 10001101 | 0 | 111010 | 11101 | 10110 | 101001010 | 110010 | 110111 |
Color Harmonies of #C6548D
Complementary color
Monochromatic Colors of #C6548D
Black with #C6548D
Text Example
Text Example
White with #C6548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6548D; }
p { color: rgb(198,84,141); }
H1.HeaderClassName
{
color: #C6548D;
}
.AnyTagClassName
{
color: #C6548D;
}
</style>
background-color css
<style>
a { background-color: #C6548D; }
a { background-color: rgb(198,84,141); }
div.DivClassName
{
background-color: #C6548D;
}
.BgClassName
{
background-color: #C6548D;
}
</style>
border-color css
<style>
span { border-color: #C6548D; }
span { border-color: rgb(198,84,141); }
td.TdClassName
{
border-color: #C6548D;
}
.TagClassName
{
border-color: #C6548D;
}
</style>