Shades of Mulberry #C55687
Tints of Mulberry #C55687
RGB
CMYK
RGB Variations
Color information
#C55687 (or 0xC55687) is known color: Mulberry. HEX triplet: C5, 56 and 87. RGB value is (197,86,135). Sum of RGB (Red+Green+Blue) = 197+86+135=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C55687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55687 is #3AA978. Grayscale: #7C7C7C. Windows color (decimal): -3844473 or 8869573. OLE color: 8869573.
HSL color Cylindrical-coordinate representation of color #C55687: hue angle of 333.51º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55687 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 135 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.23 |
| HSL | 333.51º | 0.49% | 0.55% | - |
| HSV(B) | 333.51º | 0.56% | 0.77% | - |
| XYZ | 30.73 | 20.28 | 25.22 | - |
| YUV | 124.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 135 | 0 | 0.56 | 0.31 | 0.23 | 333.51 | 0.49 | 0.55 |
| Hex | C5 | 56 | 87 | 0 | 38 | 1F | 17 | 14E | 31 | 37 |
| Octal | 305 | 126 | 207 | 0 | 70 | 37 | 27 | 516 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10000111 | 0 | 111000 | 11111 | 10111 | 101001110 | 110001 | 110111 |
Color Harmonies of #C55687
Complementary color
Monochromatic Colors of #C55687
Black with #C55687
Text Example
Text Example
White with #C55687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55687; }
p { color: rgb(197,86,135); }
H1.HeaderClassName
{
color: #C55687;
}
.AnyTagClassName
{
color: #C55687;
}
</style>
background-color css
<style>
a { background-color: #C55687; }
a { background-color: rgb(197,86,135); }
div.DivClassName
{
background-color: #C55687;
}
.BgClassName
{
background-color: #C55687;
}
</style>
border-color css
<style>
span { border-color: #C55687; }
span { border-color: rgb(197,86,135); }
td.TdClassName
{
border-color: #C55687;
}
.TagClassName
{
border-color: #C55687;
}
</style>