Shades of Mandy #C6494E
Tints of Mandy #C6494E
RGB
CMYK
RGB Variations
Color information
#C6494E (or 0xC6494E) is known color: Mandy. HEX triplet: C6, 49 and 4E. RGB value is (198,73,78). Sum of RGB (Red+Green+Blue) = 198+73+78=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6494E is #39B6B1. Grayscale: #6F6F6F. Windows color (decimal): -3782322 or 5130694. OLE color: 5130694.
HSL color Cylindrical-coordinate representation of color #C6494E: hue angle of 357.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6494E is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 78 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.22 |
| HSL | 357.6º | 0.52% | 0.53% | - |
| HSV(B) | 357.6º | 0.63% | 0.78% | - |
| XYZ | 27.05 | 17.32 | 9.13 | - |
| YUV | 110.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 78 | 0 | 0.63 | 0.61 | 0.22 | 357.6 | 0.52 | 0.53 |
| Hex | C6 | 49 | 4E | 0 | 3F | 3D | 16 | 166 | 34 | 35 |
| Octal | 306 | 111 | 116 | 0 | 77 | 75 | 26 | 546 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1001110 | 0 | 111111 | 111101 | 10110 | 101100110 | 110100 | 110101 |
Color Harmonies of #C6494E
Complementary color
Monochromatic Colors of #C6494E
Black with #C6494E
Text Example
Text Example
White with #C6494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6494E; }
p { color: rgb(198,73,78); }
H1.HeaderClassName
{
color: #C6494E;
}
.AnyTagClassName
{
color: #C6494E;
}
</style>
background-color css
<style>
a { background-color: #C6494E; }
a { background-color: rgb(198,73,78); }
div.DivClassName
{
background-color: #C6494E;
}
.BgClassName
{
background-color: #C6494E;
}
</style>
border-color css
<style>
span { border-color: #C6494E; }
span { border-color: rgb(198,73,78); }
td.TdClassName
{
border-color: #C6494E;
}
.TagClassName
{
border-color: #C6494E;
}
</style>