Shades of Mandy #C24959
Tints of Mandy #C24959
RGB
CMYK
RGB Variations
Color information
#C24959 (or 0xC24959) is known color: Mandy. HEX triplet: C2, 49 and 59. RGB value is (194,73,89). Sum of RGB (Red+Green+Blue) = 194+73+89=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C24959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24959 is #3DB6A6. Grayscale: #6F6F6F. Windows color (decimal): -4044455 or 5851586. OLE color: 5851586.
HSL color Cylindrical-coordinate representation of color #C24959: hue angle of 352.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24959 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 89 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.24 |
| HSL | 352.07º | 0.5% | 0.52% | - |
| HSV(B) | 352.07º | 0.62% | 0.76% | - |
| XYZ | 26.43 | 16.96 | 11.33 | - |
| YUV | 111 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 89 | 0 | 0.62 | 0.54 | 0.24 | 352.07 | 0.5 | 0.52 |
| Hex | C2 | 49 | 59 | 0 | 3E | 36 | 18 | 160 | 32 | 34 |
| Octal | 302 | 111 | 131 | 0 | 76 | 66 | 30 | 540 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1011001 | 0 | 111110 | 110110 | 11000 | 101100000 | 110010 | 110100 |
Color Harmonies of #C24959
Complementary color
Monochromatic Colors of #C24959
Black with #C24959
Text Example
Text Example
White with #C24959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24959; }
p { color: rgb(194,73,89); }
H1.HeaderClassName
{
color: #C24959;
}
.AnyTagClassName
{
color: #C24959;
}
</style>
background-color css
<style>
a { background-color: #C24959; }
a { background-color: rgb(194,73,89); }
div.DivClassName
{
background-color: #C24959;
}
.BgClassName
{
background-color: #C24959;
}
</style>
border-color css
<style>
span { border-color: #C24959; }
span { border-color: rgb(194,73,89); }
td.TdClassName
{
border-color: #C24959;
}
.TagClassName
{
border-color: #C24959;
}
</style>