Shades of Mandy #C44F55
Tints of Mandy #C44F55
RGB
CMYK
RGB Variations
Color information
#C44F55 (or 0xC44F55) is known color: Mandy. HEX triplet: C4, 4F and 55. RGB value is (196,79,85). Sum of RGB (Red+Green+Blue) = 196+79+85=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F55 is #3BB0AA. Grayscale: #727272. Windows color (decimal): -3911851 or 5590980. OLE color: 5590980.
HSL color Cylindrical-coordinate representation of color #C44F55: hue angle of 356.92º 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 #C44F55 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 85 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.23 |
| HSL | 356.92º | 0.5% | 0.54% | - |
| HSV(B) | 356.92º | 0.6% | 0.77% | - |
| XYZ | 27.2 | 17.98 | 10.63 | - |
| YUV | 114.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 85 | 0 | 0.60 | 0.57 | 0.23 | 356.92 | 0.5 | 0.54 |
| Hex | C4 | 4F | 55 | 0 | 3C | 39 | 17 | 165 | 32 | 36 |
| Octal | 304 | 117 | 125 | 0 | 74 | 71 | 27 | 545 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1010101 | 0 | 111100 | 111001 | 10111 | 101100101 | 110010 | 110110 |
Color Harmonies of #C44F55
Complementary color
Monochromatic Colors of #C44F55
Black with #C44F55
Text Example
Text Example
White with #C44F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F55; }
p { color: rgb(196,79,85); }
H1.HeaderClassName
{
color: #C44F55;
}
.AnyTagClassName
{
color: #C44F55;
}
</style>
background-color css
<style>
a { background-color: #C44F55; }
a { background-color: rgb(196,79,85); }
div.DivClassName
{
background-color: #C44F55;
}
.BgClassName
{
background-color: #C44F55;
}
</style>
border-color css
<style>
span { border-color: #C44F55; }
span { border-color: rgb(196,79,85); }
td.TdClassName
{
border-color: #C44F55;
}
.TagClassName
{
border-color: #C44F55;
}
</style>