Shades of Mandy #C44D5D
Tints of Mandy #C44D5D
RGB
CMYK
RGB Variations
Color information
#C44D5D (or 0xC44D5D) is known color: Mandy. HEX triplet: C4, 4D and 5D. RGB value is (196,77,93). Sum of RGB (Red+Green+Blue) = 196+77+93=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D5D is #3BB2A2. Grayscale: #727272. Windows color (decimal): -3912355 or 6114756. OLE color: 6114756.
HSL color Cylindrical-coordinate representation of color #C44D5D: hue angle of 351.93º 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 #C44D5D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 93 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.23 |
| HSL | 351.93º | 0.5% | 0.54% | - |
| HSV(B) | 351.93º | 0.61% | 0.77% | - |
| XYZ | 27.39 | 17.83 | 12.35 | - |
| YUV | 114.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 93 | 0 | 0.61 | 0.53 | 0.23 | 351.93 | 0.5 | 0.54 |
| Hex | C4 | 4D | 5D | 0 | 3D | 35 | 17 | 160 | 32 | 36 |
| Octal | 304 | 115 | 135 | 0 | 75 | 65 | 27 | 540 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1011101 | 0 | 111101 | 110101 | 10111 | 101100000 | 110010 | 110110 |
Color Harmonies of #C44D5D
Complementary color
Monochromatic Colors of #C44D5D
Black with #C44D5D
Text Example
Text Example
White with #C44D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D5D; }
p { color: rgb(196,77,93); }
H1.HeaderClassName
{
color: #C44D5D;
}
.AnyTagClassName
{
color: #C44D5D;
}
</style>
background-color css
<style>
a { background-color: #C44D5D; }
a { background-color: rgb(196,77,93); }
div.DivClassName
{
background-color: #C44D5D;
}
.BgClassName
{
background-color: #C44D5D;
}
</style>
border-color css
<style>
span { border-color: #C44D5D; }
span { border-color: rgb(196,77,93); }
td.TdClassName
{
border-color: #C44D5D;
}
.TagClassName
{
border-color: #C44D5D;
}
</style>