Shades of Mulberry #C5528C
Tints of Mulberry #C5528C
RGB
CMYK
RGB Variations
Color information
#C5528C (or 0xC5528C) is known color: Mulberry. HEX triplet: C5, 52 and 8C. RGB value is (197,82,140). Sum of RGB (Red+Green+Blue) = 197+82+140=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5528C is #3AAD73. Grayscale: #7A7A7A. Windows color (decimal): -3845492 or 9196229. OLE color: 9196229.
HSL color Cylindrical-coordinate representation of color #C5528C: hue angle of 329.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5528C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 140 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.23 |
| HSL | 329.74º | 0.5% | 0.55% | - |
| HSV(B) | 329.74º | 0.58% | 0.77% | - |
| XYZ | 30.78 | 19.8 | 27.01 | - |
| YUV | 123 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 140 | 0 | 0.58 | 0.29 | 0.23 | 329.74 | 0.5 | 0.55 |
| Hex | C5 | 52 | 8C | 0 | 3A | 1D | 17 | 14A | 32 | 37 |
| Octal | 305 | 122 | 214 | 0 | 72 | 35 | 27 | 512 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10001100 | 0 | 111010 | 11101 | 10111 | 101001010 | 110010 | 110111 |
Color Harmonies of #C5528C
Complementary color
Monochromatic Colors of #C5528C
Black with #C5528C
Text Example
Text Example
White with #C5528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5528C; }
p { color: rgb(197,82,140); }
H1.HeaderClassName
{
color: #C5528C;
}
.AnyTagClassName
{
color: #C5528C;
}
</style>
background-color css
<style>
a { background-color: #C5528C; }
a { background-color: rgb(197,82,140); }
div.DivClassName
{
background-color: #C5528C;
}
.BgClassName
{
background-color: #C5528C;
}
</style>
border-color css
<style>
span { border-color: #C5528C; }
span { border-color: rgb(197,82,140); }
td.TdClassName
{
border-color: #C5528C;
}
.TagClassName
{
border-color: #C5528C;
}
</style>