Shades of Mandy #C14D55
Tints of Mandy #C14D55
RGB
CMYK
RGB Variations
Color information
#C14D55 (or 0xC14D55) is known color: Mandy. HEX triplet: C1, 4D and 55. RGB value is (193,77,85). Sum of RGB (Red+Green+Blue) = 193+77+85=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D55 is #3EB2AA. Grayscale: #707070. Windows color (decimal): -4108971 or 5590465. OLE color: 5590465.
HSL color Cylindrical-coordinate representation of color #C14D55: hue angle of 355.86º 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 #C14D55 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 85 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.24 |
| HSL | 355.86º | 0.48% | 0.53% | - |
| HSV(B) | 355.86º | 0.6% | 0.76% | - |
| XYZ | 26.29 | 17.3 | 10.55 | - |
| YUV | 112.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 85 | 0 | 0.60 | 0.56 | 0.24 | 355.86 | 0.48 | 0.53 |
| Hex | C1 | 4D | 55 | 0 | 3C | 38 | 18 | 164 | 30 | 35 |
| Octal | 301 | 115 | 125 | 0 | 74 | 70 | 30 | 544 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1010101 | 0 | 111100 | 111000 | 11000 | 101100100 | 110000 | 110101 |
Color Harmonies of #C14D55
Complementary color
Monochromatic Colors of #C14D55
Black with #C14D55
Text Example
Text Example
White with #C14D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D55; }
p { color: rgb(193,77,85); }
H1.HeaderClassName
{
color: #C14D55;
}
.AnyTagClassName
{
color: #C14D55;
}
</style>
background-color css
<style>
a { background-color: #C14D55; }
a { background-color: rgb(193,77,85); }
div.DivClassName
{
background-color: #C14D55;
}
.BgClassName
{
background-color: #C14D55;
}
</style>
border-color css
<style>
span { border-color: #C14D55; }
span { border-color: rgb(193,77,85); }
td.TdClassName
{
border-color: #C14D55;
}
.TagClassName
{
border-color: #C14D55;
}
</style>