Shades of Mandy #C04D56
Tints of Mandy #C04D56
RGB
CMYK
RGB Variations
Color information
#C04D56 (or 0xC04D56) is known color: Mandy. HEX triplet: C0, 4D and 56. RGB value is (192,77,86). Sum of RGB (Red+Green+Blue) = 192+77+86=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D56 is #3FB2A9. Grayscale: #707070. Windows color (decimal): -4174506 or 5656000. OLE color: 5656000.
HSL color Cylindrical-coordinate representation of color #C04D56: hue angle of 355.3º 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 #C04D56 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 86 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.25 |
| HSL | 355.3º | 0.48% | 0.53% | - |
| HSV(B) | 355.3º | 0.6% | 0.75% | - |
| XYZ | 26.07 | 17.19 | 10.75 | - |
| YUV | 112.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 86 | 0 | 0.60 | 0.55 | 0.25 | 355.3 | 0.48 | 0.53 |
| Hex | C0 | 4D | 56 | 0 | 3C | 37 | 19 | 163 | 30 | 35 |
| Octal | 300 | 115 | 126 | 0 | 74 | 67 | 31 | 543 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1010110 | 0 | 111100 | 110111 | 11001 | 101100011 | 110000 | 110101 |
Color Harmonies of #C04D56
Complementary color
Monochromatic Colors of #C04D56
Black with #C04D56
Text Example
Text Example
White with #C04D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D56; }
p { color: rgb(192,77,86); }
H1.HeaderClassName
{
color: #C04D56;
}
.AnyTagClassName
{
color: #C04D56;
}
</style>
background-color css
<style>
a { background-color: #C04D56; }
a { background-color: rgb(192,77,86); }
div.DivClassName
{
background-color: #C04D56;
}
.BgClassName
{
background-color: #C04D56;
}
</style>
border-color css
<style>
span { border-color: #C04D56; }
span { border-color: rgb(192,77,86); }
td.TdClassName
{
border-color: #C04D56;
}
.TagClassName
{
border-color: #C04D56;
}
</style>