Shades of Mandy #C24C5D
Tints of Mandy #C24C5D
RGB
CMYK
RGB Variations
Color information
#C24C5D (or 0xC24C5D) is known color: Mandy. HEX triplet: C2, 4C and 5D. RGB value is (194,76,93). Sum of RGB (Red+Green+Blue) = 194+76+93=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C5D is #3DB3A2. Grayscale: #717171. Windows color (decimal): -4043683 or 6114498. OLE color: 6114498.
HSL color Cylindrical-coordinate representation of color #C24C5D: hue angle of 351.36º 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 #C24C5D is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 93 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.24 |
| HSL | 351.36º | 0.49% | 0.53% | - |
| HSV(B) | 351.36º | 0.61% | 0.76% | - |
| XYZ | 26.81 | 17.43 | 12.31 | - |
| YUV | 113.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 93 | 0 | 0.61 | 0.52 | 0.24 | 351.36 | 0.49 | 0.53 |
| Hex | C2 | 4C | 5D | 0 | 3D | 34 | 18 | 15F | 31 | 35 |
| Octal | 302 | 114 | 135 | 0 | 75 | 64 | 30 | 537 | 61 | 65 |
| Binary | 11000010 | 1001100 | 1011101 | 0 | 111101 | 110100 | 11000 | 101011111 | 110001 | 110101 |
Color Harmonies of #C24C5D
Complementary color
Monochromatic Colors of #C24C5D
Black with #C24C5D
Text Example
Text Example
White with #C24C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C5D; }
p { color: rgb(194,76,93); }
H1.HeaderClassName
{
color: #C24C5D;
}
.AnyTagClassName
{
color: #C24C5D;
}
</style>
background-color css
<style>
a { background-color: #C24C5D; }
a { background-color: rgb(194,76,93); }
div.DivClassName
{
background-color: #C24C5D;
}
.BgClassName
{
background-color: #C24C5D;
}
</style>
border-color css
<style>
span { border-color: #C24C5D; }
span { border-color: rgb(194,76,93); }
td.TdClassName
{
border-color: #C24C5D;
}
.TagClassName
{
border-color: #C24C5D;
}
</style>