Shades of Mulberry #C55497
Tints of Mulberry #C55497
RGB
CMYK
RGB Variations
Color information
#C55497 (or 0xC55497) is known color: Mulberry. HEX triplet: C5, 54 and 97. RGB value is (197,84,151). Sum of RGB (Red+Green+Blue) = 197+84+151=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C55497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55497 is #3AAB68. Grayscale: #7D7D7D. Windows color (decimal): -3844969 or 9917637. OLE color: 9917637.
HSL color Cylindrical-coordinate representation of color #C55497: hue angle of 324.42º 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 #C55497 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 151 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.23 |
| HSL | 324.42º | 0.49% | 0.55% | - |
| HSV(B) | 324.42º | 0.57% | 0.77% | - |
| XYZ | 31.78 | 20.45 | 31.55 | - |
| YUV | 125.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 151 | 0 | 0.57 | 0.23 | 0.23 | 324.42 | 0.49 | 0.55 |
| Hex | C5 | 54 | 97 | 0 | 39 | 17 | 17 | 144 | 31 | 37 |
| Octal | 305 | 124 | 227 | 0 | 71 | 27 | 27 | 504 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10010111 | 0 | 111001 | 10111 | 10111 | 101000100 | 110001 | 110111 |
Color Harmonies of #C55497
Complementary color
Monochromatic Colors of #C55497
Black with #C55497
Text Example
Text Example
White with #C55497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55497; }
p { color: rgb(197,84,151); }
H1.HeaderClassName
{
color: #C55497;
}
.AnyTagClassName
{
color: #C55497;
}
</style>
background-color css
<style>
a { background-color: #C55497; }
a { background-color: rgb(197,84,151); }
div.DivClassName
{
background-color: #C55497;
}
.BgClassName
{
background-color: #C55497;
}
</style>
border-color css
<style>
span { border-color: #C55497; }
span { border-color: rgb(197,84,151); }
td.TdClassName
{
border-color: #C55497;
}
.TagClassName
{
border-color: #C55497;
}
</style>