Shades of Mandy #C24958
Tints of Mandy #C24958
RGB
CMYK
RGB Variations
Color information
#C24958 (or 0xC24958) is known color: Mandy. HEX triplet: C2, 49 and 58. RGB value is (194,73,88). Sum of RGB (Red+Green+Blue) = 194+73+88=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C24958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24958 is #3DB6A7. Grayscale: #6E6E6E. Windows color (decimal): -4044456 or 5786050. OLE color: 5786050.
HSL color Cylindrical-coordinate representation of color #C24958: hue angle of 352.56º 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 #C24958 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 88 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.24 |
| HSL | 352.56º | 0.5% | 0.52% | - |
| HSV(B) | 352.56º | 0.62% | 0.76% | - |
| XYZ | 26.39 | 16.94 | 11.11 | - |
| YUV | 110.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 88 | 0 | 0.62 | 0.55 | 0.24 | 352.56 | 0.5 | 0.52 |
| Hex | C2 | 49 | 58 | 0 | 3E | 37 | 18 | 161 | 32 | 34 |
| Octal | 302 | 111 | 130 | 0 | 76 | 67 | 30 | 541 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1011000 | 0 | 111110 | 110111 | 11000 | 101100001 | 110010 | 110100 |
Color Harmonies of #C24958
Complementary color
Monochromatic Colors of #C24958
Black with #C24958
Text Example
Text Example
White with #C24958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24958; }
p { color: rgb(194,73,88); }
H1.HeaderClassName
{
color: #C24958;
}
.AnyTagClassName
{
color: #C24958;
}
</style>
background-color css
<style>
a { background-color: #C24958; }
a { background-color: rgb(194,73,88); }
div.DivClassName
{
background-color: #C24958;
}
.BgClassName
{
background-color: #C24958;
}
</style>
border-color css
<style>
span { border-color: #C24958; }
span { border-color: rgb(194,73,88); }
td.TdClassName
{
border-color: #C24958;
}
.TagClassName
{
border-color: #C24958;
}
</style>