Shades of Mandy #C24953
Tints of Mandy #C24953
RGB
CMYK
RGB Variations
Color information
#C24953 (or 0xC24953) is known color: Mandy. HEX triplet: C2, 49 and 53. RGB value is (194,73,83). Sum of RGB (Red+Green+Blue) = 194+73+83=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C24953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24953 is #3DB6AC. Grayscale: #6E6E6E. Windows color (decimal): -4044461 or 5458370. OLE color: 5458370.
HSL color Cylindrical-coordinate representation of color #C24953: hue angle of 355.04º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24953 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 83 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.24 |
| HSL | 355.04º | 0.5% | 0.52% | - |
| HSV(B) | 355.04º | 0.62% | 0.76% | - |
| XYZ | 26.19 | 16.86 | 10.06 | - |
| YUV | 110.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 83 | 0 | 0.62 | 0.57 | 0.24 | 355.04 | 0.5 | 0.52 |
| Hex | C2 | 49 | 53 | 0 | 3E | 39 | 18 | 163 | 32 | 34 |
| Octal | 302 | 111 | 123 | 0 | 76 | 71 | 30 | 543 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1010011 | 0 | 111110 | 111001 | 11000 | 101100011 | 110010 | 110100 |
Color Harmonies of #C24953
Complementary color
Monochromatic Colors of #C24953
Black with #C24953
Text Example
Text Example
White with #C24953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24953; }
p { color: rgb(194,73,83); }
H1.HeaderClassName
{
color: #C24953;
}
.AnyTagClassName
{
color: #C24953;
}
</style>
background-color css
<style>
a { background-color: #C24953; }
a { background-color: rgb(194,73,83); }
div.DivClassName
{
background-color: #C24953;
}
.BgClassName
{
background-color: #C24953;
}
</style>
border-color css
<style>
span { border-color: #C24953; }
span { border-color: rgb(194,73,83); }
td.TdClassName
{
border-color: #C24953;
}
.TagClassName
{
border-color: #C24953;
}
</style>