Shades of Mulberry #C5497F
Tints of Mulberry #C5497F
RGB
CMYK
RGB Variations
Color information
#C5497F (or 0xC5497F) is known color: Mulberry. HEX triplet: C5, 49 and 7F. RGB value is (197,73,127). Sum of RGB (Red+Green+Blue) = 197+73+127=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5497F is #3AB680. Grayscale: #747474. Windows color (decimal): -3847809 or 8341957. OLE color: 8341957.
HSL color Cylindrical-coordinate representation of color #C5497F: hue angle of 333.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5497F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 127 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.23 |
| HSL | 333.87º | 0.52% | 0.53% | - |
| HSV(B) | 333.87º | 0.63% | 0.77% | - |
| XYZ | 29.24 | 18.17 | 22.04 | - |
| YUV | 116.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 127 | 0 | 0.63 | 0.36 | 0.23 | 333.87 | 0.52 | 0.53 |
| Hex | C5 | 49 | 7F | 0 | 3F | 24 | 17 | 14E | 34 | 35 |
| Octal | 305 | 111 | 177 | 0 | 77 | 44 | 27 | 516 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1111111 | 0 | 111111 | 100100 | 10111 | 101001110 | 110100 | 110101 |
Color Harmonies of #C5497F
Complementary color
Monochromatic Colors of #C5497F
Black with #C5497F
Text Example
Text Example
White with #C5497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5497F; }
p { color: rgb(197,73,127); }
H1.HeaderClassName
{
color: #C5497F;
}
.AnyTagClassName
{
color: #C5497F;
}
</style>
background-color css
<style>
a { background-color: #C5497F; }
a { background-color: rgb(197,73,127); }
div.DivClassName
{
background-color: #C5497F;
}
.BgClassName
{
background-color: #C5497F;
}
</style>
border-color css
<style>
span { border-color: #C5497F; }
span { border-color: rgb(197,73,127); }
td.TdClassName
{
border-color: #C5497F;
}
.TagClassName
{
border-color: #C5497F;
}
</style>