Shades of Mandy #C04F56
Tints of Mandy #C04F56
RGB
CMYK
RGB Variations
Color information
#C04F56 (or 0xC04F56) is known color: Mandy. HEX triplet: C0, 4F and 56. RGB value is (192,79,86). Sum of RGB (Red+Green+Blue) = 192+79+86=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F56 is #3FB0A9. Grayscale: #717171. Windows color (decimal): -4173994 or 5656512. OLE color: 5656512.
HSL color Cylindrical-coordinate representation of color #C04F56: hue angle of 356.28º 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 #C04F56 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 86 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.25 |
| HSL | 356.28º | 0.47% | 0.53% | - |
| HSV(B) | 356.28º | 0.59% | 0.75% | - |
| XYZ | 26.21 | 17.47 | 10.79 | - |
| YUV | 113.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 86 | 0 | 0.59 | 0.55 | 0.25 | 356.28 | 0.47 | 0.53 |
| Hex | C0 | 4F | 56 | 0 | 3B | 37 | 19 | 164 | 2F | 35 |
| Octal | 300 | 117 | 126 | 0 | 73 | 67 | 31 | 544 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1010110 | 0 | 111011 | 110111 | 11001 | 101100100 | 101111 | 110101 |
Color Harmonies of #C04F56
Complementary color
Monochromatic Colors of #C04F56
Black with #C04F56
Text Example
Text Example
White with #C04F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F56; }
p { color: rgb(192,79,86); }
H1.HeaderClassName
{
color: #C04F56;
}
.AnyTagClassName
{
color: #C04F56;
}
</style>
background-color css
<style>
a { background-color: #C04F56; }
a { background-color: rgb(192,79,86); }
div.DivClassName
{
background-color: #C04F56;
}
.BgClassName
{
background-color: #C04F56;
}
</style>
border-color css
<style>
span { border-color: #C04F56; }
span { border-color: rgb(192,79,86); }
td.TdClassName
{
border-color: #C04F56;
}
.TagClassName
{
border-color: #C04F56;
}
</style>