Shades of Mulberry #C55698
Tints of Mulberry #C55698
RGB
CMYK
RGB Variations
Color information
#C55698 (or 0xC55698) is known color: Mulberry. HEX triplet: C5, 56 and 98. RGB value is (197,86,152). Sum of RGB (Red+Green+Blue) = 197+86+152=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C55698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55698 is #3AA967. Grayscale: #7E7E7E. Windows color (decimal): -3844456 or 9983685. OLE color: 9983685.
HSL color Cylindrical-coordinate representation of color #C55698: hue angle of 324.32º 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 #C55698 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 152 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.23 |
| HSL | 324.32º | 0.49% | 0.55% | - |
| HSV(B) | 324.32º | 0.56% | 0.77% | - |
| XYZ | 32.02 | 20.79 | 32.03 | - |
| YUV | 126.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 152 | 0 | 0.56 | 0.23 | 0.23 | 324.32 | 0.49 | 0.55 |
| Hex | C5 | 56 | 98 | 0 | 38 | 17 | 17 | 144 | 31 | 37 |
| Octal | 305 | 126 | 230 | 0 | 70 | 27 | 27 | 504 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10011000 | 0 | 111000 | 10111 | 10111 | 101000100 | 110001 | 110111 |
Color Harmonies of #C55698
Complementary color
Monochromatic Colors of #C55698
Black with #C55698
Text Example
Text Example
White with #C55698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55698; }
p { color: rgb(197,86,152); }
H1.HeaderClassName
{
color: #C55698;
}
.AnyTagClassName
{
color: #C55698;
}
</style>
background-color css
<style>
a { background-color: #C55698; }
a { background-color: rgb(197,86,152); }
div.DivClassName
{
background-color: #C55698;
}
.BgClassName
{
background-color: #C55698;
}
</style>
border-color css
<style>
span { border-color: #C55698; }
span { border-color: rgb(197,86,152); }
td.TdClassName
{
border-color: #C55698;
}
.TagClassName
{
border-color: #C55698;
}
</style>