Shades of Mandy #C14D5D
Tints of Mandy #C14D5D
RGB
CMYK
RGB Variations
Color information
#C14D5D (or 0xC14D5D) is known color: Mandy. HEX triplet: C1, 4D and 5D. RGB value is (193,77,93). Sum of RGB (Red+Green+Blue) = 193+77+93=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D5D is #3EB2A2. Grayscale: #717171. Windows color (decimal): -4108963 or 6114753. OLE color: 6114753.
HSL color Cylindrical-coordinate representation of color #C14D5D: hue angle of 351.72º 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 #C14D5D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 93 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.24 |
| HSL | 351.72º | 0.48% | 0.53% | - |
| HSV(B) | 351.72º | 0.6% | 0.76% | - |
| XYZ | 26.62 | 17.44 | 12.32 | - |
| YUV | 113.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 93 | 0 | 0.60 | 0.52 | 0.24 | 351.72 | 0.48 | 0.53 |
| Hex | C1 | 4D | 5D | 0 | 3C | 34 | 18 | 160 | 30 | 35 |
| Octal | 301 | 115 | 135 | 0 | 74 | 64 | 30 | 540 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1011101 | 0 | 111100 | 110100 | 11000 | 101100000 | 110000 | 110101 |
Color Harmonies of #C14D5D
Complementary color
Monochromatic Colors of #C14D5D
Black with #C14D5D
Text Example
Text Example
White with #C14D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D5D; }
p { color: rgb(193,77,93); }
H1.HeaderClassName
{
color: #C14D5D;
}
.AnyTagClassName
{
color: #C14D5D;
}
</style>
background-color css
<style>
a { background-color: #C14D5D; }
a { background-color: rgb(193,77,93); }
div.DivClassName
{
background-color: #C14D5D;
}
.BgClassName
{
background-color: #C14D5D;
}
</style>
border-color css
<style>
span { border-color: #C14D5D; }
span { border-color: rgb(193,77,93); }
td.TdClassName
{
border-color: #C14D5D;
}
.TagClassName
{
border-color: #C14D5D;
}
</style>