Shades of Mulberry #C5529E
Tints of Mulberry #C5529E
RGB
CMYK
RGB Variations
Color information
#C5529E (or 0xC5529E) is known color: Mulberry. HEX triplet: C5, 52 and 9E. RGB value is (197,82,158). Sum of RGB (Red+Green+Blue) = 197+82+158=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529E is #3AAD61. Grayscale: #7C7C7C. Windows color (decimal): -3845474 or 10375877. OLE color: 10375877.
HSL color Cylindrical-coordinate representation of color #C5529E: hue angle of 320.35º 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 #C5529E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 158 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.23 |
| HSL | 320.35º | 0.5% | 0.55% | - |
| HSV(B) | 320.35º | 0.58% | 0.77% | - |
| XYZ | 32.21 | 20.37 | 34.58 | - |
| YUV | 125.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 158 | 0 | 0.58 | 0.20 | 0.23 | 320.35 | 0.5 | 0.55 |
| Hex | C5 | 52 | 9E | 0 | 3A | 14 | 17 | 140 | 32 | 37 |
| Octal | 305 | 122 | 236 | 0 | 72 | 24 | 27 | 500 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10011110 | 0 | 111010 | 10100 | 10111 | 101000000 | 110010 | 110111 |
Color Harmonies of #C5529E
Complementary color
Monochromatic Colors of #C5529E
Black with #C5529E
Text Example
Text Example
White with #C5529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5529E; }
p { color: rgb(197,82,158); }
H1.HeaderClassName
{
color: #C5529E;
}
.AnyTagClassName
{
color: #C5529E;
}
</style>
background-color css
<style>
a { background-color: #C5529E; }
a { background-color: rgb(197,82,158); }
div.DivClassName
{
background-color: #C5529E;
}
.BgClassName
{
background-color: #C5529E;
}
</style>
border-color css
<style>
span { border-color: #C5529E; }
span { border-color: rgb(197,82,158); }
td.TdClassName
{
border-color: #C5529E;
}
.TagClassName
{
border-color: #C5529E;
}
</style>