Shades of Mandy #C24E5B
Tints of Mandy #C24E5B
RGB
CMYK
RGB Variations
Color information
#C24E5B (or 0xC24E5B) is known color: Mandy. HEX triplet: C2, 4E and 5B. RGB value is (194,78,91). Sum of RGB (Red+Green+Blue) = 194+78+91=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E5B is #3DB1A4. Grayscale: #727272. Windows color (decimal): -4043173 or 5983938. OLE color: 5983938.
HSL color Cylindrical-coordinate representation of color #C24E5B: hue angle of 353.28º 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 #C24E5B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 91 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.24 |
| HSL | 353.28º | 0.49% | 0.53% | - |
| HSV(B) | 353.28º | 0.6% | 0.76% | - |
| XYZ | 26.86 | 17.67 | 11.89 | - |
| YUV | 114.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 91 | 0 | 0.60 | 0.53 | 0.24 | 353.28 | 0.49 | 0.53 |
| Hex | C2 | 4E | 5B | 0 | 3C | 35 | 18 | 161 | 31 | 35 |
| Octal | 302 | 116 | 133 | 0 | 74 | 65 | 30 | 541 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1011011 | 0 | 111100 | 110101 | 11000 | 101100001 | 110001 | 110101 |
Color Harmonies of #C24E5B
Complementary color
Monochromatic Colors of #C24E5B
Black with #C24E5B
Text Example
Text Example
White with #C24E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E5B; }
p { color: rgb(194,78,91); }
H1.HeaderClassName
{
color: #C24E5B;
}
.AnyTagClassName
{
color: #C24E5B;
}
</style>
background-color css
<style>
a { background-color: #C24E5B; }
a { background-color: rgb(194,78,91); }
div.DivClassName
{
background-color: #C24E5B;
}
.BgClassName
{
background-color: #C24E5B;
}
</style>
border-color css
<style>
span { border-color: #C24E5B; }
span { border-color: rgb(194,78,91); }
td.TdClassName
{
border-color: #C24E5B;
}
.TagClassName
{
border-color: #C24E5B;
}
</style>