Shades of Mulberry #C55C89
Tints of Mulberry #C55C89
RGB
CMYK
RGB Variations
Color information
#C55C89 (or 0xC55C89) is known color: Mulberry. HEX triplet: C5, 5C and 89. RGB value is (197,92,137). Sum of RGB (Red+Green+Blue) = 197+92+137=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C89 is #3AA376. Grayscale: #808080. Windows color (decimal): -3842935 or 9002181. OLE color: 9002181.
HSL color Cylindrical-coordinate representation of color #C55C89: hue angle of 334.29º 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 #C55C89 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 137 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.23 |
| HSL | 334.29º | 0.48% | 0.57% | - |
| HSV(B) | 334.29º | 0.53% | 0.77% | - |
| XYZ | 31.37 | 21.33 | 26.13 | - |
| YUV | 128.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 137 | 0 | 0.53 | 0.30 | 0.23 | 334.29 | 0.48 | 0.57 |
| Hex | C5 | 5C | 89 | 0 | 35 | 1E | 17 | 14E | 30 | 39 |
| Octal | 305 | 134 | 211 | 0 | 65 | 36 | 27 | 516 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10001001 | 0 | 110101 | 11110 | 10111 | 101001110 | 110000 | 111001 |
Color Harmonies of #C55C89
Complementary color
Monochromatic Colors of #C55C89
Black with #C55C89
Text Example
Text Example
White with #C55C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C89; }
p { color: rgb(197,92,137); }
H1.HeaderClassName
{
color: #C55C89;
}
.AnyTagClassName
{
color: #C55C89;
}
</style>
background-color css
<style>
a { background-color: #C55C89; }
a { background-color: rgb(197,92,137); }
div.DivClassName
{
background-color: #C55C89;
}
.BgClassName
{
background-color: #C55C89;
}
</style>
border-color css
<style>
span { border-color: #C55C89; }
span { border-color: rgb(197,92,137); }
td.TdClassName
{
border-color: #C55C89;
}
.TagClassName
{
border-color: #C55C89;
}
</style>