Shades of Mandy #C04E5C
Tints of Mandy #C04E5C
RGB
CMYK
RGB Variations
Color information
#C04E5C (or 0xC04E5C) is known color: Mandy. HEX triplet: C0, 4E and 5C. RGB value is (192,78,92). Sum of RGB (Red+Green+Blue) = 192+78+92=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E5C is #3FB1A3. Grayscale: #717171. Windows color (decimal): -4174244 or 6049472. OLE color: 6049472.
HSL color Cylindrical-coordinate representation of color #C04E5C: hue angle of 352.63º 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 #C04E5C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 92 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 352.63º | 0.48% | 0.53% | - |
| HSV(B) | 352.63º | 0.59% | 0.75% | - |
| XYZ | 26.39 | 17.43 | 12.1 | - |
| YUV | 113.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 92 | 0 | 0.59 | 0.52 | 0.25 | 352.63 | 0.48 | 0.53 |
| Hex | C0 | 4E | 5C | 0 | 3B | 34 | 19 | 161 | 30 | 35 |
| Octal | 300 | 116 | 134 | 0 | 73 | 64 | 31 | 541 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1011100 | 0 | 111011 | 110100 | 11001 | 101100001 | 110000 | 110101 |
Color Harmonies of #C04E5C
Complementary color
Monochromatic Colors of #C04E5C
Black with #C04E5C
Text Example
Text Example
White with #C04E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E5C; }
p { color: rgb(192,78,92); }
H1.HeaderClassName
{
color: #C04E5C;
}
.AnyTagClassName
{
color: #C04E5C;
}
</style>
background-color css
<style>
a { background-color: #C04E5C; }
a { background-color: rgb(192,78,92); }
div.DivClassName
{
background-color: #C04E5C;
}
.BgClassName
{
background-color: #C04E5C;
}
</style>
border-color css
<style>
span { border-color: #C04E5C; }
span { border-color: rgb(192,78,92); }
td.TdClassName
{
border-color: #C04E5C;
}
.TagClassName
{
border-color: #C04E5C;
}
</style>