Shades of Mandy #C04C54
Tints of Mandy #C04C54
RGB
CMYK
RGB Variations
Color information
#C04C54 (or 0xC04C54) is known color: Mandy. HEX triplet: C0, 4C and 54. RGB value is (192,76,84). Sum of RGB (Red+Green+Blue) = 192+76+84=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C54 is #3FB3AB. Grayscale: #6F6F6F. Windows color (decimal): -4174764 or 5524672. OLE color: 5524672.
HSL color Cylindrical-coordinate representation of color #C04C54: hue angle of 355.86º 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 #C04C54 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 84 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.25 |
| HSL | 355.86º | 0.48% | 0.53% | - |
| HSV(B) | 355.86º | 0.6% | 0.75% | - |
| XYZ | 25.92 | 17.02 | 10.31 | - |
| YUV | 111.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 84 | 0 | 0.60 | 0.56 | 0.25 | 355.86 | 0.48 | 0.53 |
| Hex | C0 | 4C | 54 | 0 | 3C | 38 | 19 | 164 | 30 | 35 |
| Octal | 300 | 114 | 124 | 0 | 74 | 70 | 31 | 544 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1010100 | 0 | 111100 | 111000 | 11001 | 101100100 | 110000 | 110101 |
Color Harmonies of #C04C54
Complementary color
Monochromatic Colors of #C04C54
Black with #C04C54
Text Example
Text Example
White with #C04C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C54; }
p { color: rgb(192,76,84); }
H1.HeaderClassName
{
color: #C04C54;
}
.AnyTagClassName
{
color: #C04C54;
}
</style>
background-color css
<style>
a { background-color: #C04C54; }
a { background-color: rgb(192,76,84); }
div.DivClassName
{
background-color: #C04C54;
}
.BgClassName
{
background-color: #C04C54;
}
</style>
border-color css
<style>
span { border-color: #C04C54; }
span { border-color: rgb(192,76,84); }
td.TdClassName
{
border-color: #C04C54;
}
.TagClassName
{
border-color: #C04C54;
}
</style>