Shades of Mandy #C15057
Tints of Mandy #C15057
RGB
CMYK
RGB Variations
Color information
#C15057 (or 0xC15057) is known color: Mandy. HEX triplet: C1, 50 and 57. RGB value is (193,80,87). Sum of RGB (Red+Green+Blue) = 193+80+87=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15057 is #3EAFA8. Grayscale: #727272. Windows color (decimal): -4108201 or 5722305. OLE color: 5722305.
HSL color Cylindrical-coordinate representation of color #C15057: hue angle of 356.28º 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 #C15057 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 87 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.24 |
| HSL | 356.28º | 0.48% | 0.54% | - |
| HSV(B) | 356.28º | 0.59% | 0.76% | - |
| XYZ | 26.58 | 17.76 | 11.04 | - |
| YUV | 114.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 87 | 0 | 0.59 | 0.55 | 0.24 | 356.28 | 0.48 | 0.54 |
| Hex | C1 | 50 | 57 | 0 | 3B | 37 | 18 | 164 | 30 | 36 |
| Octal | 301 | 120 | 127 | 0 | 73 | 67 | 30 | 544 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1010111 | 0 | 111011 | 110111 | 11000 | 101100100 | 110000 | 110110 |
Color Harmonies of #C15057
Complementary color
Monochromatic Colors of #C15057
Black with #C15057
Text Example
Text Example
White with #C15057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15057; }
p { color: rgb(193,80,87); }
H1.HeaderClassName
{
color: #C15057;
}
.AnyTagClassName
{
color: #C15057;
}
</style>
background-color css
<style>
a { background-color: #C15057; }
a { background-color: rgb(193,80,87); }
div.DivClassName
{
background-color: #C15057;
}
.BgClassName
{
background-color: #C15057;
}
</style>
border-color css
<style>
span { border-color: #C15057; }
span { border-color: rgb(193,80,87); }
td.TdClassName
{
border-color: #C15057;
}
.TagClassName
{
border-color: #C15057;
}
</style>