Shades of Mandy #C14F56
Tints of Mandy #C14F56
RGB
CMYK
RGB Variations
Color information
#C14F56 (or 0xC14F56) is known color: Mandy. HEX triplet: C1, 4F and 56. RGB value is (193,79,86). Sum of RGB (Red+Green+Blue) = 193+79+86=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F56 is #3EB0A9. Grayscale: #717171. Windows color (decimal): -4108458 or 5656513. OLE color: 5656513.
HSL color Cylindrical-coordinate representation of color #C14F56: hue angle of 356.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F56 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 86 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.24 |
| HSL | 356.32º | 0.48% | 0.53% | - |
| HSV(B) | 356.32º | 0.59% | 0.76% | - |
| XYZ | 26.47 | 17.6 | 10.81 | - |
| YUV | 113.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 86 | 0 | 0.59 | 0.55 | 0.24 | 356.32 | 0.48 | 0.53 |
| Hex | C1 | 4F | 56 | 0 | 3B | 37 | 18 | 164 | 30 | 35 |
| Octal | 301 | 117 | 126 | 0 | 73 | 67 | 30 | 544 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1010110 | 0 | 111011 | 110111 | 11000 | 101100100 | 110000 | 110101 |
Color Harmonies of #C14F56
Complementary color
Monochromatic Colors of #C14F56
Black with #C14F56
Text Example
Text Example
White with #C14F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F56; }
p { color: rgb(193,79,86); }
H1.HeaderClassName
{
color: #C14F56;
}
.AnyTagClassName
{
color: #C14F56;
}
</style>
background-color css
<style>
a { background-color: #C14F56; }
a { background-color: rgb(193,79,86); }
div.DivClassName
{
background-color: #C14F56;
}
.BgClassName
{
background-color: #C14F56;
}
</style>
border-color css
<style>
span { border-color: #C14F56; }
span { border-color: rgb(193,79,86); }
td.TdClassName
{
border-color: #C14F56;
}
.TagClassName
{
border-color: #C14F56;
}
</style>