Shades of Mandy #C24D5D
Tints of Mandy #C24D5D
RGB
CMYK
RGB Variations
Color information
#C24D5D (or 0xC24D5D) is known color: Mandy. HEX triplet: C2, 4D and 5D. RGB value is (194,77,93). Sum of RGB (Red+Green+Blue) = 194+77+93=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D5D is #3DB2A2. Grayscale: #717171. Windows color (decimal): -4043427 or 6114754. OLE color: 6114754.
HSL color Cylindrical-coordinate representation of color #C24D5D: hue angle of 351.79º 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 #C24D5D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 93 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.24 |
| HSL | 351.79º | 0.49% | 0.53% | - |
| HSV(B) | 351.79º | 0.6% | 0.76% | - |
| XYZ | 26.88 | 17.57 | 12.33 | - |
| YUV | 113.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 93 | 0 | 0.60 | 0.52 | 0.24 | 351.79 | 0.49 | 0.53 |
| Hex | C2 | 4D | 5D | 0 | 3C | 34 | 18 | 160 | 31 | 35 |
| Octal | 302 | 115 | 135 | 0 | 74 | 64 | 30 | 540 | 61 | 65 |
| Binary | 11000010 | 1001101 | 1011101 | 0 | 111100 | 110100 | 11000 | 101100000 | 110001 | 110101 |
Color Harmonies of #C24D5D
Complementary color
Monochromatic Colors of #C24D5D
Black with #C24D5D
Text Example
Text Example
White with #C24D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D5D; }
p { color: rgb(194,77,93); }
H1.HeaderClassName
{
color: #C24D5D;
}
.AnyTagClassName
{
color: #C24D5D;
}
</style>
background-color css
<style>
a { background-color: #C24D5D; }
a { background-color: rgb(194,77,93); }
div.DivClassName
{
background-color: #C24D5D;
}
.BgClassName
{
background-color: #C24D5D;
}
</style>
border-color css
<style>
span { border-color: #C24D5D; }
span { border-color: rgb(194,77,93); }
td.TdClassName
{
border-color: #C24D5D;
}
.TagClassName
{
border-color: #C24D5D;
}
</style>