Shades of Mandy #C14F58
Tints of Mandy #C14F58
RGB
CMYK
RGB Variations
Color information
#C14F58 (or 0xC14F58) is known color: Mandy. HEX triplet: C1, 4F and 58. RGB value is (193,79,88). Sum of RGB (Red+Green+Blue) = 193+79+88=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F58 is #3EB0A7. Grayscale: #727272. Windows color (decimal): -4108456 or 5787585. OLE color: 5787585.
HSL color Cylindrical-coordinate representation of color #C14F58: hue angle of 355.26º 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 #C14F58 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 88 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 355.26º | 0.48% | 0.53% | - |
| HSV(B) | 355.26º | 0.59% | 0.76% | - |
| XYZ | 26.55 | 17.63 | 11.24 | - |
| YUV | 114.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 88 | 0 | 0.59 | 0.54 | 0.24 | 355.26 | 0.48 | 0.53 |
| Hex | C1 | 4F | 58 | 0 | 3B | 36 | 18 | 163 | 30 | 35 |
| Octal | 301 | 117 | 130 | 0 | 73 | 66 | 30 | 543 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1011000 | 0 | 111011 | 110110 | 11000 | 101100011 | 110000 | 110101 |
Color Harmonies of #C14F58
Complementary color
Monochromatic Colors of #C14F58
Black with #C14F58
Text Example
Text Example
White with #C14F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F58; }
p { color: rgb(193,79,88); }
H1.HeaderClassName
{
color: #C14F58;
}
.AnyTagClassName
{
color: #C14F58;
}
</style>
background-color css
<style>
a { background-color: #C14F58; }
a { background-color: rgb(193,79,88); }
div.DivClassName
{
background-color: #C14F58;
}
.BgClassName
{
background-color: #C14F58;
}
</style>
border-color css
<style>
span { border-color: #C14F58; }
span { border-color: rgb(193,79,88); }
td.TdClassName
{
border-color: #C14F58;
}
.TagClassName
{
border-color: #C14F58;
}
</style>