Shades of Mandy #C14E5C
Tints of Mandy #C14E5C
RGB
CMYK
RGB Variations
Color information
#C14E5C (or 0xC14E5C) is known color: Mandy. HEX triplet: C1, 4E and 5C. RGB value is (193,78,92). Sum of RGB (Red+Green+Blue) = 193+78+92=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E5C is #3EB1A3. Grayscale: #727272. Windows color (decimal): -4108708 or 6049473. OLE color: 6049473.
HSL color Cylindrical-coordinate representation of color #C14E5C: hue angle of 352.7º 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 #C14E5C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 92 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.24 |
| HSL | 352.7º | 0.48% | 0.53% | - |
| HSV(B) | 352.7º | 0.6% | 0.76% | - |
| XYZ | 26.65 | 17.56 | 12.11 | - |
| YUV | 113.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 92 | 0 | 0.60 | 0.52 | 0.24 | 352.7 | 0.48 | 0.53 |
| Hex | C1 | 4E | 5C | 0 | 3C | 34 | 18 | 161 | 30 | 35 |
| Octal | 301 | 116 | 134 | 0 | 74 | 64 | 30 | 541 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1011100 | 0 | 111100 | 110100 | 11000 | 101100001 | 110000 | 110101 |
Color Harmonies of #C14E5C
Complementary color
Monochromatic Colors of #C14E5C
Black with #C14E5C
Text Example
Text Example
White with #C14E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E5C; }
p { color: rgb(193,78,92); }
H1.HeaderClassName
{
color: #C14E5C;
}
.AnyTagClassName
{
color: #C14E5C;
}
</style>
background-color css
<style>
a { background-color: #C14E5C; }
a { background-color: rgb(193,78,92); }
div.DivClassName
{
background-color: #C14E5C;
}
.BgClassName
{
background-color: #C14E5C;
}
</style>
border-color css
<style>
span { border-color: #C14E5C; }
span { border-color: rgb(193,78,92); }
td.TdClassName
{
border-color: #C14E5C;
}
.TagClassName
{
border-color: #C14E5C;
}
</style>