Shades of Mandy #C04959
Tints of Mandy #C04959
RGB
CMYK
RGB Variations
Color information
#C04959 (or 0xC04959) is known color: Mandy. HEX triplet: C0, 49 and 59. RGB value is (192,73,89). Sum of RGB (Red+Green+Blue) = 192+73+89=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C04959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04959 is #3FB6A6. Grayscale: #6E6E6E. Windows color (decimal): -4175527 or 5851584. OLE color: 5851584.
HSL color Cylindrical-coordinate representation of color #C04959: hue angle of 351.93º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04959 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 89 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.25 |
| HSL | 351.93º | 0.49% | 0.52% | - |
| HSV(B) | 351.93º | 0.62% | 0.75% | - |
| XYZ | 25.92 | 16.69 | 11.31 | - |
| YUV | 110.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 89 | 0 | 0.62 | 0.54 | 0.25 | 351.93 | 0.49 | 0.52 |
| Hex | C0 | 49 | 59 | 0 | 3E | 36 | 19 | 160 | 31 | 34 |
| Octal | 300 | 111 | 131 | 0 | 76 | 66 | 31 | 540 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1011001 | 0 | 111110 | 110110 | 11001 | 101100000 | 110001 | 110100 |
Color Harmonies of #C04959
Complementary color
Monochromatic Colors of #C04959
Black with #C04959
Text Example
Text Example
White with #C04959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04959; }
p { color: rgb(192,73,89); }
H1.HeaderClassName
{
color: #C04959;
}
.AnyTagClassName
{
color: #C04959;
}
</style>
background-color css
<style>
a { background-color: #C04959; }
a { background-color: rgb(192,73,89); }
div.DivClassName
{
background-color: #C04959;
}
.BgClassName
{
background-color: #C04959;
}
</style>
border-color css
<style>
span { border-color: #C04959; }
span { border-color: rgb(192,73,89); }
td.TdClassName
{
border-color: #C04959;
}
.TagClassName
{
border-color: #C04959;
}
</style>