Shades of Mandy #C04E51
Tints of Mandy #C04E51
RGB
CMYK
RGB Variations
Color information
#C04E51 (or 0xC04E51) is known color: Mandy. HEX triplet: C0, 4E and 51. RGB value is (192,78,81). Sum of RGB (Red+Green+Blue) = 192+78+81=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E51 is #3FB1AE. Grayscale: #707070. Windows color (decimal): -4174255 or 5328576. OLE color: 5328576.
HSL color Cylindrical-coordinate representation of color #C04E51: hue angle of 358.42º 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 #C04E51 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 81 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.25 |
| HSL | 358.42º | 0.48% | 0.53% | - |
| HSV(B) | 358.42º | 0.59% | 0.75% | - |
| XYZ | 25.95 | 17.25 | 9.75 | - |
| YUV | 112.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 81 | 0 | 0.59 | 0.58 | 0.25 | 358.42 | 0.48 | 0.53 |
| Hex | C0 | 4E | 51 | 0 | 3B | 3A | 19 | 166 | 30 | 35 |
| Octal | 300 | 116 | 121 | 0 | 73 | 72 | 31 | 546 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1010001 | 0 | 111011 | 111010 | 11001 | 101100110 | 110000 | 110101 |
Color Harmonies of #C04E51
Complementary color
Monochromatic Colors of #C04E51
Black with #C04E51
Text Example
Text Example
White with #C04E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E51; }
p { color: rgb(192,78,81); }
H1.HeaderClassName
{
color: #C04E51;
}
.AnyTagClassName
{
color: #C04E51;
}
</style>
background-color css
<style>
a { background-color: #C04E51; }
a { background-color: rgb(192,78,81); }
div.DivClassName
{
background-color: #C04E51;
}
.BgClassName
{
background-color: #C04E51;
}
</style>
border-color css
<style>
span { border-color: #C04E51; }
span { border-color: rgb(192,78,81); }
td.TdClassName
{
border-color: #C04E51;
}
.TagClassName
{
border-color: #C04E51;
}
</style>