Shades of Mandy #C15560
Tints of Mandy #C15560
RGB
CMYK
RGB Variations
Color information
#C15560 (or 0xC15560) is known color: Mandy. HEX triplet: C1, 55 and 60. RGB value is (193,85,96). Sum of RGB (Red+Green+Blue) = 193+85+96=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C15560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15560 is #3EAA9F. Grayscale: #767676. Windows color (decimal): -4106912 or 6313409. OLE color: 6313409.
HSL color Cylindrical-coordinate representation of color #C15560: hue angle of 353.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15560 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 96 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.24 |
| HSL | 353.89º | 0.47% | 0.55% | - |
| HSV(B) | 353.89º | 0.56% | 0.76% | - |
| XYZ | 27.35 | 18.68 | 13.23 | - |
| YUV | 118.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 96 | 0 | 0.56 | 0.50 | 0.24 | 353.89 | 0.47 | 0.55 |
| Hex | C1 | 55 | 60 | 0 | 38 | 32 | 18 | 162 | 2F | 37 |
| Octal | 301 | 125 | 140 | 0 | 70 | 62 | 30 | 542 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1100000 | 0 | 111000 | 110010 | 11000 | 101100010 | 101111 | 110111 |
Color Harmonies of #C15560
Complementary color
Monochromatic Colors of #C15560
Black with #C15560
Text Example
Text Example
White with #C15560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15560; }
p { color: rgb(193,85,96); }
H1.HeaderClassName
{
color: #C15560;
}
.AnyTagClassName
{
color: #C15560;
}
</style>
background-color css
<style>
a { background-color: #C15560; }
a { background-color: rgb(193,85,96); }
div.DivClassName
{
background-color: #C15560;
}
.BgClassName
{
background-color: #C15560;
}
</style>
border-color css
<style>
span { border-color: #C15560; }
span { border-color: rgb(193,85,96); }
td.TdClassName
{
border-color: #C15560;
}
.TagClassName
{
border-color: #C15560;
}
</style>