Shades of Mandy #C04C4E
Tints of Mandy #C04C4E
RGB
CMYK
RGB Variations
Color information
#C04C4E (or 0xC04C4E) is known color: Mandy. HEX triplet: C0, 4C and 4E. RGB value is (192,76,78). Sum of RGB (Red+Green+Blue) = 192+76+78=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C4E is #3FB3B1. Grayscale: #6F6F6F. Windows color (decimal): -4174770 or 5131456. OLE color: 5131456.
HSL color Cylindrical-coordinate representation of color #C04C4E: hue angle of 358.97º 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 #C04C4E is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 78 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.25 |
| HSL | 358.97º | 0.48% | 0.53% | - |
| HSV(B) | 358.97º | 0.6% | 0.75% | - |
| XYZ | 25.7 | 16.93 | 9.12 | - |
| YUV | 110.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 78 | 0 | 0.60 | 0.59 | 0.25 | 358.97 | 0.48 | 0.53 |
| Hex | C0 | 4C | 4E | 0 | 3C | 3B | 19 | 167 | 30 | 35 |
| Octal | 300 | 114 | 116 | 0 | 74 | 73 | 31 | 547 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1001110 | 0 | 111100 | 111011 | 11001 | 101100111 | 110000 | 110101 |
Color Harmonies of #C04C4E
Complementary color
Monochromatic Colors of #C04C4E
Black with #C04C4E
Text Example
Text Example
White with #C04C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C4E; }
p { color: rgb(192,76,78); }
H1.HeaderClassName
{
color: #C04C4E;
}
.AnyTagClassName
{
color: #C04C4E;
}
</style>
background-color css
<style>
a { background-color: #C04C4E; }
a { background-color: rgb(192,76,78); }
div.DivClassName
{
background-color: #C04C4E;
}
.BgClassName
{
background-color: #C04C4E;
}
</style>
border-color css
<style>
span { border-color: #C04C4E; }
span { border-color: rgb(192,76,78); }
td.TdClassName
{
border-color: #C04C4E;
}
.TagClassName
{
border-color: #C04C4E;
}
</style>