Shades of Mandy #C44F50
Tints of Mandy #C44F50
RGB
CMYK
RGB Variations
Color information
#C44F50 (or 0xC44F50) is known color: Mandy. HEX triplet: C4, 4F and 50. RGB value is (196,79,80). Sum of RGB (Red+Green+Blue) = 196+79+80=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F50 is #3BB0AF. Grayscale: #727272. Windows color (decimal): -3911856 or 5263300. OLE color: 5263300.
HSL color Cylindrical-coordinate representation of color #C44F50: hue angle of 359.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F50 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 80 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.23 |
| HSL | 359.49º | 0.5% | 0.54% | - |
| HSV(B) | 359.49º | 0.6% | 0.77% | - |
| XYZ | 27.01 | 17.91 | 9.62 | - |
| YUV | 114.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 80 | 0 | 0.60 | 0.59 | 0.23 | 359.49 | 0.5 | 0.54 |
| Hex | C4 | 4F | 50 | 0 | 3C | 3B | 17 | 167 | 32 | 36 |
| Octal | 304 | 117 | 120 | 0 | 74 | 73 | 27 | 547 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1010000 | 0 | 111100 | 111011 | 10111 | 101100111 | 110010 | 110110 |
Color Harmonies of #C44F50
Complementary color
Monochromatic Colors of #C44F50
Black with #C44F50
Text Example
Text Example
White with #C44F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F50; }
p { color: rgb(196,79,80); }
H1.HeaderClassName
{
color: #C44F50;
}
.AnyTagClassName
{
color: #C44F50;
}
</style>
background-color css
<style>
a { background-color: #C44F50; }
a { background-color: rgb(196,79,80); }
div.DivClassName
{
background-color: #C44F50;
}
.BgClassName
{
background-color: #C44F50;
}
</style>
border-color css
<style>
span { border-color: #C44F50; }
span { border-color: rgb(196,79,80); }
td.TdClassName
{
border-color: #C44F50;
}
.TagClassName
{
border-color: #C44F50;
}
</style>