Shades of Mulberry #C5507E
Tints of Mulberry #C5507E
RGB
CMYK
RGB Variations
Color information
#C5507E (or 0xC5507E) is known color: Mulberry. HEX triplet: C5, 50 and 7E. RGB value is (197,80,126). Sum of RGB (Red+Green+Blue) = 197+80+126=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507E is #3AAF81. Grayscale: #787878. Windows color (decimal): -3846018 or 8278213. OLE color: 8278213.
HSL color Cylindrical-coordinate representation of color #C5507E: hue angle of 336.41º 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 #C5507E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 126 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.23 |
| HSL | 336.41º | 0.5% | 0.54% | - |
| HSV(B) | 336.41º | 0.59% | 0.77% | - |
| XYZ | 29.66 | 19.11 | 21.86 | - |
| YUV | 120.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 126 | 0 | 0.59 | 0.36 | 0.23 | 336.41 | 0.5 | 0.54 |
| Hex | C5 | 50 | 7E | 0 | 3B | 24 | 17 | 150 | 32 | 36 |
| Octal | 305 | 120 | 176 | 0 | 73 | 44 | 27 | 520 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1111110 | 0 | 111011 | 100100 | 10111 | 101010000 | 110010 | 110110 |
Color Harmonies of #C5507E
Complementary color
Monochromatic Colors of #C5507E
Black with #C5507E
Text Example
Text Example
White with #C5507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5507E; }
p { color: rgb(197,80,126); }
H1.HeaderClassName
{
color: #C5507E;
}
.AnyTagClassName
{
color: #C5507E;
}
</style>
background-color css
<style>
a { background-color: #C5507E; }
a { background-color: rgb(197,80,126); }
div.DivClassName
{
background-color: #C5507E;
}
.BgClassName
{
background-color: #C5507E;
}
</style>
border-color css
<style>
span { border-color: #C5507E; }
span { border-color: rgb(197,80,126); }
td.TdClassName
{
border-color: #C5507E;
}
.TagClassName
{
border-color: #C5507E;
}
</style>