Shades of Mandy #C24E55
Tints of Mandy #C24E55
RGB
CMYK
RGB Variations
Color information
#C24E55 (or 0xC24E55) is known color: Mandy. HEX triplet: C2, 4E and 55. RGB value is (194,78,85). Sum of RGB (Red+Green+Blue) = 194+78+85=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E55 is #3DB1AA. Grayscale: #717171. Windows color (decimal): -4043179 or 5590722. OLE color: 5590722.
HSL color Cylindrical-coordinate representation of color #C24E55: hue angle of 356.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E55 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 85 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.24 |
| HSL | 356.38º | 0.49% | 0.53% | - |
| HSV(B) | 356.38º | 0.6% | 0.76% | - |
| XYZ | 26.61 | 17.57 | 10.58 | - |
| YUV | 113.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 85 | 0 | 0.60 | 0.56 | 0.24 | 356.38 | 0.49 | 0.53 |
| Hex | C2 | 4E | 55 | 0 | 3C | 38 | 18 | 164 | 31 | 35 |
| Octal | 302 | 116 | 125 | 0 | 74 | 70 | 30 | 544 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1010101 | 0 | 111100 | 111000 | 11000 | 101100100 | 110001 | 110101 |
Color Harmonies of #C24E55
Complementary color
Monochromatic Colors of #C24E55
Black with #C24E55
Text Example
Text Example
White with #C24E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E55; }
p { color: rgb(194,78,85); }
H1.HeaderClassName
{
color: #C24E55;
}
.AnyTagClassName
{
color: #C24E55;
}
</style>
background-color css
<style>
a { background-color: #C24E55; }
a { background-color: rgb(194,78,85); }
div.DivClassName
{
background-color: #C24E55;
}
.BgClassName
{
background-color: #C24E55;
}
</style>
border-color css
<style>
span { border-color: #C24E55; }
span { border-color: rgb(194,78,85); }
td.TdClassName
{
border-color: #C24E55;
}
.TagClassName
{
border-color: #C24E55;
}
</style>