Shades of Mulberry #C55581
Tints of Mulberry #C55581
RGB
CMYK
RGB Variations
Color information
#C55581 (or 0xC55581) is known color: Mulberry. HEX triplet: C5, 55 and 81. RGB value is (197,85,129). Sum of RGB (Red+Green+Blue) = 197+85+129=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C55581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55581 is #3AAA7E. Grayscale: #7B7B7B. Windows color (decimal): -3844735 or 8476101. OLE color: 8476101.
HSL color Cylindrical-coordinate representation of color #C55581: hue angle of 336.43º 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 #C55581 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 129 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.23 |
| HSL | 336.43º | 0.49% | 0.55% | - |
| HSV(B) | 336.43º | 0.57% | 0.77% | - |
| XYZ | 30.24 | 19.95 | 23.03 | - |
| YUV | 123.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 129 | 0 | 0.57 | 0.35 | 0.23 | 336.43 | 0.49 | 0.55 |
| Hex | C5 | 55 | 81 | 0 | 39 | 23 | 17 | 150 | 31 | 37 |
| Octal | 305 | 125 | 201 | 0 | 71 | 43 | 27 | 520 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10000001 | 0 | 111001 | 100011 | 10111 | 101010000 | 110001 | 110111 |
Color Harmonies of #C55581
Complementary color
Monochromatic Colors of #C55581
Black with #C55581
Text Example
Text Example
White with #C55581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55581; }
p { color: rgb(197,85,129); }
H1.HeaderClassName
{
color: #C55581;
}
.AnyTagClassName
{
color: #C55581;
}
</style>
background-color css
<style>
a { background-color: #C55581; }
a { background-color: rgb(197,85,129); }
div.DivClassName
{
background-color: #C55581;
}
.BgClassName
{
background-color: #C55581;
}
</style>
border-color css
<style>
span { border-color: #C55581; }
span { border-color: rgb(197,85,129); }
td.TdClassName
{
border-color: #C55581;
}
.TagClassName
{
border-color: #C55581;
}
</style>