Shades of Mandy #C14D5A
Tints of Mandy #C14D5A
RGB
CMYK
RGB Variations
Color information
#C14D5A (or 0xC14D5A) is known color: Mandy. HEX triplet: C1, 4D and 5A. RGB value is (193,77,90). Sum of RGB (Red+Green+Blue) = 193+77+90=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D5A is #3EB2A5. Grayscale: #717171. Windows color (decimal): -4108966 or 5918145. OLE color: 5918145.
HSL color Cylindrical-coordinate representation of color #C14D5A: hue angle of 353.28º 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 #C14D5A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 90 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.24 |
| HSL | 353.28º | 0.48% | 0.53% | - |
| HSV(B) | 353.28º | 0.6% | 0.76% | - |
| XYZ | 26.49 | 17.38 | 11.63 | - |
| YUV | 113.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 90 | 0 | 0.60 | 0.53 | 0.24 | 353.28 | 0.48 | 0.53 |
| Hex | C1 | 4D | 5A | 0 | 3C | 35 | 18 | 161 | 30 | 35 |
| Octal | 301 | 115 | 132 | 0 | 74 | 65 | 30 | 541 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1011010 | 0 | 111100 | 110101 | 11000 | 101100001 | 110000 | 110101 |
Color Harmonies of #C14D5A
Complementary color
Monochromatic Colors of #C14D5A
Black with #C14D5A
Text Example
Text Example
White with #C14D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D5A; }
p { color: rgb(193,77,90); }
H1.HeaderClassName
{
color: #C14D5A;
}
.AnyTagClassName
{
color: #C14D5A;
}
</style>
background-color css
<style>
a { background-color: #C14D5A; }
a { background-color: rgb(193,77,90); }
div.DivClassName
{
background-color: #C14D5A;
}
.BgClassName
{
background-color: #C14D5A;
}
</style>
border-color css
<style>
span { border-color: #C14D5A; }
span { border-color: rgb(193,77,90); }
td.TdClassName
{
border-color: #C14D5A;
}
.TagClassName
{
border-color: #C14D5A;
}
</style>