Shades of Mandy #C15863
Tints of Mandy #C15863
RGB
CMYK
RGB Variations
Color information
#C15863 (or 0xC15863) is known color: Mandy. HEX triplet: C1, 58 and 63. RGB value is (193,88,99). Sum of RGB (Red+Green+Blue) = 193+88+99=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C15863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15863 is #3EA79C. Grayscale: #787878. Windows color (decimal): -4106141 or 6510785. OLE color: 6510785.
HSL color Cylindrical-coordinate representation of color #C15863: hue angle of 353.71º 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 #C15863 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 99 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.24 |
| HSL | 353.71º | 0.46% | 0.55% | - |
| HSV(B) | 353.71º | 0.54% | 0.76% | - |
| XYZ | 27.73 | 19.22 | 14.05 | - |
| YUV | 120.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 99 | 0 | 0.54 | 0.49 | 0.24 | 353.71 | 0.46 | 0.55 |
| Hex | C1 | 58 | 63 | 0 | 36 | 31 | 18 | 162 | 2E | 37 |
| Octal | 301 | 130 | 143 | 0 | 66 | 61 | 30 | 542 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1100011 | 0 | 110110 | 110001 | 11000 | 101100010 | 101110 | 110111 |
Color Harmonies of #C15863
Complementary color
Monochromatic Colors of #C15863
Black with #C15863
Text Example
Text Example
White with #C15863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15863; }
p { color: rgb(193,88,99); }
H1.HeaderClassName
{
color: #C15863;
}
.AnyTagClassName
{
color: #C15863;
}
</style>
background-color css
<style>
a { background-color: #C15863; }
a { background-color: rgb(193,88,99); }
div.DivClassName
{
background-color: #C15863;
}
.BgClassName
{
background-color: #C15863;
}
</style>
border-color css
<style>
span { border-color: #C15863; }
span { border-color: rgb(193,88,99); }
td.TdClassName
{
border-color: #C15863;
}
.TagClassName
{
border-color: #C15863;
}
</style>