Shades of Mandy #C24D5F
Tints of Mandy #C24D5F
RGB
CMYK
RGB Variations
Color information
#C24D5F (or 0xC24D5F) is known color: Mandy. HEX triplet: C2, 4D and 5F. RGB value is (194,77,95). Sum of RGB (Red+Green+Blue) = 194+77+95=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D5F is #3DB2A0. Grayscale: #727272. Windows color (decimal): -4043425 or 6245826. OLE color: 6245826.
HSL color Cylindrical-coordinate representation of color #C24D5F: hue angle of 350.77º 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 #C24D5F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 95 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.24 |
| HSL | 350.77º | 0.49% | 0.53% | - |
| HSV(B) | 350.77º | 0.6% | 0.76% | - |
| XYZ | 26.97 | 17.6 | 12.8 | - |
| YUV | 114.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 95 | 0 | 0.60 | 0.51 | 0.24 | 350.77 | 0.49 | 0.53 |
| Hex | C2 | 4D | 5F | 0 | 3C | 33 | 18 | 15F | 31 | 35 |
| Octal | 302 | 115 | 137 | 0 | 74 | 63 | 30 | 537 | 61 | 65 |
| Binary | 11000010 | 1001101 | 1011111 | 0 | 111100 | 110011 | 11000 | 101011111 | 110001 | 110101 |
Color Harmonies of #C24D5F
Complementary color
Monochromatic Colors of #C24D5F
Black with #C24D5F
Text Example
Text Example
White with #C24D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D5F; }
p { color: rgb(194,77,95); }
H1.HeaderClassName
{
color: #C24D5F;
}
.AnyTagClassName
{
color: #C24D5F;
}
</style>
background-color css
<style>
a { background-color: #C24D5F; }
a { background-color: rgb(194,77,95); }
div.DivClassName
{
background-color: #C24D5F;
}
.BgClassName
{
background-color: #C24D5F;
}
</style>
border-color css
<style>
span { border-color: #C24D5F; }
span { border-color: rgb(194,77,95); }
td.TdClassName
{
border-color: #C24D5F;
}
.TagClassName
{
border-color: #C24D5F;
}
</style>