Shades of Mandy #C14D4F
Tints of Mandy #C14D4F
RGB
CMYK
RGB Variations
Color information
#C14D4F (or 0xC14D4F) is known color: Mandy. HEX triplet: C1, 4D and 4F. RGB value is (193,77,79). Sum of RGB (Red+Green+Blue) = 193+77+79=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D4F is #3EB2B0. Grayscale: #707070. Windows color (decimal): -4108977 or 5197249. OLE color: 5197249.
HSL color Cylindrical-coordinate representation of color #C14D4F: hue angle of 358.97º 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 #C14D4F is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 79 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.24 |
| HSL | 358.97º | 0.48% | 0.53% | - |
| HSV(B) | 358.97º | 0.6% | 0.76% | - |
| XYZ | 26.06 | 17.21 | 9.35 | - |
| YUV | 111.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 79 | 0 | 0.60 | 0.59 | 0.24 | 358.97 | 0.48 | 0.53 |
| Hex | C1 | 4D | 4F | 0 | 3C | 3B | 18 | 167 | 30 | 35 |
| Octal | 301 | 115 | 117 | 0 | 74 | 73 | 30 | 547 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1001111 | 0 | 111100 | 111011 | 11000 | 101100111 | 110000 | 110101 |
Color Harmonies of #C14D4F
Complementary color
Monochromatic Colors of #C14D4F
Black with #C14D4F
Text Example
Text Example
White with #C14D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D4F; }
p { color: rgb(193,77,79); }
H1.HeaderClassName
{
color: #C14D4F;
}
.AnyTagClassName
{
color: #C14D4F;
}
</style>
background-color css
<style>
a { background-color: #C14D4F; }
a { background-color: rgb(193,77,79); }
div.DivClassName
{
background-color: #C14D4F;
}
.BgClassName
{
background-color: #C14D4F;
}
</style>
border-color css
<style>
span { border-color: #C14D4F; }
span { border-color: rgb(193,77,79); }
td.TdClassName
{
border-color: #C14D4F;
}
.TagClassName
{
border-color: #C14D4F;
}
</style>