Shades of Mandy #C15864
Tints of Mandy #C15864
RGB
CMYK
RGB Variations
Color information
#C15864 (or 0xC15864) is known color: Mandy. HEX triplet: C1, 58 and 64. RGB value is (193,88,100). Sum of RGB (Red+Green+Blue) = 193+88+100=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C15864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15864 is #3EA79B. Grayscale: #787878. Windows color (decimal): -4106140 or 6576321. OLE color: 6576321.
HSL color Cylindrical-coordinate representation of color #C15864: hue angle of 353.14º 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 #C15864 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 100 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.24 |
| HSL | 353.14º | 0.46% | 0.55% | - |
| HSV(B) | 353.14º | 0.54% | 0.76% | - |
| XYZ | 27.78 | 19.24 | 14.31 | - |
| YUV | 120.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 100 | 0 | 0.54 | 0.48 | 0.24 | 353.14 | 0.46 | 0.55 |
| Hex | C1 | 58 | 64 | 0 | 36 | 30 | 18 | 161 | 2E | 37 |
| Octal | 301 | 130 | 144 | 0 | 66 | 60 | 30 | 541 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1100100 | 0 | 110110 | 110000 | 11000 | 101100001 | 101110 | 110111 |
Color Harmonies of #C15864
Complementary color
Monochromatic Colors of #C15864
Black with #C15864
Text Example
Text Example
White with #C15864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15864; }
p { color: rgb(193,88,100); }
H1.HeaderClassName
{
color: #C15864;
}
.AnyTagClassName
{
color: #C15864;
}
</style>
background-color css
<style>
a { background-color: #C15864; }
a { background-color: rgb(193,88,100); }
div.DivClassName
{
background-color: #C15864;
}
.BgClassName
{
background-color: #C15864;
}
</style>
border-color css
<style>
span { border-color: #C15864; }
span { border-color: rgb(193,88,100); }
td.TdClassName
{
border-color: #C15864;
}
.TagClassName
{
border-color: #C15864;
}
</style>