Shades of Mandy #C04F5D
Tints of Mandy #C04F5D
RGB
CMYK
RGB Variations
Color information
#C04F5D (or 0xC04F5D) is known color: Mandy. HEX triplet: C0, 4F and 5D. RGB value is (192,79,93). Sum of RGB (Red+Green+Blue) = 192+79+93=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F5D is #3FB0A2. Grayscale: #727272. Windows color (decimal): -4173987 or 6115264. OLE color: 6115264.
HSL color Cylindrical-coordinate representation of color #C04F5D: hue angle of 352.57º 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 #C04F5D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 93 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 352.57º | 0.47% | 0.53% | - |
| HSV(B) | 352.57º | 0.59% | 0.75% | - |
| XYZ | 26.51 | 17.59 | 12.35 | - |
| YUV | 114.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 93 | 0 | 0.59 | 0.52 | 0.25 | 352.57 | 0.47 | 0.53 |
| Hex | C0 | 4F | 5D | 0 | 3B | 34 | 19 | 161 | 2F | 35 |
| Octal | 300 | 117 | 135 | 0 | 73 | 64 | 31 | 541 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1011101 | 0 | 111011 | 110100 | 11001 | 101100001 | 101111 | 110101 |
Color Harmonies of #C04F5D
Complementary color
Monochromatic Colors of #C04F5D
Black with #C04F5D
Text Example
Text Example
White with #C04F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F5D; }
p { color: rgb(192,79,93); }
H1.HeaderClassName
{
color: #C04F5D;
}
.AnyTagClassName
{
color: #C04F5D;
}
</style>
background-color css
<style>
a { background-color: #C04F5D; }
a { background-color: rgb(192,79,93); }
div.DivClassName
{
background-color: #C04F5D;
}
.BgClassName
{
background-color: #C04F5D;
}
</style>
border-color css
<style>
span { border-color: #C04F5D; }
span { border-color: rgb(192,79,93); }
td.TdClassName
{
border-color: #C04F5D;
}
.TagClassName
{
border-color: #C04F5D;
}
</style>