Shades of Mandy #C04D53
Tints of Mandy #C04D53
RGB
CMYK
RGB Variations
Color information
#C04D53 (or 0xC04D53) is known color: Mandy. HEX triplet: C0, 4D and 53. RGB value is (192,77,83). Sum of RGB (Red+Green+Blue) = 192+77+83=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D53 is #3FB2AC. Grayscale: #707070. Windows color (decimal): -4174509 or 5459392. OLE color: 5459392.
HSL color Cylindrical-coordinate representation of color #C04D53: hue angle of 356.87º 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 #C04D53 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 83 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.25 |
| HSL | 356.87º | 0.48% | 0.53% | - |
| HSV(B) | 356.87º | 0.6% | 0.75% | - |
| XYZ | 25.95 | 17.14 | 10.12 | - |
| YUV | 112.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 83 | 0 | 0.60 | 0.57 | 0.25 | 356.87 | 0.48 | 0.53 |
| Hex | C0 | 4D | 53 | 0 | 3C | 39 | 19 | 165 | 30 | 35 |
| Octal | 300 | 115 | 123 | 0 | 74 | 71 | 31 | 545 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1010011 | 0 | 111100 | 111001 | 11001 | 101100101 | 110000 | 110101 |
Color Harmonies of #C04D53
Complementary color
Monochromatic Colors of #C04D53
Black with #C04D53
Text Example
Text Example
White with #C04D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D53; }
p { color: rgb(192,77,83); }
H1.HeaderClassName
{
color: #C04D53;
}
.AnyTagClassName
{
color: #C04D53;
}
</style>
background-color css
<style>
a { background-color: #C04D53; }
a { background-color: rgb(192,77,83); }
div.DivClassName
{
background-color: #C04D53;
}
.BgClassName
{
background-color: #C04D53;
}
</style>
border-color css
<style>
span { border-color: #C04D53; }
span { border-color: rgb(192,77,83); }
td.TdClassName
{
border-color: #C04D53;
}
.TagClassName
{
border-color: #C04D53;
}
</style>