Shades of Mandy #C44860
Tints of Mandy #C44860
RGB
CMYK
RGB Variations
Color information
#C44860 (or 0xC44860) is known color: Mandy. HEX triplet: C4, 48 and 60. RGB value is (196,72,96). Sum of RGB (Red+Green+Blue) = 196+72+96=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C44860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44860 is #3BB79F. Grayscale: #6F6F6F. Windows color (decimal): -3913632 or 6310084. OLE color: 6310084.
HSL color Cylindrical-coordinate representation of color #C44860: hue angle of 348.39º degrees, saturation: 0.51, 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 #C44860 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 96 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.23 |
| HSL | 348.39º | 0.51% | 0.53% | - |
| HSV(B) | 348.39º | 0.63% | 0.77% | - |
| XYZ | 27.19 | 17.22 | 12.96 | - |
| YUV | 111.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 96 | 0 | 0.63 | 0.51 | 0.23 | 348.39 | 0.51 | 0.53 |
| Hex | C4 | 48 | 60 | 0 | 3F | 33 | 17 | 15C | 33 | 35 |
| Octal | 304 | 110 | 140 | 0 | 77 | 63 | 27 | 534 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1100000 | 0 | 111111 | 110011 | 10111 | 101011100 | 110011 | 110101 |
Color Harmonies of #C44860
Complementary color
Monochromatic Colors of #C44860
Black with #C44860
Text Example
Text Example
White with #C44860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44860; }
p { color: rgb(196,72,96); }
H1.HeaderClassName
{
color: #C44860;
}
.AnyTagClassName
{
color: #C44860;
}
</style>
background-color css
<style>
a { background-color: #C44860; }
a { background-color: rgb(196,72,96); }
div.DivClassName
{
background-color: #C44860;
}
.BgClassName
{
background-color: #C44860;
}
</style>
border-color css
<style>
span { border-color: #C44860; }
span { border-color: rgb(196,72,96); }
td.TdClassName
{
border-color: #C44860;
}
.TagClassName
{
border-color: #C44860;
}
</style>