Shades of Mandy #C24450
Tints of Mandy #C24450
RGB
CMYK
RGB Variations
Color information
#C24450 (or 0xC24450) is known color: Mandy. HEX triplet: C2, 44 and 50. RGB value is (194,68,80). Sum of RGB (Red+Green+Blue) = 194+68+80=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24450 is #3DBBAF. Grayscale: #6B6B6B. Windows color (decimal): -4045744 or 5260482. OLE color: 5260482.
HSL color Cylindrical-coordinate representation of color #C24450: hue angle of 354.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24450 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 80 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.24 |
| HSL | 354.29º | 0.51% | 0.51% | - |
| HSV(B) | 354.29º | 0.65% | 0.76% | - |
| XYZ | 25.76 | 16.18 | 9.36 | - |
| YUV | 107.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 80 | 0 | 0.65 | 0.59 | 0.24 | 354.29 | 0.51 | 0.51 |
| Hex | C2 | 44 | 50 | 0 | 41 | 3B | 18 | 162 | 33 | 33 |
| Octal | 302 | 104 | 120 | 0 | 101 | 73 | 30 | 542 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1010000 | 0 | 1000001 | 111011 | 11000 | 101100010 | 110011 | 110011 |
Color Harmonies of #C24450
Complementary color
Monochromatic Colors of #C24450
Black with #C24450
Text Example
Text Example
White with #C24450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24450; }
p { color: rgb(194,68,80); }
H1.HeaderClassName
{
color: #C24450;
}
.AnyTagClassName
{
color: #C24450;
}
</style>
background-color css
<style>
a { background-color: #C24450; }
a { background-color: rgb(194,68,80); }
div.DivClassName
{
background-color: #C24450;
}
.BgClassName
{
background-color: #C24450;
}
</style>
border-color css
<style>
span { border-color: #C24450; }
span { border-color: rgb(194,68,80); }
td.TdClassName
{
border-color: #C24450;
}
.TagClassName
{
border-color: #C24450;
}
</style>