Shades of Mandy #C25863
Tints of Mandy #C25863
RGB
CMYK
RGB Variations
Color information
#C25863 (or 0xC25863) is known color: Mandy. HEX triplet: C2, 58 and 63. RGB value is (194,88,99). Sum of RGB (Red+Green+Blue) = 194+88+99=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25863 is #3DA79C. Grayscale: #797979. Windows color (decimal): -4040605 or 6510786. OLE color: 6510786.
HSL color Cylindrical-coordinate representation of color #C25863: hue angle of 353.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25863 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 99 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.24 |
| HSL | 353.77º | 0.46% | 0.55% | - |
| HSV(B) | 353.77º | 0.55% | 0.76% | - |
| XYZ | 27.99 | 19.35 | 14.06 | - |
| YUV | 120.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 99 | 0 | 0.55 | 0.49 | 0.24 | 353.77 | 0.46 | 0.55 |
| Hex | C2 | 58 | 63 | 0 | 37 | 31 | 18 | 162 | 2E | 37 |
| Octal | 302 | 130 | 143 | 0 | 67 | 61 | 30 | 542 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1100011 | 0 | 110111 | 110001 | 11000 | 101100010 | 101110 | 110111 |
Color Harmonies of #C25863
Complementary color
Monochromatic Colors of #C25863
Black with #C25863
Text Example
Text Example
White with #C25863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25863; }
p { color: rgb(194,88,99); }
H1.HeaderClassName
{
color: #C25863;
}
.AnyTagClassName
{
color: #C25863;
}
</style>
background-color css
<style>
a { background-color: #C25863; }
a { background-color: rgb(194,88,99); }
div.DivClassName
{
background-color: #C25863;
}
.BgClassName
{
background-color: #C25863;
}
</style>
border-color css
<style>
span { border-color: #C25863; }
span { border-color: rgb(194,88,99); }
td.TdClassName
{
border-color: #C25863;
}
.TagClassName
{
border-color: #C25863;
}
</style>