Shades of Mandy #C0494D
Tints of Mandy #C0494D
RGB
CMYK
RGB Variations
Color information
#C0494D (or 0xC0494D) is known color: Mandy. HEX triplet: C0, 49 and 4D. RGB value is (192,73,77). Sum of RGB (Red+Green+Blue) = 192+73+77=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0494D is #3FB6B2. Grayscale: #6D6D6D. Windows color (decimal): -4175539 or 5065152. OLE color: 5065152.
HSL color Cylindrical-coordinate representation of color #C0494D: hue angle of 357.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0494D is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 77 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.25 |
| HSL | 357.98º | 0.49% | 0.52% | - |
| HSV(B) | 357.98º | 0.62% | 0.75% | - |
| XYZ | 25.46 | 16.51 | 8.87 | - |
| YUV | 109.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 77 | 0 | 0.62 | 0.60 | 0.25 | 357.98 | 0.49 | 0.52 |
| Hex | C0 | 49 | 4D | 0 | 3E | 3C | 19 | 166 | 31 | 34 |
| Octal | 300 | 111 | 115 | 0 | 76 | 74 | 31 | 546 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1001101 | 0 | 111110 | 111100 | 11001 | 101100110 | 110001 | 110100 |
Color Harmonies of #C0494D
Complementary color
Monochromatic Colors of #C0494D
Black with #C0494D
Text Example
Text Example
White with #C0494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0494D; }
p { color: rgb(192,73,77); }
H1.HeaderClassName
{
color: #C0494D;
}
.AnyTagClassName
{
color: #C0494D;
}
</style>
background-color css
<style>
a { background-color: #C0494D; }
a { background-color: rgb(192,73,77); }
div.DivClassName
{
background-color: #C0494D;
}
.BgClassName
{
background-color: #C0494D;
}
</style>
border-color css
<style>
span { border-color: #C0494D; }
span { border-color: rgb(192,73,77); }
td.TdClassName
{
border-color: #C0494D;
}
.TagClassName
{
border-color: #C0494D;
}
</style>