Shades of Mandy #C14D58
Tints of Mandy #C14D58
RGB
CMYK
RGB Variations
Color information
#C14D58 (or 0xC14D58) is known color: Mandy. HEX triplet: C1, 4D and 58. RGB value is (193,77,88). Sum of RGB (Red+Green+Blue) = 193+77+88=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D58 is #3EB2A7. Grayscale: #717171. Windows color (decimal): -4108968 or 5787073. OLE color: 5787073.
HSL color Cylindrical-coordinate representation of color #C14D58: hue angle of 354.31º 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 #C14D58 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 88 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.24 |
| HSL | 354.31º | 0.48% | 0.53% | - |
| HSV(B) | 354.31º | 0.6% | 0.76% | - |
| XYZ | 26.41 | 17.35 | 11.19 | - |
| YUV | 112.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 88 | 0 | 0.60 | 0.54 | 0.24 | 354.31 | 0.48 | 0.53 |
| Hex | C1 | 4D | 58 | 0 | 3C | 36 | 18 | 162 | 30 | 35 |
| Octal | 301 | 115 | 130 | 0 | 74 | 66 | 30 | 542 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1011000 | 0 | 111100 | 110110 | 11000 | 101100010 | 110000 | 110101 |
Color Harmonies of #C14D58
Complementary color
Monochromatic Colors of #C14D58
Black with #C14D58
Text Example
Text Example
White with #C14D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D58; }
p { color: rgb(193,77,88); }
H1.HeaderClassName
{
color: #C14D58;
}
.AnyTagClassName
{
color: #C14D58;
}
</style>
background-color css
<style>
a { background-color: #C14D58; }
a { background-color: rgb(193,77,88); }
div.DivClassName
{
background-color: #C14D58;
}
.BgClassName
{
background-color: #C14D58;
}
</style>
border-color css
<style>
span { border-color: #C14D58; }
span { border-color: rgb(193,77,88); }
td.TdClassName
{
border-color: #C14D58;
}
.TagClassName
{
border-color: #C14D58;
}
</style>