Shades of Mulberry #C5508C
Tints of Mulberry #C5508C
RGB
CMYK
RGB Variations
Color information
#C5508C (or 0xC5508C) is known color: Mulberry. HEX triplet: C5, 50 and 8C. RGB value is (197,80,140). Sum of RGB (Red+Green+Blue) = 197+80+140=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5508C is #3AAF73. Grayscale: #797979. Windows color (decimal): -3846004 or 9195717. OLE color: 9195717.
HSL color Cylindrical-coordinate representation of color #C5508C: hue angle of 329.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5508C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 140 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.23 |
| HSL | 329.23º | 0.5% | 0.54% | - |
| HSV(B) | 329.23º | 0.59% | 0.77% | - |
| XYZ | 30.63 | 19.5 | 26.96 | - |
| YUV | 121.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 140 | 0 | 0.59 | 0.29 | 0.23 | 329.23 | 0.5 | 0.54 |
| Hex | C5 | 50 | 8C | 0 | 3B | 1D | 17 | 149 | 32 | 36 |
| Octal | 305 | 120 | 214 | 0 | 73 | 35 | 27 | 511 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10001100 | 0 | 111011 | 11101 | 10111 | 101001001 | 110010 | 110110 |
Color Harmonies of #C5508C
Complementary color
Monochromatic Colors of #C5508C
Black with #C5508C
Text Example
Text Example
White with #C5508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5508C; }
p { color: rgb(197,80,140); }
H1.HeaderClassName
{
color: #C5508C;
}
.AnyTagClassName
{
color: #C5508C;
}
</style>
background-color css
<style>
a { background-color: #C5508C; }
a { background-color: rgb(197,80,140); }
div.DivClassName
{
background-color: #C5508C;
}
.BgClassName
{
background-color: #C5508C;
}
</style>
border-color css
<style>
span { border-color: #C5508C; }
span { border-color: rgb(197,80,140); }
td.TdClassName
{
border-color: #C5508C;
}
.TagClassName
{
border-color: #C5508C;
}
</style>