Shades of Mulberry #C5529A
Tints of Mulberry #C5529A
RGB
CMYK
RGB Variations
Color information
#C5529A (or 0xC5529A) is known color: Mulberry. HEX triplet: C5, 52 and 9A. RGB value is (197,82,154). Sum of RGB (Red+Green+Blue) = 197+82+154=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529A is #3AAD65. Grayscale: #7C7C7C. Windows color (decimal): -3845478 or 10113733. OLE color: 10113733.
HSL color Cylindrical-coordinate representation of color #C5529A: hue angle of 322.43º 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 #C5529A is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 154 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.23 |
| HSL | 322.43º | 0.5% | 0.55% | - |
| HSV(B) | 322.43º | 0.58% | 0.77% | - |
| XYZ | 31.88 | 20.24 | 32.8 | - |
| YUV | 124.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 154 | 0 | 0.58 | 0.22 | 0.23 | 322.43 | 0.5 | 0.55 |
| Hex | C5 | 52 | 9A | 0 | 3A | 16 | 17 | 142 | 32 | 37 |
| Octal | 305 | 122 | 232 | 0 | 72 | 26 | 27 | 502 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10011010 | 0 | 111010 | 10110 | 10111 | 101000010 | 110010 | 110111 |
Color Harmonies of #C5529A
Complementary color
Monochromatic Colors of #C5529A
Black with #C5529A
Text Example
Text Example
White with #C5529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5529A; }
p { color: rgb(197,82,154); }
H1.HeaderClassName
{
color: #C5529A;
}
.AnyTagClassName
{
color: #C5529A;
}
</style>
background-color css
<style>
a { background-color: #C5529A; }
a { background-color: rgb(197,82,154); }
div.DivClassName
{
background-color: #C5529A;
}
.BgClassName
{
background-color: #C5529A;
}
</style>
border-color css
<style>
span { border-color: #C5529A; }
span { border-color: rgb(197,82,154); }
td.TdClassName
{
border-color: #C5529A;
}
.TagClassName
{
border-color: #C5529A;
}
</style>