Shades of Mandy #C24F61
Tints of Mandy #C24F61
RGB
CMYK
RGB Variations
Color information
#C24F61 (or 0xC24F61) is known color: Mandy. HEX triplet: C2, 4F and 61. RGB value is (194,79,97). Sum of RGB (Red+Green+Blue) = 194+79+97=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F61 is #3DB09E. Grayscale: #737373. Windows color (decimal): -4042911 or 6377410. OLE color: 6377410.
HSL color Cylindrical-coordinate representation of color #C24F61: hue angle of 350.61º 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 #C24F61 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 97 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.24 |
| HSL | 350.61º | 0.49% | 0.54% | - |
| HSV(B) | 350.61º | 0.59% | 0.76% | - |
| XYZ | 27.2 | 17.92 | 13.34 | - |
| YUV | 115.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 97 | 0 | 0.59 | 0.50 | 0.24 | 350.61 | 0.49 | 0.54 |
| Hex | C2 | 4F | 61 | 0 | 3B | 32 | 18 | 15F | 31 | 36 |
| Octal | 302 | 117 | 141 | 0 | 73 | 62 | 30 | 537 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1100001 | 0 | 111011 | 110010 | 11000 | 101011111 | 110001 | 110110 |
Color Harmonies of #C24F61
Complementary color
Monochromatic Colors of #C24F61
Black with #C24F61
Text Example
Text Example
White with #C24F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F61; }
p { color: rgb(194,79,97); }
H1.HeaderClassName
{
color: #C24F61;
}
.AnyTagClassName
{
color: #C24F61;
}
</style>
background-color css
<style>
a { background-color: #C24F61; }
a { background-color: rgb(194,79,97); }
div.DivClassName
{
background-color: #C24F61;
}
.BgClassName
{
background-color: #C24F61;
}
</style>
border-color css
<style>
span { border-color: #C24F61; }
span { border-color: rgb(194,79,97); }
td.TdClassName
{
border-color: #C24F61;
}
.TagClassName
{
border-color: #C24F61;
}
</style>