Shades of Mandy #C45860
Tints of Mandy #C45860
RGB
CMYK
RGB Variations
Color information
#C45860 (or 0xC45860) is known color: Mandy. HEX triplet: C4, 58 and 60. RGB value is (196,88,96). Sum of RGB (Red+Green+Blue) = 196+88+96=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C45860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45860 is #3BA79F. Grayscale: #797979. Windows color (decimal): -3909536 or 6314180. OLE color: 6314180.
HSL color Cylindrical-coordinate representation of color #C45860: hue angle of 355.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45860 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 96 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.23 |
| HSL | 355.56º | 0.48% | 0.56% | - |
| HSV(B) | 355.56º | 0.55% | 0.77% | - |
| XYZ | 28.37 | 19.56 | 13.35 | - |
| YUV | 121.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 96 | 0 | 0.55 | 0.51 | 0.23 | 355.56 | 0.48 | 0.56 |
| Hex | C4 | 58 | 60 | 0 | 37 | 33 | 17 | 164 | 30 | 38 |
| Octal | 304 | 130 | 140 | 0 | 67 | 63 | 27 | 544 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1100000 | 0 | 110111 | 110011 | 10111 | 101100100 | 110000 | 111000 |
Color Harmonies of #C45860
Complementary color
Monochromatic Colors of #C45860
Black with #C45860
Text Example
Text Example
White with #C45860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45860; }
p { color: rgb(196,88,96); }
H1.HeaderClassName
{
color: #C45860;
}
.AnyTagClassName
{
color: #C45860;
}
</style>
background-color css
<style>
a { background-color: #C45860; }
a { background-color: rgb(196,88,96); }
div.DivClassName
{
background-color: #C45860;
}
.BgClassName
{
background-color: #C45860;
}
</style>
border-color css
<style>
span { border-color: #C45860; }
span { border-color: rgb(196,88,96); }
td.TdClassName
{
border-color: #C45860;
}
.TagClassName
{
border-color: #C45860;
}
</style>