Shades of Mandy #C44D5E
Tints of Mandy #C44D5E
RGB
CMYK
RGB Variations
Color information
#C44D5E (or 0xC44D5E) is known color: Mandy. HEX triplet: C4, 4D and 5E. RGB value is (196,77,94). Sum of RGB (Red+Green+Blue) = 196+77+94=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D5E is #3BB2A1. Grayscale: #727272. Windows color (decimal): -3912354 or 6180292. OLE color: 6180292.
HSL color Cylindrical-coordinate representation of color #C44D5E: hue angle of 351.43º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D5E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 94 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.23 |
| HSL | 351.43º | 0.5% | 0.54% | - |
| HSV(B) | 351.43º | 0.61% | 0.77% | - |
| XYZ | 27.44 | 17.85 | 12.59 | - |
| YUV | 114.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 94 | 0 | 0.61 | 0.52 | 0.23 | 351.43 | 0.5 | 0.54 |
| Hex | C4 | 4D | 5E | 0 | 3D | 34 | 17 | 15F | 32 | 36 |
| Octal | 304 | 115 | 136 | 0 | 75 | 64 | 27 | 537 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1011110 | 0 | 111101 | 110100 | 10111 | 101011111 | 110010 | 110110 |
Color Harmonies of #C44D5E
Complementary color
Monochromatic Colors of #C44D5E
Black with #C44D5E
Text Example
Text Example
White with #C44D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D5E; }
p { color: rgb(196,77,94); }
H1.HeaderClassName
{
color: #C44D5E;
}
.AnyTagClassName
{
color: #C44D5E;
}
</style>
background-color css
<style>
a { background-color: #C44D5E; }
a { background-color: rgb(196,77,94); }
div.DivClassName
{
background-color: #C44D5E;
}
.BgClassName
{
background-color: #C44D5E;
}
</style>
border-color css
<style>
span { border-color: #C44D5E; }
span { border-color: rgb(196,77,94); }
td.TdClassName
{
border-color: #C44D5E;
}
.TagClassName
{
border-color: #C44D5E;
}
</style>