Shades of Mandy #C04E5B
Tints of Mandy #C04E5B
RGB
CMYK
RGB Variations
Color information
#C04E5B (or 0xC04E5B) is known color: Mandy. HEX triplet: C0, 4E and 5B. RGB value is (192,78,91). Sum of RGB (Red+Green+Blue) = 192+78+91=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E5B is #3FB1A4. Grayscale: #717171. Windows color (decimal): -4174245 or 5983936. OLE color: 5983936.
HSL color Cylindrical-coordinate representation of color #C04E5B: hue angle of 353.16º 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 #C04E5B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 91 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.25 |
| HSL | 353.16º | 0.48% | 0.53% | - |
| HSV(B) | 353.16º | 0.59% | 0.75% | - |
| XYZ | 26.35 | 17.41 | 11.87 | - |
| YUV | 113.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 91 | 0 | 0.59 | 0.53 | 0.25 | 353.16 | 0.48 | 0.53 |
| Hex | C0 | 4E | 5B | 0 | 3B | 35 | 19 | 161 | 30 | 35 |
| Octal | 300 | 116 | 133 | 0 | 73 | 65 | 31 | 541 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1011011 | 0 | 111011 | 110101 | 11001 | 101100001 | 110000 | 110101 |
Color Harmonies of #C04E5B
Complementary color
Monochromatic Colors of #C04E5B
Black with #C04E5B
Text Example
Text Example
White with #C04E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E5B; }
p { color: rgb(192,78,91); }
H1.HeaderClassName
{
color: #C04E5B;
}
.AnyTagClassName
{
color: #C04E5B;
}
</style>
background-color css
<style>
a { background-color: #C04E5B; }
a { background-color: rgb(192,78,91); }
div.DivClassName
{
background-color: #C04E5B;
}
.BgClassName
{
background-color: #C04E5B;
}
</style>
border-color css
<style>
span { border-color: #C04E5B; }
span { border-color: rgb(192,78,91); }
td.TdClassName
{
border-color: #C04E5B;
}
.TagClassName
{
border-color: #C04E5B;
}
</style>