Shades of Mulberry #C55092
Tints of Mulberry #C55092
RGB
CMYK
RGB Variations
Color information
#C55092 (or 0xC55092) is known color: Mulberry. HEX triplet: C5, 50 and 92. RGB value is (197,80,146). Sum of RGB (Red+Green+Blue) = 197+80+146=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C55092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55092 is #3AAF6D. Grayscale: #7A7A7A. Windows color (decimal): -3845998 or 9588933. OLE color: 9588933.
HSL color Cylindrical-coordinate representation of color #C55092: hue angle of 326.15º 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 #C55092 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 146 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.23 |
| HSL | 326.15º | 0.5% | 0.54% | - |
| HSV(B) | 326.15º | 0.59% | 0.77% | - |
| XYZ | 31.08 | 19.68 | 29.36 | - |
| YUV | 122.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 146 | 0 | 0.59 | 0.26 | 0.23 | 326.15 | 0.5 | 0.54 |
| Hex | C5 | 50 | 92 | 0 | 3B | 1A | 17 | 146 | 32 | 36 |
| Octal | 305 | 120 | 222 | 0 | 73 | 32 | 27 | 506 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10010010 | 0 | 111011 | 11010 | 10111 | 101000110 | 110010 | 110110 |
Color Harmonies of #C55092
Complementary color
Monochromatic Colors of #C55092
Black with #C55092
Text Example
Text Example
White with #C55092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55092; }
p { color: rgb(197,80,146); }
H1.HeaderClassName
{
color: #C55092;
}
.AnyTagClassName
{
color: #C55092;
}
</style>
background-color css
<style>
a { background-color: #C55092; }
a { background-color: rgb(197,80,146); }
div.DivClassName
{
background-color: #C55092;
}
.BgClassName
{
background-color: #C55092;
}
</style>
border-color css
<style>
span { border-color: #C55092; }
span { border-color: rgb(197,80,146); }
td.TdClassName
{
border-color: #C55092;
}
.TagClassName
{
border-color: #C55092;
}
</style>