Shades of Mandy #C24F51
Tints of Mandy #C24F51
RGB
CMYK
RGB Variations
Color information
#C24F51 (or 0xC24F51) is known color: Mandy. HEX triplet: C2, 4F and 51. RGB value is (194,79,81). Sum of RGB (Red+Green+Blue) = 194+79+81=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F51 is #3DB0AE. Grayscale: #717171. Windows color (decimal): -4042927 or 5328834. OLE color: 5328834.
HSL color Cylindrical-coordinate representation of color #C24F51: hue angle of 358.96º 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 #C24F51 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 81 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.24 |
| HSL | 358.96º | 0.49% | 0.54% | - |
| HSV(B) | 358.96º | 0.59% | 0.76% | - |
| XYZ | 26.53 | 17.66 | 9.79 | - |
| YUV | 113.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 81 | 0 | 0.59 | 0.58 | 0.24 | 358.96 | 0.49 | 0.54 |
| Hex | C2 | 4F | 51 | 0 | 3B | 3A | 18 | 167 | 31 | 36 |
| Octal | 302 | 117 | 121 | 0 | 73 | 72 | 30 | 547 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1010001 | 0 | 111011 | 111010 | 11000 | 101100111 | 110001 | 110110 |
Color Harmonies of #C24F51
Complementary color
Monochromatic Colors of #C24F51
Black with #C24F51
Text Example
Text Example
White with #C24F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F51; }
p { color: rgb(194,79,81); }
H1.HeaderClassName
{
color: #C24F51;
}
.AnyTagClassName
{
color: #C24F51;
}
</style>
background-color css
<style>
a { background-color: #C24F51; }
a { background-color: rgb(194,79,81); }
div.DivClassName
{
background-color: #C24F51;
}
.BgClassName
{
background-color: #C24F51;
}
</style>
border-color css
<style>
span { border-color: #C24F51; }
span { border-color: rgb(194,79,81); }
td.TdClassName
{
border-color: #C24F51;
}
.TagClassName
{
border-color: #C24F51;
}
</style>