Shades of Mandy #C6494C
Tints of Mandy #C6494C
RGB
CMYK
RGB Variations
Color information
#C6494C (or 0xC6494C) is known color: Mandy. HEX triplet: C6, 49 and 4C. RGB value is (198,73,76). Sum of RGB (Red+Green+Blue) = 198+73+76=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6494C is #39B6B3. Grayscale: #6E6E6E. Windows color (decimal): -3782324 or 4999622. OLE color: 4999622.
HSL color Cylindrical-coordinate representation of color #C6494C: hue angle of 358.56º 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 #C6494C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 76 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.22 |
| HSL | 358.56º | 0.52% | 0.53% | - |
| HSV(B) | 358.56º | 0.63% | 0.78% | - |
| XYZ | 26.98 | 17.29 | 8.75 | - |
| YUV | 110.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 76 | 0 | 0.63 | 0.62 | 0.22 | 358.56 | 0.52 | 0.53 |
| Hex | C6 | 49 | 4C | 0 | 3F | 3E | 16 | 167 | 34 | 35 |
| Octal | 306 | 111 | 114 | 0 | 77 | 76 | 26 | 547 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1001100 | 0 | 111111 | 111110 | 10110 | 101100111 | 110100 | 110101 |
Color Harmonies of #C6494C
Complementary color
Monochromatic Colors of #C6494C
Black with #C6494C
Text Example
Text Example
White with #C6494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6494C; }
p { color: rgb(198,73,76); }
H1.HeaderClassName
{
color: #C6494C;
}
.AnyTagClassName
{
color: #C6494C;
}
</style>
background-color css
<style>
a { background-color: #C6494C; }
a { background-color: rgb(198,73,76); }
div.DivClassName
{
background-color: #C6494C;
}
.BgClassName
{
background-color: #C6494C;
}
</style>
border-color css
<style>
span { border-color: #C6494C; }
span { border-color: rgb(198,73,76); }
td.TdClassName
{
border-color: #C6494C;
}
.TagClassName
{
border-color: #C6494C;
}
</style>