Shades of Mulberry #C55096
Tints of Mulberry #C55096
RGB
CMYK
RGB Variations
Color information
#C55096 (or 0xC55096) is known color: Mulberry. HEX triplet: C5, 50 and 96. RGB value is (197,80,150). Sum of RGB (Red+Green+Blue) = 197+80+150=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55096 is #3AAF69. Grayscale: #7A7A7A. Windows color (decimal): -3845994 or 9851077. OLE color: 9851077.
HSL color Cylindrical-coordinate representation of color #C55096: hue angle of 324.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55096 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 150 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.23 |
| HSL | 324.1º | 0.5% | 0.54% | - |
| HSV(B) | 324.1º | 0.59% | 0.77% | - |
| XYZ | 31.4 | 19.81 | 31.02 | - |
| YUV | 122.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 150 | 0 | 0.59 | 0.24 | 0.23 | 324.1 | 0.5 | 0.54 |
| Hex | C5 | 50 | 96 | 0 | 3B | 18 | 17 | 144 | 32 | 36 |
| Octal | 305 | 120 | 226 | 0 | 73 | 30 | 27 | 504 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10010110 | 0 | 111011 | 11000 | 10111 | 101000100 | 110010 | 110110 |
Color Harmonies of #C55096
Complementary color
Monochromatic Colors of #C55096
Black with #C55096
Text Example
Text Example
White with #C55096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55096; }
p { color: rgb(197,80,150); }
H1.HeaderClassName
{
color: #C55096;
}
.AnyTagClassName
{
color: #C55096;
}
</style>
background-color css
<style>
a { background-color: #C55096; }
a { background-color: rgb(197,80,150); }
div.DivClassName
{
background-color: #C55096;
}
.BgClassName
{
background-color: #C55096;
}
</style>
border-color css
<style>
span { border-color: #C55096; }
span { border-color: rgb(197,80,150); }
td.TdClassName
{
border-color: #C55096;
}
.TagClassName
{
border-color: #C55096;
}
</style>