Shades of Mandy #C14C5E
Tints of Mandy #C14C5E
RGB
CMYK
RGB Variations
Color information
#C14C5E (or 0xC14C5E) is known color: Mandy. HEX triplet: C1, 4C and 5E. RGB value is (193,76,94). Sum of RGB (Red+Green+Blue) = 193+76+94=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C5E is #3EB3A1. Grayscale: #717171. Windows color (decimal): -4109218 or 6180033. OLE color: 6180033.
HSL color Cylindrical-coordinate representation of color #C14C5E: hue angle of 350.77º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C5E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 94 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.24 |
| HSL | 350.77º | 0.49% | 0.53% | - |
| HSV(B) | 350.77º | 0.61% | 0.76% | - |
| XYZ | 26.6 | 17.31 | 12.53 | - |
| YUV | 113.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 94 | 0 | 0.61 | 0.51 | 0.24 | 350.77 | 0.49 | 0.53 |
| Hex | C1 | 4C | 5E | 0 | 3D | 33 | 18 | 15F | 31 | 35 |
| Octal | 301 | 114 | 136 | 0 | 75 | 63 | 30 | 537 | 61 | 65 |
| Binary | 11000001 | 1001100 | 1011110 | 0 | 111101 | 110011 | 11000 | 101011111 | 110001 | 110101 |
Color Harmonies of #C14C5E
Complementary color
Monochromatic Colors of #C14C5E
Black with #C14C5E
Text Example
Text Example
White with #C14C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C5E; }
p { color: rgb(193,76,94); }
H1.HeaderClassName
{
color: #C14C5E;
}
.AnyTagClassName
{
color: #C14C5E;
}
</style>
background-color css
<style>
a { background-color: #C14C5E; }
a { background-color: rgb(193,76,94); }
div.DivClassName
{
background-color: #C14C5E;
}
.BgClassName
{
background-color: #C14C5E;
}
</style>
border-color css
<style>
span { border-color: #C14C5E; }
span { border-color: rgb(193,76,94); }
td.TdClassName
{
border-color: #C14C5E;
}
.TagClassName
{
border-color: #C14C5E;
}
</style>