Shades of Mandy #C24F58
Tints of Mandy #C24F58
RGB
CMYK
RGB Variations
Color information
#C24F58 (or 0xC24F58) is known color: Mandy. HEX triplet: C2, 4F and 58. RGB value is (194,79,88). Sum of RGB (Red+Green+Blue) = 194+79+88=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F58 is #3DB0A7. Grayscale: #727272. Windows color (decimal): -4042920 or 5787586. OLE color: 5787586.
HSL color Cylindrical-coordinate representation of color #C24F58: hue angle of 355.3º 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 #C24F58 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 88 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.24 |
| HSL | 355.3º | 0.49% | 0.54% | - |
| HSV(B) | 355.3º | 0.59% | 0.76% | - |
| XYZ | 26.81 | 17.77 | 11.25 | - |
| YUV | 114.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 88 | 0 | 0.59 | 0.55 | 0.24 | 355.3 | 0.49 | 0.54 |
| Hex | C2 | 4F | 58 | 0 | 3B | 37 | 18 | 163 | 31 | 36 |
| Octal | 302 | 117 | 130 | 0 | 73 | 67 | 30 | 543 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1011000 | 0 | 111011 | 110111 | 11000 | 101100011 | 110001 | 110110 |
Color Harmonies of #C24F58
Complementary color
Monochromatic Colors of #C24F58
Black with #C24F58
Text Example
Text Example
White with #C24F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F58; }
p { color: rgb(194,79,88); }
H1.HeaderClassName
{
color: #C24F58;
}
.AnyTagClassName
{
color: #C24F58;
}
</style>
background-color css
<style>
a { background-color: #C24F58; }
a { background-color: rgb(194,79,88); }
div.DivClassName
{
background-color: #C24F58;
}
.BgClassName
{
background-color: #C24F58;
}
</style>
border-color css
<style>
span { border-color: #C24F58; }
span { border-color: rgb(194,79,88); }
td.TdClassName
{
border-color: #C24F58;
}
.TagClassName
{
border-color: #C24F58;
}
</style>