Shades of Mandy #C04A59
Tints of Mandy #C04A59
RGB
CMYK
RGB Variations
Color information
#C04A59 (or 0xC04A59) is known color: Mandy. HEX triplet: C0, 4A and 59. RGB value is (192,74,89). Sum of RGB (Red+Green+Blue) = 192+74+89=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A59 is #3FB5A6. Grayscale: #6F6F6F. Windows color (decimal): -4175271 or 5851840. OLE color: 5851840.
HSL color Cylindrical-coordinate representation of color #C04A59: hue angle of 352.37º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A59 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 89 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.25 |
| HSL | 352.37º | 0.48% | 0.52% | - |
| HSV(B) | 352.37º | 0.61% | 0.75% | - |
| XYZ | 25.99 | 16.83 | 11.33 | - |
| YUV | 110.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 89 | 0 | 0.61 | 0.54 | 0.25 | 352.37 | 0.48 | 0.52 |
| Hex | C0 | 4A | 59 | 0 | 3D | 36 | 19 | 160 | 30 | 34 |
| Octal | 300 | 112 | 131 | 0 | 75 | 66 | 31 | 540 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1011001 | 0 | 111101 | 110110 | 11001 | 101100000 | 110000 | 110100 |
Color Harmonies of #C04A59
Complementary color
Monochromatic Colors of #C04A59
Black with #C04A59
Text Example
Text Example
White with #C04A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A59; }
p { color: rgb(192,74,89); }
H1.HeaderClassName
{
color: #C04A59;
}
.AnyTagClassName
{
color: #C04A59;
}
</style>
background-color css
<style>
a { background-color: #C04A59; }
a { background-color: rgb(192,74,89); }
div.DivClassName
{
background-color: #C04A59;
}
.BgClassName
{
background-color: #C04A59;
}
</style>
border-color css
<style>
span { border-color: #C04A59; }
span { border-color: rgb(192,74,89); }
td.TdClassName
{
border-color: #C04A59;
}
.TagClassName
{
border-color: #C04A59;
}
</style>