Shades of Mandy #C04C5D
Tints of Mandy #C04C5D
RGB
CMYK
RGB Variations
Color information
#C04C5D (or 0xC04C5D) is known color: Mandy. HEX triplet: C0, 4C and 5D. RGB value is (192,76,93). Sum of RGB (Red+Green+Blue) = 192+76+93=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C5D is #3FB3A2. Grayscale: #707070. Windows color (decimal): -4174755 or 6114496. OLE color: 6114496.
HSL color Cylindrical-coordinate representation of color #C04C5D: hue angle of 351.21º 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 #C04C5D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 93 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.25 |
| HSL | 351.21º | 0.48% | 0.53% | - |
| HSV(B) | 351.21º | 0.6% | 0.75% | - |
| XYZ | 26.3 | 17.17 | 12.28 | - |
| YUV | 112.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 93 | 0 | 0.60 | 0.52 | 0.25 | 351.21 | 0.48 | 0.53 |
| Hex | C0 | 4C | 5D | 0 | 3C | 34 | 19 | 15F | 30 | 35 |
| Octal | 300 | 114 | 135 | 0 | 74 | 64 | 31 | 537 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1011101 | 0 | 111100 | 110100 | 11001 | 101011111 | 110000 | 110101 |
Color Harmonies of #C04C5D
Complementary color
Monochromatic Colors of #C04C5D
Black with #C04C5D
Text Example
Text Example
White with #C04C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C5D; }
p { color: rgb(192,76,93); }
H1.HeaderClassName
{
color: #C04C5D;
}
.AnyTagClassName
{
color: #C04C5D;
}
</style>
background-color css
<style>
a { background-color: #C04C5D; }
a { background-color: rgb(192,76,93); }
div.DivClassName
{
background-color: #C04C5D;
}
.BgClassName
{
background-color: #C04C5D;
}
</style>
border-color css
<style>
span { border-color: #C04C5D; }
span { border-color: rgb(192,76,93); }
td.TdClassName
{
border-color: #C04C5D;
}
.TagClassName
{
border-color: #C04C5D;
}
</style>