Shades of Mandy #C15963
Tints of Mandy #C15963
RGB
CMYK
RGB Variations
Color information
#C15963 (or 0xC15963) is known color: Mandy. HEX triplet: C1, 59 and 63. RGB value is (193,89,99). Sum of RGB (Red+Green+Blue) = 193+89+99=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C15963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15963 is #3EA69C. Grayscale: #797979. Windows color (decimal): -4105885 or 6511041. OLE color: 6511041.
HSL color Cylindrical-coordinate representation of color #C15963: hue angle of 354.23º 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 #C15963 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 99 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.24 |
| HSL | 354.23º | 0.46% | 0.55% | - |
| HSV(B) | 354.23º | 0.54% | 0.76% | - |
| XYZ | 27.82 | 19.38 | 14.08 | - |
| YUV | 121.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 99 | 0 | 0.54 | 0.49 | 0.24 | 354.23 | 0.46 | 0.55 |
| Hex | C1 | 59 | 63 | 0 | 36 | 31 | 18 | 162 | 2E | 37 |
| Octal | 301 | 131 | 143 | 0 | 66 | 61 | 30 | 542 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1100011 | 0 | 110110 | 110001 | 11000 | 101100010 | 101110 | 110111 |
Color Harmonies of #C15963
Complementary color
Monochromatic Colors of #C15963
Black with #C15963
Text Example
Text Example
White with #C15963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15963; }
p { color: rgb(193,89,99); }
H1.HeaderClassName
{
color: #C15963;
}
.AnyTagClassName
{
color: #C15963;
}
</style>
background-color css
<style>
a { background-color: #C15963; }
a { background-color: rgb(193,89,99); }
div.DivClassName
{
background-color: #C15963;
}
.BgClassName
{
background-color: #C15963;
}
</style>
border-color css
<style>
span { border-color: #C15963; }
span { border-color: rgb(193,89,99); }
td.TdClassName
{
border-color: #C15963;
}
.TagClassName
{
border-color: #C15963;
}
</style>