Shades of Mandy #C04F53
Tints of Mandy #C04F53
RGB
CMYK
RGB Variations
Color information
#C04F53 (or 0xC04F53) is known color: Mandy. HEX triplet: C0, 4F and 53. RGB value is (192,79,83). Sum of RGB (Red+Green+Blue) = 192+79+83=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F53 is #3FB0AC. Grayscale: #717171. Windows color (decimal): -4173997 or 5459904. OLE color: 5459904.
HSL color Cylindrical-coordinate representation of color #C04F53: hue angle of 357.88º 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 #C04F53 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 83 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.25 |
| HSL | 357.88º | 0.47% | 0.53% | - |
| HSV(B) | 357.88º | 0.59% | 0.75% | - |
| XYZ | 26.1 | 17.42 | 10.17 | - |
| YUV | 113.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 83 | 0 | 0.59 | 0.57 | 0.25 | 357.88 | 0.47 | 0.53 |
| Hex | C0 | 4F | 53 | 0 | 3B | 39 | 19 | 166 | 2F | 35 |
| Octal | 300 | 117 | 123 | 0 | 73 | 71 | 31 | 546 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1010011 | 0 | 111011 | 111001 | 11001 | 101100110 | 101111 | 110101 |
Color Harmonies of #C04F53
Complementary color
Monochromatic Colors of #C04F53
Black with #C04F53
Text Example
Text Example
White with #C04F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F53; }
p { color: rgb(192,79,83); }
H1.HeaderClassName
{
color: #C04F53;
}
.AnyTagClassName
{
color: #C04F53;
}
</style>
background-color css
<style>
a { background-color: #C04F53; }
a { background-color: rgb(192,79,83); }
div.DivClassName
{
background-color: #C04F53;
}
.BgClassName
{
background-color: #C04F53;
}
</style>
border-color css
<style>
span { border-color: #C04F53; }
span { border-color: rgb(192,79,83); }
td.TdClassName
{
border-color: #C04F53;
}
.TagClassName
{
border-color: #C04F53;
}
</style>