Shades of Mandy #C14E5D
Tints of Mandy #C14E5D
RGB
CMYK
RGB Variations
Color information
#C14E5D (or 0xC14E5D) is known color: Mandy. HEX triplet: C1, 4E and 5D. RGB value is (193,78,93). Sum of RGB (Red+Green+Blue) = 193+78+93=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E5D is #3EB1A2. Grayscale: #727272. Windows color (decimal): -4108707 or 6115009. OLE color: 6115009.
HSL color Cylindrical-coordinate representation of color #C14E5D: hue angle of 352.17º 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 #C14E5D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 93 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.24 |
| HSL | 352.17º | 0.48% | 0.53% | - |
| HSV(B) | 352.17º | 0.6% | 0.76% | - |
| XYZ | 26.69 | 17.58 | 12.34 | - |
| YUV | 114.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 93 | 0 | 0.60 | 0.52 | 0.24 | 352.17 | 0.48 | 0.53 |
| Hex | C1 | 4E | 5D | 0 | 3C | 34 | 18 | 160 | 30 | 35 |
| Octal | 301 | 116 | 135 | 0 | 74 | 64 | 30 | 540 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1011101 | 0 | 111100 | 110100 | 11000 | 101100000 | 110000 | 110101 |
Color Harmonies of #C14E5D
Complementary color
Monochromatic Colors of #C14E5D
Black with #C14E5D
Text Example
Text Example
White with #C14E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E5D; }
p { color: rgb(193,78,93); }
H1.HeaderClassName
{
color: #C14E5D;
}
.AnyTagClassName
{
color: #C14E5D;
}
</style>
background-color css
<style>
a { background-color: #C14E5D; }
a { background-color: rgb(193,78,93); }
div.DivClassName
{
background-color: #C14E5D;
}
.BgClassName
{
background-color: #C14E5D;
}
</style>
border-color css
<style>
span { border-color: #C14E5D; }
span { border-color: rgb(193,78,93); }
td.TdClassName
{
border-color: #C14E5D;
}
.TagClassName
{
border-color: #C14E5D;
}
</style>