Shades of Mandy #C04F5E
Tints of Mandy #C04F5E
RGB
CMYK
RGB Variations
Color information
#C04F5E (or 0xC04F5E) is known color: Mandy. HEX triplet: C0, 4F and 5E. RGB value is (192,79,94). Sum of RGB (Red+Green+Blue) = 192+79+94=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F5E is #3FB0A1. Grayscale: #727272. Windows color (decimal): -4173986 or 6180800. OLE color: 6180800.
HSL color Cylindrical-coordinate representation of color #C04F5E: hue angle of 352.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F5E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 94 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.25 |
| HSL | 352.04º | 0.47% | 0.53% | - |
| HSV(B) | 352.04º | 0.59% | 0.75% | - |
| XYZ | 26.55 | 17.61 | 12.59 | - |
| YUV | 114.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 94 | 0 | 0.59 | 0.51 | 0.25 | 352.04 | 0.47 | 0.53 |
| Hex | C0 | 4F | 5E | 0 | 3B | 33 | 19 | 160 | 2F | 35 |
| Octal | 300 | 117 | 136 | 0 | 73 | 63 | 31 | 540 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1011110 | 0 | 111011 | 110011 | 11001 | 101100000 | 101111 | 110101 |
Color Harmonies of #C04F5E
Complementary color
Monochromatic Colors of #C04F5E
Black with #C04F5E
Text Example
Text Example
White with #C04F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F5E; }
p { color: rgb(192,79,94); }
H1.HeaderClassName
{
color: #C04F5E;
}
.AnyTagClassName
{
color: #C04F5E;
}
</style>
background-color css
<style>
a { background-color: #C04F5E; }
a { background-color: rgb(192,79,94); }
div.DivClassName
{
background-color: #C04F5E;
}
.BgClassName
{
background-color: #C04F5E;
}
</style>
border-color css
<style>
span { border-color: #C04F5E; }
span { border-color: rgb(192,79,94); }
td.TdClassName
{
border-color: #C04F5E;
}
.TagClassName
{
border-color: #C04F5E;
}
</style>