Shades of Mandy #C24A51
Tints of Mandy #C24A51
RGB
CMYK
RGB Variations
Color information
#C24A51 (or 0xC24A51) is known color: Mandy. HEX triplet: C2, 4A and 51. RGB value is (194,74,81). Sum of RGB (Red+Green+Blue) = 194+74+81=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A51 is #3DB5AE. Grayscale: #6E6E6E. Windows color (decimal): -4044207 or 5327554. OLE color: 5327554.
HSL color Cylindrical-coordinate representation of color #C24A51: hue angle of 356.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A51 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 81 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.24 |
| HSL | 356.5º | 0.5% | 0.53% | - |
| HSV(B) | 356.5º | 0.62% | 0.76% | - |
| XYZ | 26.18 | 16.96 | 9.68 | - |
| YUV | 110.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 81 | 0 | 0.62 | 0.58 | 0.24 | 356.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | 51 | 0 | 3E | 3A | 18 | 164 | 32 | 35 |
| Octal | 302 | 112 | 121 | 0 | 76 | 72 | 30 | 544 | 62 | 65 |
| Binary | 11000010 | 1001010 | 1010001 | 0 | 111110 | 111010 | 11000 | 101100100 | 110010 | 110101 |
Color Harmonies of #C24A51
Complementary color
Monochromatic Colors of #C24A51
Black with #C24A51
Text Example
Text Example
White with #C24A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A51; }
p { color: rgb(194,74,81); }
H1.HeaderClassName
{
color: #C24A51;
}
.AnyTagClassName
{
color: #C24A51;
}
</style>
background-color css
<style>
a { background-color: #C24A51; }
a { background-color: rgb(194,74,81); }
div.DivClassName
{
background-color: #C24A51;
}
.BgClassName
{
background-color: #C24A51;
}
</style>
border-color css
<style>
span { border-color: #C24A51; }
span { border-color: rgb(194,74,81); }
td.TdClassName
{
border-color: #C24A51;
}
.TagClassName
{
border-color: #C24A51;
}
</style>