Shades of Mandy #C24F5B
Tints of Mandy #C24F5B
RGB
CMYK
RGB Variations
Color information
#C24F5B (or 0xC24F5B) is known color: Mandy. HEX triplet: C2, 4F and 5B. RGB value is (194,79,91). Sum of RGB (Red+Green+Blue) = 194+79+91=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F5B is #3DB0A4. Grayscale: #727272. Windows color (decimal): -4042917 or 5984194. OLE color: 5984194.
HSL color Cylindrical-coordinate representation of color #C24F5B: hue angle of 353.74º 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 #C24F5B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 91 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.24 |
| HSL | 353.74º | 0.49% | 0.54% | - |
| HSV(B) | 353.74º | 0.59% | 0.76% | - |
| XYZ | 26.93 | 17.82 | 11.92 | - |
| YUV | 114.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 91 | 0 | 0.59 | 0.53 | 0.24 | 353.74 | 0.49 | 0.54 |
| Hex | C2 | 4F | 5B | 0 | 3B | 35 | 18 | 162 | 31 | 36 |
| Octal | 302 | 117 | 133 | 0 | 73 | 65 | 30 | 542 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1011011 | 0 | 111011 | 110101 | 11000 | 101100010 | 110001 | 110110 |
Color Harmonies of #C24F5B
Complementary color
Monochromatic Colors of #C24F5B
Black with #C24F5B
Text Example
Text Example
White with #C24F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F5B; }
p { color: rgb(194,79,91); }
H1.HeaderClassName
{
color: #C24F5B;
}
.AnyTagClassName
{
color: #C24F5B;
}
</style>
background-color css
<style>
a { background-color: #C24F5B; }
a { background-color: rgb(194,79,91); }
div.DivClassName
{
background-color: #C24F5B;
}
.BgClassName
{
background-color: #C24F5B;
}
</style>
border-color css
<style>
span { border-color: #C24F5B; }
span { border-color: rgb(194,79,91); }
td.TdClassName
{
border-color: #C24F5B;
}
.TagClassName
{
border-color: #C24F5B;
}
</style>