Shades of Mandy #C24F60
Tints of Mandy #C24F60
RGB
CMYK
RGB Variations
Color information
#C24F60 (or 0xC24F60) is known color: Mandy. HEX triplet: C2, 4F and 60. RGB value is (194,79,96). Sum of RGB (Red+Green+Blue) = 194+79+96=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F60 is #3DB09F. Grayscale: #737373. Windows color (decimal): -4042912 or 6311874. OLE color: 6311874.
HSL color Cylindrical-coordinate representation of color #C24F60: hue angle of 351.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F60 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 96 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.24 |
| HSL | 351.13º | 0.49% | 0.54% | - |
| HSV(B) | 351.13º | 0.59% | 0.76% | - |
| XYZ | 27.16 | 17.91 | 13.09 | - |
| YUV | 115.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 96 | 0 | 0.59 | 0.51 | 0.24 | 351.13 | 0.49 | 0.54 |
| Hex | C2 | 4F | 60 | 0 | 3B | 33 | 18 | 15F | 31 | 36 |
| Octal | 302 | 117 | 140 | 0 | 73 | 63 | 30 | 537 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1100000 | 0 | 111011 | 110011 | 11000 | 101011111 | 110001 | 110110 |
Color Harmonies of #C24F60
Complementary color
Monochromatic Colors of #C24F60
Black with #C24F60
Text Example
Text Example
White with #C24F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F60; }
p { color: rgb(194,79,96); }
H1.HeaderClassName
{
color: #C24F60;
}
.AnyTagClassName
{
color: #C24F60;
}
</style>
background-color css
<style>
a { background-color: #C24F60; }
a { background-color: rgb(194,79,96); }
div.DivClassName
{
background-color: #C24F60;
}
.BgClassName
{
background-color: #C24F60;
}
</style>
border-color css
<style>
span { border-color: #C24F60; }
span { border-color: rgb(194,79,96); }
td.TdClassName
{
border-color: #C24F60;
}
.TagClassName
{
border-color: #C24F60;
}
</style>