Shades of Mandy #C24F5A
Tints of Mandy #C24F5A
RGB
CMYK
RGB Variations
Color information
#C24F5A (or 0xC24F5A) is known color: Mandy. HEX triplet: C2, 4F and 5A. RGB value is (194,79,90). Sum of RGB (Red+Green+Blue) = 194+79+90=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F5A is #3DB0A5. Grayscale: #727272. Windows color (decimal): -4042918 or 5918658. OLE color: 5918658.
HSL color Cylindrical-coordinate representation of color #C24F5A: hue angle of 354.26º 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 #C24F5A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 90 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 354.26º | 0.49% | 0.54% | - |
| HSV(B) | 354.26º | 0.59% | 0.76% | - |
| XYZ | 26.89 | 17.8 | 11.69 | - |
| YUV | 114.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 90 | 0 | 0.59 | 0.54 | 0.24 | 354.26 | 0.49 | 0.54 |
| Hex | C2 | 4F | 5A | 0 | 3B | 36 | 18 | 162 | 31 | 36 |
| Octal | 302 | 117 | 132 | 0 | 73 | 66 | 30 | 542 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1011010 | 0 | 111011 | 110110 | 11000 | 101100010 | 110001 | 110110 |
Color Harmonies of #C24F5A
Complementary color
Monochromatic Colors of #C24F5A
Black with #C24F5A
Text Example
Text Example
White with #C24F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F5A; }
p { color: rgb(194,79,90); }
H1.HeaderClassName
{
color: #C24F5A;
}
.AnyTagClassName
{
color: #C24F5A;
}
</style>
background-color css
<style>
a { background-color: #C24F5A; }
a { background-color: rgb(194,79,90); }
div.DivClassName
{
background-color: #C24F5A;
}
.BgClassName
{
background-color: #C24F5A;
}
</style>
border-color css
<style>
span { border-color: #C24F5A; }
span { border-color: rgb(194,79,90); }
td.TdClassName
{
border-color: #C24F5A;
}
.TagClassName
{
border-color: #C24F5A;
}
</style>