Shades of Mulberry #C55592
Tints of Mulberry #C55592
RGB
CMYK
RGB Variations
Color information
#C55592 (or 0xC55592) is known color: Mulberry. HEX triplet: C5, 55 and 92. RGB value is (197,85,146). Sum of RGB (Red+Green+Blue) = 197+85+146=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C55592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55592 is #3AAA6D. Grayscale: #7D7D7D. Windows color (decimal): -3844718 or 9590213. OLE color: 9590213.
HSL color Cylindrical-coordinate representation of color #C55592: hue angle of 327.32º 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 #C55592 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 146 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.23 |
| HSL | 327.32º | 0.49% | 0.55% | - |
| HSV(B) | 327.32º | 0.57% | 0.77% | - |
| XYZ | 31.46 | 20.44 | 29.48 | - |
| YUV | 125.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 146 | 0 | 0.57 | 0.26 | 0.23 | 327.32 | 0.49 | 0.55 |
| Hex | C5 | 55 | 92 | 0 | 39 | 1A | 17 | 147 | 31 | 37 |
| Octal | 305 | 125 | 222 | 0 | 71 | 32 | 27 | 507 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10010010 | 0 | 111001 | 11010 | 10111 | 101000111 | 110001 | 110111 |
Color Harmonies of #C55592
Complementary color
Monochromatic Colors of #C55592
Black with #C55592
Text Example
Text Example
White with #C55592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55592; }
p { color: rgb(197,85,146); }
H1.HeaderClassName
{
color: #C55592;
}
.AnyTagClassName
{
color: #C55592;
}
</style>
background-color css
<style>
a { background-color: #C55592; }
a { background-color: rgb(197,85,146); }
div.DivClassName
{
background-color: #C55592;
}
.BgClassName
{
background-color: #C55592;
}
</style>
border-color css
<style>
span { border-color: #C55592; }
span { border-color: rgb(197,85,146); }
td.TdClassName
{
border-color: #C55592;
}
.TagClassName
{
border-color: #C55592;
}
</style>