Shades of Mulberry #C5558A
Tints of Mulberry #C5558A
RGB
CMYK
RGB Variations
Color information
#C5558A (or 0xC5558A) is known color: Mulberry. HEX triplet: C5, 55 and 8A. RGB value is (197,85,138). Sum of RGB (Red+Green+Blue) = 197+85+138=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5558A is #3AAA75. Grayscale: #7C7C7C. Windows color (decimal): -3844726 or 9065925. OLE color: 9065925.
HSL color Cylindrical-coordinate representation of color #C5558A: hue angle of 331.61º 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 #C5558A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 138 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.23 |
| HSL | 331.61º | 0.49% | 0.55% | - |
| HSV(B) | 331.61º | 0.57% | 0.77% | - |
| XYZ | 30.86 | 20.2 | 26.32 | - |
| YUV | 124.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 138 | 0 | 0.57 | 0.30 | 0.23 | 331.61 | 0.49 | 0.55 |
| Hex | C5 | 55 | 8A | 0 | 39 | 1E | 17 | 14C | 31 | 37 |
| Octal | 305 | 125 | 212 | 0 | 71 | 36 | 27 | 514 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10001010 | 0 | 111001 | 11110 | 10111 | 101001100 | 110001 | 110111 |
Color Harmonies of #C5558A
Complementary color
Monochromatic Colors of #C5558A
Black with #C5558A
Text Example
Text Example
White with #C5558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5558A; }
p { color: rgb(197,85,138); }
H1.HeaderClassName
{
color: #C5558A;
}
.AnyTagClassName
{
color: #C5558A;
}
</style>
background-color css
<style>
a { background-color: #C5558A; }
a { background-color: rgb(197,85,138); }
div.DivClassName
{
background-color: #C5558A;
}
.BgClassName
{
background-color: #C5558A;
}
</style>
border-color css
<style>
span { border-color: #C5558A; }
span { border-color: rgb(197,85,138); }
td.TdClassName
{
border-color: #C5558A;
}
.TagClassName
{
border-color: #C5558A;
}
</style>