Shades of Mulberry #C6558C
Tints of Mulberry #C6558C
RGB
CMYK
RGB Variations
Color information
#C6558C (or 0xC6558C) is known color: Mulberry. HEX triplet: C6, 55 and 8C. RGB value is (198,85,140). Sum of RGB (Red+Green+Blue) = 198+85+140=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6558C is #39AA73. Grayscale: #7C7C7C. Windows color (decimal): -3779188 or 9196998. OLE color: 9196998.
HSL color Cylindrical-coordinate representation of color #C6558C: hue angle of 330.8º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6558C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 140 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.22 |
| HSL | 330.8º | 0.5% | 0.55% | - |
| HSV(B) | 330.8º | 0.57% | 0.78% | - |
| XYZ | 31.27 | 20.4 | 27.1 | - |
| YUV | 125.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 140 | 0 | 0.57 | 0.29 | 0.22 | 330.8 | 0.5 | 0.55 |
| Hex | C6 | 55 | 8C | 0 | 39 | 1D | 16 | 14B | 32 | 37 |
| Octal | 306 | 125 | 214 | 0 | 71 | 35 | 26 | 513 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10001100 | 0 | 111001 | 11101 | 10110 | 101001011 | 110010 | 110111 |
Color Harmonies of #C6558C
Complementary color
Monochromatic Colors of #C6558C
Black with #C6558C
Text Example
Text Example
White with #C6558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6558C; }
p { color: rgb(198,85,140); }
H1.HeaderClassName
{
color: #C6558C;
}
.AnyTagClassName
{
color: #C6558C;
}
</style>
background-color css
<style>
a { background-color: #C6558C; }
a { background-color: rgb(198,85,140); }
div.DivClassName
{
background-color: #C6558C;
}
.BgClassName
{
background-color: #C6558C;
}
</style>
border-color css
<style>
span { border-color: #C6558C; }
span { border-color: rgb(198,85,140); }
td.TdClassName
{
border-color: #C6558C;
}
.TagClassName
{
border-color: #C6558C;
}
</style>