Shades of Mandy #C14D5E
Tints of Mandy #C14D5E
RGB
CMYK
RGB Variations
Color information
#C14D5E (or 0xC14D5E) is known color: Mandy. HEX triplet: C1, 4D and 5E. RGB value is (193,77,94). Sum of RGB (Red+Green+Blue) = 193+77+94=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D5E is #3EB2A1. Grayscale: #717171. Windows color (decimal): -4108962 or 6180289. OLE color: 6180289.
HSL color Cylindrical-coordinate representation of color #C14D5E: hue angle of 351.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D5E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 94 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.24 |
| HSL | 351.21º | 0.48% | 0.53% | - |
| HSV(B) | 351.21º | 0.6% | 0.76% | - |
| XYZ | 26.67 | 17.45 | 12.55 | - |
| YUV | 113.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 94 | 0 | 0.60 | 0.51 | 0.24 | 351.21 | 0.48 | 0.53 |
| Hex | C1 | 4D | 5E | 0 | 3C | 33 | 18 | 15F | 30 | 35 |
| Octal | 301 | 115 | 136 | 0 | 74 | 63 | 30 | 537 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1011110 | 0 | 111100 | 110011 | 11000 | 101011111 | 110000 | 110101 |
Color Harmonies of #C14D5E
Complementary color
Monochromatic Colors of #C14D5E
Black with #C14D5E
Text Example
Text Example
White with #C14D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D5E; }
p { color: rgb(193,77,94); }
H1.HeaderClassName
{
color: #C14D5E;
}
.AnyTagClassName
{
color: #C14D5E;
}
</style>
background-color css
<style>
a { background-color: #C14D5E; }
a { background-color: rgb(193,77,94); }
div.DivClassName
{
background-color: #C14D5E;
}
.BgClassName
{
background-color: #C14D5E;
}
</style>
border-color css
<style>
span { border-color: #C14D5E; }
span { border-color: rgb(193,77,94); }
td.TdClassName
{
border-color: #C14D5E;
}
.TagClassName
{
border-color: #C14D5E;
}
</style>