Shades of Mandy #C24C5E
Tints of Mandy #C24C5E
RGB
CMYK
RGB Variations
Color information
#C24C5E (or 0xC24C5E) is known color: Mandy. HEX triplet: C2, 4C and 5E. RGB value is (194,76,94). Sum of RGB (Red+Green+Blue) = 194+76+94=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C5E is #3DB3A1. Grayscale: #717171. Windows color (decimal): -4043682 or 6180034. OLE color: 6180034.
HSL color Cylindrical-coordinate representation of color #C24C5E: hue angle of 350.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C5E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 94 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.24 |
| HSL | 350.85º | 0.49% | 0.53% | - |
| HSV(B) | 350.85º | 0.61% | 0.76% | - |
| XYZ | 26.85 | 17.45 | 12.54 | - |
| YUV | 113.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 94 | 0 | 0.61 | 0.52 | 0.24 | 350.85 | 0.49 | 0.53 |
| Hex | C2 | 4C | 5E | 0 | 3D | 34 | 18 | 15F | 31 | 35 |
| Octal | 302 | 114 | 136 | 0 | 75 | 64 | 30 | 537 | 61 | 65 |
| Binary | 11000010 | 1001100 | 1011110 | 0 | 111101 | 110100 | 11000 | 101011111 | 110001 | 110101 |
Color Harmonies of #C24C5E
Complementary color
Monochromatic Colors of #C24C5E
Black with #C24C5E
Text Example
Text Example
White with #C24C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C5E; }
p { color: rgb(194,76,94); }
H1.HeaderClassName
{
color: #C24C5E;
}
.AnyTagClassName
{
color: #C24C5E;
}
</style>
background-color css
<style>
a { background-color: #C24C5E; }
a { background-color: rgb(194,76,94); }
div.DivClassName
{
background-color: #C24C5E;
}
.BgClassName
{
background-color: #C24C5E;
}
</style>
border-color css
<style>
span { border-color: #C24C5E; }
span { border-color: rgb(194,76,94); }
td.TdClassName
{
border-color: #C24C5E;
}
.TagClassName
{
border-color: #C24C5E;
}
</style>