Shades of Mulberry #C5457F
Tints of Mulberry #C5457F
RGB
CMYK
RGB Variations
Color information
#C5457F (or 0xC5457F) is known color: Mulberry. HEX triplet: C5, 45 and 7F. RGB value is (197,69,127). Sum of RGB (Red+Green+Blue) = 197+69+127=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5457F is #3ABA80. Grayscale: #717171. Windows color (decimal): -3848833 or 8340933. OLE color: 8340933.
HSL color Cylindrical-coordinate representation of color #C5457F: hue angle of 332.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5457F is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 127 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.23 |
| HSL | 332.81º | 0.52% | 0.52% | - |
| HSV(B) | 332.81º | 0.65% | 0.77% | - |
| XYZ | 28.98 | 17.66 | 21.96 | - |
| YUV | 113.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 127 | 0 | 0.65 | 0.36 | 0.23 | 332.81 | 0.52 | 0.52 |
| Hex | C5 | 45 | 7F | 0 | 41 | 24 | 17 | 14D | 34 | 34 |
| Octal | 305 | 105 | 177 | 0 | 101 | 44 | 27 | 515 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1111111 | 0 | 1000001 | 100100 | 10111 | 101001101 | 110100 | 110100 |
Color Harmonies of #C5457F
Complementary color
Monochromatic Colors of #C5457F
Black with #C5457F
Text Example
Text Example
White with #C5457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5457F; }
p { color: rgb(197,69,127); }
H1.HeaderClassName
{
color: #C5457F;
}
.AnyTagClassName
{
color: #C5457F;
}
</style>
background-color css
<style>
a { background-color: #C5457F; }
a { background-color: rgb(197,69,127); }
div.DivClassName
{
background-color: #C5457F;
}
.BgClassName
{
background-color: #C5457F;
}
</style>
border-color css
<style>
span { border-color: #C5457F; }
span { border-color: rgb(197,69,127); }
td.TdClassName
{
border-color: #C5457F;
}
.TagClassName
{
border-color: #C5457F;
}
</style>