Shades of Mandy #C24C54
Tints of Mandy #C24C54
RGB
CMYK
RGB Variations
Color information
#C24C54 (or 0xC24C54) is known color: Mandy. HEX triplet: C2, 4C and 54. RGB value is (194,76,84). Sum of RGB (Red+Green+Blue) = 194+76+84=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C54 is #3DB3AB. Grayscale: #707070. Windows color (decimal): -4043692 or 5524674. OLE color: 5524674.
HSL color Cylindrical-coordinate representation of color #C24C54: hue angle of 355.93º 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 #C24C54 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 84 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.24 |
| HSL | 355.93º | 0.49% | 0.53% | - |
| HSV(B) | 355.93º | 0.61% | 0.76% | - |
| XYZ | 26.43 | 17.28 | 10.33 | - |
| YUV | 112.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 84 | 0 | 0.61 | 0.57 | 0.24 | 355.93 | 0.49 | 0.53 |
| Hex | C2 | 4C | 54 | 0 | 3D | 39 | 18 | 164 | 31 | 35 |
| Octal | 302 | 114 | 124 | 0 | 75 | 71 | 30 | 544 | 61 | 65 |
| Binary | 11000010 | 1001100 | 1010100 | 0 | 111101 | 111001 | 11000 | 101100100 | 110001 | 110101 |
Color Harmonies of #C24C54
Complementary color
Monochromatic Colors of #C24C54
Black with #C24C54
Text Example
Text Example
White with #C24C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C54; }
p { color: rgb(194,76,84); }
H1.HeaderClassName
{
color: #C24C54;
}
.AnyTagClassName
{
color: #C24C54;
}
</style>
background-color css
<style>
a { background-color: #C24C54; }
a { background-color: rgb(194,76,84); }
div.DivClassName
{
background-color: #C24C54;
}
.BgClassName
{
background-color: #C24C54;
}
</style>
border-color css
<style>
span { border-color: #C24C54; }
span { border-color: rgb(194,76,84); }
td.TdClassName
{
border-color: #C24C54;
}
.TagClassName
{
border-color: #C24C54;
}
</style>