Shades of Mulberry #C55496
Tints of Mulberry #C55496
RGB
CMYK
RGB Variations
Color information
#C55496 (or 0xC55496) is known color: Mulberry. HEX triplet: C5, 54 and 96. RGB value is (197,84,150). Sum of RGB (Red+Green+Blue) = 197+84+150=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55496 is #3AAB69. Grayscale: #7D7D7D. Windows color (decimal): -3844970 or 9852101. OLE color: 9852101.
HSL color Cylindrical-coordinate representation of color #C55496: hue angle of 324.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55496 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 150 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.23 |
| HSL | 324.96º | 0.49% | 0.55% | - |
| HSV(B) | 324.96º | 0.57% | 0.77% | - |
| XYZ | 31.7 | 20.41 | 31.12 | - |
| YUV | 125.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 150 | 0 | 0.57 | 0.24 | 0.23 | 324.96 | 0.49 | 0.55 |
| Hex | C5 | 54 | 96 | 0 | 39 | 18 | 17 | 145 | 31 | 37 |
| Octal | 305 | 124 | 226 | 0 | 71 | 30 | 27 | 505 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10010110 | 0 | 111001 | 11000 | 10111 | 101000101 | 110001 | 110111 |
Color Harmonies of #C55496
Complementary color
Monochromatic Colors of #C55496
Black with #C55496
Text Example
Text Example
White with #C55496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55496; }
p { color: rgb(197,84,150); }
H1.HeaderClassName
{
color: #C55496;
}
.AnyTagClassName
{
color: #C55496;
}
</style>
background-color css
<style>
a { background-color: #C55496; }
a { background-color: rgb(197,84,150); }
div.DivClassName
{
background-color: #C55496;
}
.BgClassName
{
background-color: #C55496;
}
</style>
border-color css
<style>
span { border-color: #C55496; }
span { border-color: rgb(197,84,150); }
td.TdClassName
{
border-color: #C55496;
}
.TagClassName
{
border-color: #C55496;
}
</style>