Shades of Mandy #C15056
Tints of Mandy #C15056
RGB
CMYK
RGB Variations
Color information
#C15056 (or 0xC15056) is known color: Mandy. HEX triplet: C1, 50 and 56. RGB value is (193,80,86). Sum of RGB (Red+Green+Blue) = 193+80+86=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C15056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15056 is #3EAFA9. Grayscale: #727272. Windows color (decimal): -4108202 or 5656769. OLE color: 5656769.
HSL color Cylindrical-coordinate representation of color #C15056: hue angle of 356.81º 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 #C15056 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 86 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.24 |
| HSL | 356.81º | 0.48% | 0.54% | - |
| HSV(B) | 356.81º | 0.59% | 0.76% | - |
| XYZ | 26.54 | 17.75 | 10.83 | - |
| YUV | 114.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 86 | 0 | 0.59 | 0.55 | 0.24 | 356.81 | 0.48 | 0.54 |
| Hex | C1 | 50 | 56 | 0 | 3B | 37 | 18 | 165 | 30 | 36 |
| Octal | 301 | 120 | 126 | 0 | 73 | 67 | 30 | 545 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1010110 | 0 | 111011 | 110111 | 11000 | 101100101 | 110000 | 110110 |
Color Harmonies of #C15056
Complementary color
Monochromatic Colors of #C15056
Black with #C15056
Text Example
Text Example
White with #C15056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15056; }
p { color: rgb(193,80,86); }
H1.HeaderClassName
{
color: #C15056;
}
.AnyTagClassName
{
color: #C15056;
}
</style>
background-color css
<style>
a { background-color: #C15056; }
a { background-color: rgb(193,80,86); }
div.DivClassName
{
background-color: #C15056;
}
.BgClassName
{
background-color: #C15056;
}
</style>
border-color css
<style>
span { border-color: #C15056; }
span { border-color: rgb(193,80,86); }
td.TdClassName
{
border-color: #C15056;
}
.TagClassName
{
border-color: #C15056;
}
</style>