Shades of Mandy #C6474E
Tints of Mandy #C6474E
RGB
CMYK
RGB Variations
Color information
#C6474E (or 0xC6474E) is known color: Mandy. HEX triplet: C6, 47 and 4E. RGB value is (198,71,78). Sum of RGB (Red+Green+Blue) = 198+71+78=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6474E is #39B8B1. Grayscale: #6D6D6D. Windows color (decimal): -3782834 or 5130182. OLE color: 5130182.
HSL color Cylindrical-coordinate representation of color #C6474E: hue angle of 356.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6474E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 78 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.22 |
| HSL | 356.69º | 0.53% | 0.53% | - |
| HSV(B) | 356.69º | 0.64% | 0.78% | - |
| XYZ | 26.92 | 17.06 | 9.08 | - |
| YUV | 109.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 78 | 0 | 0.64 | 0.61 | 0.22 | 356.69 | 0.53 | 0.53 |
| Hex | C6 | 47 | 4E | 0 | 40 | 3D | 16 | 165 | 35 | 35 |
| Octal | 306 | 107 | 116 | 0 | 100 | 75 | 26 | 545 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1001110 | 0 | 1000000 | 111101 | 10110 | 101100101 | 110101 | 110101 |
Color Harmonies of #C6474E
Complementary color
Monochromatic Colors of #C6474E
Black with #C6474E
Text Example
Text Example
White with #C6474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6474E; }
p { color: rgb(198,71,78); }
H1.HeaderClassName
{
color: #C6474E;
}
.AnyTagClassName
{
color: #C6474E;
}
</style>
background-color css
<style>
a { background-color: #C6474E; }
a { background-color: rgb(198,71,78); }
div.DivClassName
{
background-color: #C6474E;
}
.BgClassName
{
background-color: #C6474E;
}
</style>
border-color css
<style>
span { border-color: #C6474E; }
span { border-color: rgb(198,71,78); }
td.TdClassName
{
border-color: #C6474E;
}
.TagClassName
{
border-color: #C6474E;
}
</style>