Shades of Mulberry #C5568D
Tints of Mulberry #C5568D
RGB
CMYK
RGB Variations
Color information
#C5568D (or 0xC5568D) is known color: Mulberry. HEX triplet: C5, 56 and 8D. RGB value is (197,86,141). Sum of RGB (Red+Green+Blue) = 197+86+141=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5568D is #3AA972. Grayscale: #7D7D7D. Windows color (decimal): -3844467 or 9262789. OLE color: 9262789.
HSL color Cylindrical-coordinate representation of color #C5568D: hue angle of 330.27º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5568D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 141 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.23 |
| HSL | 330.27º | 0.49% | 0.55% | - |
| HSV(B) | 330.27º | 0.56% | 0.77% | - |
| XYZ | 31.16 | 20.45 | 27.5 | - |
| YUV | 125.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 141 | 0 | 0.56 | 0.28 | 0.23 | 330.27 | 0.49 | 0.55 |
| Hex | C5 | 56 | 8D | 0 | 38 | 1C | 17 | 14A | 31 | 37 |
| Octal | 305 | 126 | 215 | 0 | 70 | 34 | 27 | 512 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10001101 | 0 | 111000 | 11100 | 10111 | 101001010 | 110001 | 110111 |
Color Harmonies of #C5568D
Complementary color
Monochromatic Colors of #C5568D
Black with #C5568D
Text Example
Text Example
White with #C5568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5568D; }
p { color: rgb(197,86,141); }
H1.HeaderClassName
{
color: #C5568D;
}
.AnyTagClassName
{
color: #C5568D;
}
</style>
background-color css
<style>
a { background-color: #C5568D; }
a { background-color: rgb(197,86,141); }
div.DivClassName
{
background-color: #C5568D;
}
.BgClassName
{
background-color: #C5568D;
}
</style>
border-color css
<style>
span { border-color: #C5568D; }
span { border-color: rgb(197,86,141); }
td.TdClassName
{
border-color: #C5568D;
}
.TagClassName
{
border-color: #C5568D;
}
</style>