Shades of Mandy #C04E5A
Tints of Mandy #C04E5A
RGB
CMYK
RGB Variations
Color information
#C04E5A (or 0xC04E5A) is known color: Mandy. HEX triplet: C0, 4E and 5A. RGB value is (192,78,90). Sum of RGB (Red+Green+Blue) = 192+78+90=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E5A is #3FB1A5. Grayscale: #717171. Windows color (decimal): -4174246 or 5918400. OLE color: 5918400.
HSL color Cylindrical-coordinate representation of color #C04E5A: hue angle of 353.68º 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 #C04E5A is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 90 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.25 |
| HSL | 353.68º | 0.48% | 0.53% | - |
| HSV(B) | 353.68º | 0.59% | 0.75% | - |
| XYZ | 26.31 | 17.39 | 11.64 | - |
| YUV | 113.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 90 | 0 | 0.59 | 0.53 | 0.25 | 353.68 | 0.48 | 0.53 |
| Hex | C0 | 4E | 5A | 0 | 3B | 35 | 19 | 162 | 30 | 35 |
| Octal | 300 | 116 | 132 | 0 | 73 | 65 | 31 | 542 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1011010 | 0 | 111011 | 110101 | 11001 | 101100010 | 110000 | 110101 |
Color Harmonies of #C04E5A
Complementary color
Monochromatic Colors of #C04E5A
Black with #C04E5A
Text Example
Text Example
White with #C04E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E5A; }
p { color: rgb(192,78,90); }
H1.HeaderClassName
{
color: #C04E5A;
}
.AnyTagClassName
{
color: #C04E5A;
}
</style>
background-color css
<style>
a { background-color: #C04E5A; }
a { background-color: rgb(192,78,90); }
div.DivClassName
{
background-color: #C04E5A;
}
.BgClassName
{
background-color: #C04E5A;
}
</style>
border-color css
<style>
span { border-color: #C04E5A; }
span { border-color: rgb(192,78,90); }
td.TdClassName
{
border-color: #C04E5A;
}
.TagClassName
{
border-color: #C04E5A;
}
</style>