Shades of Mandy #C15964
Tints of Mandy #C15964
RGB
CMYK
RGB Variations
Color information
#C15964 (or 0xC15964) is known color: Mandy. HEX triplet: C1, 59 and 64. RGB value is (193,89,100). Sum of RGB (Red+Green+Blue) = 193+89+100=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C15964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15964 is #3EA69B. Grayscale: #797979. Windows color (decimal): -4105884 or 6576577. OLE color: 6576577.
HSL color Cylindrical-coordinate representation of color #C15964: hue angle of 353.65º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15964 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 100 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.24 |
| HSL | 353.65º | 0.46% | 0.55% | - |
| HSV(B) | 353.65º | 0.54% | 0.76% | - |
| XYZ | 27.86 | 19.4 | 14.33 | - |
| YUV | 121.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 100 | 0 | 0.54 | 0.48 | 0.24 | 353.65 | 0.46 | 0.55 |
| Hex | C1 | 59 | 64 | 0 | 36 | 30 | 18 | 162 | 2E | 37 |
| Octal | 301 | 131 | 144 | 0 | 66 | 60 | 30 | 542 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1100100 | 0 | 110110 | 110000 | 11000 | 101100010 | 101110 | 110111 |
Color Harmonies of #C15964
Complementary color
Monochromatic Colors of #C15964
Black with #C15964
Text Example
Text Example
White with #C15964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15964; }
p { color: rgb(193,89,100); }
H1.HeaderClassName
{
color: #C15964;
}
.AnyTagClassName
{
color: #C15964;
}
</style>
background-color css
<style>
a { background-color: #C15964; }
a { background-color: rgb(193,89,100); }
div.DivClassName
{
background-color: #C15964;
}
.BgClassName
{
background-color: #C15964;
}
</style>
border-color css
<style>
span { border-color: #C15964; }
span { border-color: rgb(193,89,100); }
td.TdClassName
{
border-color: #C15964;
}
.TagClassName
{
border-color: #C15964;
}
</style>