Shades of Mandy #C14E5A
Tints of Mandy #C14E5A
RGB
CMYK
RGB Variations
Color information
#C14E5A (or 0xC14E5A) is known color: Mandy. HEX triplet: C1, 4E and 5A. RGB value is (193,78,90). Sum of RGB (Red+Green+Blue) = 193+78+90=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E5A is #3EB1A5. Grayscale: #717171. Windows color (decimal): -4108710 or 5918401. OLE color: 5918401.
HSL color Cylindrical-coordinate representation of color #C14E5A: hue angle of 353.74º 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 #C14E5A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 90 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.24 |
| HSL | 353.74º | 0.48% | 0.53% | - |
| HSV(B) | 353.74º | 0.6% | 0.76% | - |
| XYZ | 26.56 | 17.52 | 11.66 | - |
| YUV | 113.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 90 | 0 | 0.60 | 0.53 | 0.24 | 353.74 | 0.48 | 0.53 |
| Hex | C1 | 4E | 5A | 0 | 3C | 35 | 18 | 162 | 30 | 35 |
| Octal | 301 | 116 | 132 | 0 | 74 | 65 | 30 | 542 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1011010 | 0 | 111100 | 110101 | 11000 | 101100010 | 110000 | 110101 |
Color Harmonies of #C14E5A
Complementary color
Monochromatic Colors of #C14E5A
Black with #C14E5A
Text Example
Text Example
White with #C14E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E5A; }
p { color: rgb(193,78,90); }
H1.HeaderClassName
{
color: #C14E5A;
}
.AnyTagClassName
{
color: #C14E5A;
}
</style>
background-color css
<style>
a { background-color: #C14E5A; }
a { background-color: rgb(193,78,90); }
div.DivClassName
{
background-color: #C14E5A;
}
.BgClassName
{
background-color: #C14E5A;
}
</style>
border-color css
<style>
span { border-color: #C14E5A; }
span { border-color: rgb(193,78,90); }
td.TdClassName
{
border-color: #C14E5A;
}
.TagClassName
{
border-color: #C14E5A;
}
</style>