Shades of Mandy #C04C59
Tints of Mandy #C04C59
RGB
CMYK
RGB Variations
Color information
#C04C59 (or 0xC04C59) is known color: Mandy. HEX triplet: C0, 4C and 59. RGB value is (192,76,89). Sum of RGB (Red+Green+Blue) = 192+76+89=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C59 is #3FB3A6. Grayscale: #707070. Windows color (decimal): -4174759 or 5852352. OLE color: 5852352.
HSL color Cylindrical-coordinate representation of color #C04C59: hue angle of 353.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C59 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 89 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.25 |
| HSL | 353.28º | 0.48% | 0.53% | - |
| HSV(B) | 353.28º | 0.6% | 0.75% | - |
| XYZ | 26.13 | 17.1 | 11.37 | - |
| YUV | 112.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 89 | 0 | 0.60 | 0.54 | 0.25 | 353.28 | 0.48 | 0.53 |
| Hex | C0 | 4C | 59 | 0 | 3C | 36 | 19 | 161 | 30 | 35 |
| Octal | 300 | 114 | 131 | 0 | 74 | 66 | 31 | 541 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1011001 | 0 | 111100 | 110110 | 11001 | 101100001 | 110000 | 110101 |
Color Harmonies of #C04C59
Complementary color
Monochromatic Colors of #C04C59
Black with #C04C59
Text Example
Text Example
White with #C04C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C59; }
p { color: rgb(192,76,89); }
H1.HeaderClassName
{
color: #C04C59;
}
.AnyTagClassName
{
color: #C04C59;
}
</style>
background-color css
<style>
a { background-color: #C04C59; }
a { background-color: rgb(192,76,89); }
div.DivClassName
{
background-color: #C04C59;
}
.BgClassName
{
background-color: #C04C59;
}
</style>
border-color css
<style>
span { border-color: #C04C59; }
span { border-color: rgb(192,76,89); }
td.TdClassName
{
border-color: #C04C59;
}
.TagClassName
{
border-color: #C04C59;
}
</style>