Shades of Mandy #C04C5C
Tints of Mandy #C04C5C
RGB
CMYK
RGB Variations
Color information
#C04C5C (or 0xC04C5C) is known color: Mandy. HEX triplet: C0, 4C and 5C. RGB value is (192,76,92). Sum of RGB (Red+Green+Blue) = 192+76+92=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C5C is #3FB3A3. Grayscale: #707070. Windows color (decimal): -4174756 or 6048960. OLE color: 6048960.
HSL color Cylindrical-coordinate representation of color #C04C5C: hue angle of 351.72º 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 #C04C5C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 92 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.25 |
| HSL | 351.72º | 0.48% | 0.53% | - |
| HSV(B) | 351.72º | 0.6% | 0.75% | - |
| XYZ | 26.25 | 17.15 | 12.05 | - |
| YUV | 112.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 92 | 0 | 0.60 | 0.52 | 0.25 | 351.72 | 0.48 | 0.53 |
| Hex | C0 | 4C | 5C | 0 | 3C | 34 | 19 | 160 | 30 | 35 |
| Octal | 300 | 114 | 134 | 0 | 74 | 64 | 31 | 540 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1011100 | 0 | 111100 | 110100 | 11001 | 101100000 | 110000 | 110101 |
Color Harmonies of #C04C5C
Complementary color
Monochromatic Colors of #C04C5C
Black with #C04C5C
Text Example
Text Example
White with #C04C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C5C; }
p { color: rgb(192,76,92); }
H1.HeaderClassName
{
color: #C04C5C;
}
.AnyTagClassName
{
color: #C04C5C;
}
</style>
background-color css
<style>
a { background-color: #C04C5C; }
a { background-color: rgb(192,76,92); }
div.DivClassName
{
background-color: #C04C5C;
}
.BgClassName
{
background-color: #C04C5C;
}
</style>
border-color css
<style>
span { border-color: #C04C5C; }
span { border-color: rgb(192,76,92); }
td.TdClassName
{
border-color: #C04C5C;
}
.TagClassName
{
border-color: #C04C5C;
}
</style>