Shades of Mulberry #C55C86
Tints of Mulberry #C55C86
RGB
CMYK
RGB Variations
Color information
#C55C86 (or 0xC55C86) is known color: Mulberry. HEX triplet: C5, 5C and 86. RGB value is (197,92,134). Sum of RGB (Red+Green+Blue) = 197+92+134=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C86 is #3AA379. Grayscale: #808080. Windows color (decimal): -3842938 or 8805573. OLE color: 8805573.
HSL color Cylindrical-coordinate representation of color #C55C86: hue angle of 336º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C86 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 134 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.23 |
| HSL | 336º | 0.48% | 0.57% | - |
| HSV(B) | 336º | 0.53% | 0.77% | - |
| XYZ | 31.16 | 21.25 | 25.01 | - |
| YUV | 128.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 134 | 0 | 0.53 | 0.32 | 0.23 | 336 | 0.48 | 0.57 |
| Hex | C5 | 5C | 86 | 0 | 35 | 20 | 17 | 150 | 30 | 39 |
| Octal | 305 | 134 | 206 | 0 | 65 | 40 | 27 | 520 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10000110 | 0 | 110101 | 100000 | 10111 | 101010000 | 110000 | 111001 |
Color Harmonies of #C55C86
Complementary color
Monochromatic Colors of #C55C86
Black with #C55C86
Text Example
Text Example
White with #C55C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C86; }
p { color: rgb(197,92,134); }
H1.HeaderClassName
{
color: #C55C86;
}
.AnyTagClassName
{
color: #C55C86;
}
</style>
background-color css
<style>
a { background-color: #C55C86; }
a { background-color: rgb(197,92,134); }
div.DivClassName
{
background-color: #C55C86;
}
.BgClassName
{
background-color: #C55C86;
}
</style>
border-color css
<style>
span { border-color: #C55C86; }
span { border-color: rgb(197,92,134); }
td.TdClassName
{
border-color: #C55C86;
}
.TagClassName
{
border-color: #C55C86;
}
</style>