Shades of Mandy #C24E61
Tints of Mandy #C24E61
RGB
CMYK
RGB Variations
Color information
#C24E61 (or 0xC24E61) is known color: Mandy. HEX triplet: C2, 4E and 61. RGB value is (194,78,97). Sum of RGB (Red+Green+Blue) = 194+78+97=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E61 is #3DB19E. Grayscale: #727272. Windows color (decimal): -4043167 or 6377154. OLE color: 6377154.
HSL color Cylindrical-coordinate representation of color #C24E61: hue angle of 350.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E61 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 97 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.24 |
| HSL | 350.17º | 0.49% | 0.53% | - |
| HSV(B) | 350.17º | 0.6% | 0.76% | - |
| XYZ | 27.13 | 17.78 | 13.31 | - |
| YUV | 114.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 97 | 0 | 0.60 | 0.50 | 0.24 | 350.17 | 0.49 | 0.53 |
| Hex | C2 | 4E | 61 | 0 | 3C | 32 | 18 | 15E | 31 | 35 |
| Octal | 302 | 116 | 141 | 0 | 74 | 62 | 30 | 536 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1100001 | 0 | 111100 | 110010 | 11000 | 101011110 | 110001 | 110101 |
Color Harmonies of #C24E61
Complementary color
Monochromatic Colors of #C24E61
Black with #C24E61
Text Example
Text Example
White with #C24E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E61; }
p { color: rgb(194,78,97); }
H1.HeaderClassName
{
color: #C24E61;
}
.AnyTagClassName
{
color: #C24E61;
}
</style>
background-color css
<style>
a { background-color: #C24E61; }
a { background-color: rgb(194,78,97); }
div.DivClassName
{
background-color: #C24E61;
}
.BgClassName
{
background-color: #C24E61;
}
</style>
border-color css
<style>
span { border-color: #C24E61; }
span { border-color: rgb(194,78,97); }
td.TdClassName
{
border-color: #C24E61;
}
.TagClassName
{
border-color: #C24E61;
}
</style>