Shades of Mulberry #C5518C
Tints of Mulberry #C5518C
RGB
CMYK
RGB Variations
Color information
#C5518C (or 0xC5518C) is known color: Mulberry. HEX triplet: C5, 51 and 8C. RGB value is (197,81,140). Sum of RGB (Red+Green+Blue) = 197+81+140=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5518C is #3AAE73. Grayscale: #7A7A7A. Windows color (decimal): -3845748 or 9195973. OLE color: 9195973.
HSL color Cylindrical-coordinate representation of color #C5518C: hue angle of 329.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5518C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 140 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.23 |
| HSL | 329.48º | 0.5% | 0.55% | - |
| HSV(B) | 329.48º | 0.59% | 0.77% | - |
| XYZ | 30.7 | 19.65 | 26.99 | - |
| YUV | 122.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 140 | 0 | 0.59 | 0.29 | 0.23 | 329.48 | 0.5 | 0.55 |
| Hex | C5 | 51 | 8C | 0 | 3B | 1D | 17 | 149 | 32 | 37 |
| Octal | 305 | 121 | 214 | 0 | 73 | 35 | 27 | 511 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10001100 | 0 | 111011 | 11101 | 10111 | 101001001 | 110010 | 110111 |
Color Harmonies of #C5518C
Complementary color
Monochromatic Colors of #C5518C
Black with #C5518C
Text Example
Text Example
White with #C5518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5518C; }
p { color: rgb(197,81,140); }
H1.HeaderClassName
{
color: #C5518C;
}
.AnyTagClassName
{
color: #C5518C;
}
</style>
background-color css
<style>
a { background-color: #C5518C; }
a { background-color: rgb(197,81,140); }
div.DivClassName
{
background-color: #C5518C;
}
.BgClassName
{
background-color: #C5518C;
}
</style>
border-color css
<style>
span { border-color: #C5518C; }
span { border-color: rgb(197,81,140); }
td.TdClassName
{
border-color: #C5518C;
}
.TagClassName
{
border-color: #C5518C;
}
</style>