Shades of Mandy #C15E61
Tints of Mandy #C15E61
RGB
CMYK
RGB Variations
Color information
#C15E61 (or 0xC15E61) is known color: Mandy. HEX triplet: C1, 5E and 61. RGB value is (193,94,97). Sum of RGB (Red+Green+Blue) = 193+94+97=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E61 is #3EA19E. Grayscale: #7C7C7C. Windows color (decimal): -4104607 or 6381249. OLE color: 6381249.
HSL color Cylindrical-coordinate representation of color #C15E61: hue angle of 358.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E61 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 97 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.24 |
| HSL | 358.18º | 0.44% | 0.56% | - |
| HSV(B) | 358.18º | 0.51% | 0.76% | - |
| XYZ | 28.15 | 20.21 | 13.73 | - |
| YUV | 123.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 97 | 0 | 0.51 | 0.50 | 0.24 | 358.18 | 0.44 | 0.56 |
| Hex | C1 | 5E | 61 | 0 | 33 | 32 | 18 | 166 | 2C | 38 |
| Octal | 301 | 136 | 141 | 0 | 63 | 62 | 30 | 546 | 54 | 70 |
| Binary | 11000001 | 1011110 | 1100001 | 0 | 110011 | 110010 | 11000 | 101100110 | 101100 | 111000 |
Color Harmonies of #C15E61
Complementary color
Monochromatic Colors of #C15E61
Black with #C15E61
Text Example
Text Example
White with #C15E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E61; }
p { color: rgb(193,94,97); }
H1.HeaderClassName
{
color: #C15E61;
}
.AnyTagClassName
{
color: #C15E61;
}
</style>
background-color css
<style>
a { background-color: #C15E61; }
a { background-color: rgb(193,94,97); }
div.DivClassName
{
background-color: #C15E61;
}
.BgClassName
{
background-color: #C15E61;
}
</style>
border-color css
<style>
span { border-color: #C15E61; }
span { border-color: rgb(193,94,97); }
td.TdClassName
{
border-color: #C15E61;
}
.TagClassName
{
border-color: #C15E61;
}
</style>