Shades of Mandy #C04D5C
Tints of Mandy #C04D5C
RGB
CMYK
RGB Variations
Color information
#C04D5C (or 0xC04D5C) is known color: Mandy. HEX triplet: C0, 4D and 5C. RGB value is (192,77,92). Sum of RGB (Red+Green+Blue) = 192+77+92=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D5C is #3FB2A3. Grayscale: #717171. Windows color (decimal): -4174500 or 6049216. OLE color: 6049216.
HSL color Cylindrical-coordinate representation of color #C04D5C: hue angle of 352.17º 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 #C04D5C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 92 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.25 |
| HSL | 352.17º | 0.48% | 0.53% | - |
| HSV(B) | 352.17º | 0.6% | 0.75% | - |
| XYZ | 26.32 | 17.29 | 12.07 | - |
| YUV | 113.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 92 | 0 | 0.60 | 0.52 | 0.25 | 352.17 | 0.48 | 0.53 |
| Hex | C0 | 4D | 5C | 0 | 3C | 34 | 19 | 160 | 30 | 35 |
| Octal | 300 | 115 | 134 | 0 | 74 | 64 | 31 | 540 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1011100 | 0 | 111100 | 110100 | 11001 | 101100000 | 110000 | 110101 |
Color Harmonies of #C04D5C
Complementary color
Monochromatic Colors of #C04D5C
Black with #C04D5C
Text Example
Text Example
White with #C04D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D5C; }
p { color: rgb(192,77,92); }
H1.HeaderClassName
{
color: #C04D5C;
}
.AnyTagClassName
{
color: #C04D5C;
}
</style>
background-color css
<style>
a { background-color: #C04D5C; }
a { background-color: rgb(192,77,92); }
div.DivClassName
{
background-color: #C04D5C;
}
.BgClassName
{
background-color: #C04D5C;
}
</style>
border-color css
<style>
span { border-color: #C04D5C; }
span { border-color: rgb(192,77,92); }
td.TdClassName
{
border-color: #C04D5C;
}
.TagClassName
{
border-color: #C04D5C;
}
</style>