Shades of Mandy #C04D5E
Tints of Mandy #C04D5E
RGB
CMYK
RGB Variations
Color information
#C04D5E (or 0xC04D5E) is known color: Mandy. HEX triplet: C0, 4D and 5E. RGB value is (192,77,94). Sum of RGB (Red+Green+Blue) = 192+77+94=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D5E is #3FB2A1. Grayscale: #717171. Windows color (decimal): -4174498 or 6180288. OLE color: 6180288.
HSL color Cylindrical-coordinate representation of color #C04D5E: hue angle of 351.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D5E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 94 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 351.13º | 0.48% | 0.53% | - |
| HSV(B) | 351.13º | 0.6% | 0.75% | - |
| XYZ | 26.41 | 17.32 | 12.54 | - |
| YUV | 113.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 94 | 0 | 0.60 | 0.51 | 0.25 | 351.13 | 0.48 | 0.53 |
| Hex | C0 | 4D | 5E | 0 | 3C | 33 | 19 | 15F | 30 | 35 |
| Octal | 300 | 115 | 136 | 0 | 74 | 63 | 31 | 537 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1011110 | 0 | 111100 | 110011 | 11001 | 101011111 | 110000 | 110101 |
Color Harmonies of #C04D5E
Complementary color
Monochromatic Colors of #C04D5E
Black with #C04D5E
Text Example
Text Example
White with #C04D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D5E; }
p { color: rgb(192,77,94); }
H1.HeaderClassName
{
color: #C04D5E;
}
.AnyTagClassName
{
color: #C04D5E;
}
</style>
background-color css
<style>
a { background-color: #C04D5E; }
a { background-color: rgb(192,77,94); }
div.DivClassName
{
background-color: #C04D5E;
}
.BgClassName
{
background-color: #C04D5E;
}
</style>
border-color css
<style>
span { border-color: #C04D5E; }
span { border-color: rgb(192,77,94); }
td.TdClassName
{
border-color: #C04D5E;
}
.TagClassName
{
border-color: #C04D5E;
}
</style>