Shades of Mandy #C15059
Tints of Mandy #C15059
RGB
CMYK
RGB Variations
Color information
#C15059 (or 0xC15059) is known color: Mandy. HEX triplet: C1, 50 and 59. RGB value is (193,80,89). Sum of RGB (Red+Green+Blue) = 193+80+89=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C15059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15059 is #3EAFA6. Grayscale: #727272. Windows color (decimal): -4108199 or 5853377. OLE color: 5853377.
HSL color Cylindrical-coordinate representation of color #C15059: hue angle of 355.22º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15059 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 89 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 355.22º | 0.48% | 0.54% | - |
| HSV(B) | 355.22º | 0.59% | 0.76% | - |
| XYZ | 26.66 | 17.8 | 11.48 | - |
| YUV | 114.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 89 | 0 | 0.59 | 0.54 | 0.24 | 355.22 | 0.48 | 0.54 |
| Hex | C1 | 50 | 59 | 0 | 3B | 36 | 18 | 163 | 30 | 36 |
| Octal | 301 | 120 | 131 | 0 | 73 | 66 | 30 | 543 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1011001 | 0 | 111011 | 110110 | 11000 | 101100011 | 110000 | 110110 |
Color Harmonies of #C15059
Complementary color
Monochromatic Colors of #C15059
Black with #C15059
Text Example
Text Example
White with #C15059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15059; }
p { color: rgb(193,80,89); }
H1.HeaderClassName
{
color: #C15059;
}
.AnyTagClassName
{
color: #C15059;
}
</style>
background-color css
<style>
a { background-color: #C15059; }
a { background-color: rgb(193,80,89); }
div.DivClassName
{
background-color: #C15059;
}
.BgClassName
{
background-color: #C15059;
}
</style>
border-color css
<style>
span { border-color: #C15059; }
span { border-color: rgb(193,80,89); }
td.TdClassName
{
border-color: #C15059;
}
.TagClassName
{
border-color: #C15059;
}
</style>