Shades of Mandy #C0494A
Tints of Mandy #C0494A
RGB
CMYK
RGB Variations
Color information
#C0494A (or 0xC0494A) is known color: Mandy. HEX triplet: C0, 49 and 4A. RGB value is (192,73,74). Sum of RGB (Red+Green+Blue) = 192+73+74=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0494A is #3FB6B5. Grayscale: #6C6C6C. Windows color (decimal): -4175542 or 4868544. OLE color: 4868544.
HSL color Cylindrical-coordinate representation of color #C0494A: hue angle of 359.5º 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 #C0494A is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 74 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.25 |
| HSL | 359.5º | 0.49% | 0.52% | - |
| HSV(B) | 359.5º | 0.62% | 0.75% | - |
| XYZ | 25.36 | 16.47 | 8.32 | - |
| YUV | 108.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 74 | 0 | 0.62 | 0.61 | 0.25 | 359.5 | 0.49 | 0.52 |
| Hex | C0 | 49 | 4A | 0 | 3E | 3D | 19 | 167 | 31 | 34 |
| Octal | 300 | 111 | 112 | 0 | 76 | 75 | 31 | 547 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1001010 | 0 | 111110 | 111101 | 11001 | 101100111 | 110001 | 110100 |
Color Harmonies of #C0494A
Complementary color
Monochromatic Colors of #C0494A
Black with #C0494A
Text Example
Text Example
White with #C0494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0494A; }
p { color: rgb(192,73,74); }
H1.HeaderClassName
{
color: #C0494A;
}
.AnyTagClassName
{
color: #C0494A;
}
</style>
background-color css
<style>
a { background-color: #C0494A; }
a { background-color: rgb(192,73,74); }
div.DivClassName
{
background-color: #C0494A;
}
.BgClassName
{
background-color: #C0494A;
}
</style>
border-color css
<style>
span { border-color: #C0494A; }
span { border-color: rgb(192,73,74); }
td.TdClassName
{
border-color: #C0494A;
}
.TagClassName
{
border-color: #C0494A;
}
</style>