Shades of Mulberry #C55594
Tints of Mulberry #C55594
RGB
CMYK
RGB Variations
Color information
#C55594 (or 0xC55594) is known color: Mulberry. HEX triplet: C5, 55 and 94. RGB value is (197,85,148). Sum of RGB (Red+Green+Blue) = 197+85+148=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55594 is #3AAA6B. Grayscale: #7D7D7D. Windows color (decimal): -3844716 or 9721285. OLE color: 9721285.
HSL color Cylindrical-coordinate representation of color #C55594: hue angle of 326.25º 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 #C55594 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 148 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.23 |
| HSL | 326.25º | 0.49% | 0.55% | - |
| HSV(B) | 326.25º | 0.57% | 0.77% | - |
| XYZ | 31.62 | 20.51 | 30.31 | - |
| YUV | 125.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 148 | 0 | 0.57 | 0.25 | 0.23 | 326.25 | 0.49 | 0.55 |
| Hex | C5 | 55 | 94 | 0 | 39 | 19 | 17 | 146 | 31 | 37 |
| Octal | 305 | 125 | 224 | 0 | 71 | 31 | 27 | 506 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10010100 | 0 | 111001 | 11001 | 10111 | 101000110 | 110001 | 110111 |
Color Harmonies of #C55594
Complementary color
Monochromatic Colors of #C55594
Black with #C55594
Text Example
Text Example
White with #C55594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55594; }
p { color: rgb(197,85,148); }
H1.HeaderClassName
{
color: #C55594;
}
.AnyTagClassName
{
color: #C55594;
}
</style>
background-color css
<style>
a { background-color: #C55594; }
a { background-color: rgb(197,85,148); }
div.DivClassName
{
background-color: #C55594;
}
.BgClassName
{
background-color: #C55594;
}
</style>
border-color css
<style>
span { border-color: #C55594; }
span { border-color: rgb(197,85,148); }
td.TdClassName
{
border-color: #C55594;
}
.TagClassName
{
border-color: #C55594;
}
</style>