Shades of Mandy #C64754
Tints of Mandy #C64754
RGB
CMYK
RGB Variations
Color information
#C64754 (or 0xC64754) is known color: Mandy. HEX triplet: C6, 47 and 54. RGB value is (198,71,84). Sum of RGB (Red+Green+Blue) = 198+71+84=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64754 is #39B8AB. Grayscale: #6E6E6E. Windows color (decimal): -3782828 or 5523398. OLE color: 5523398.
HSL color Cylindrical-coordinate representation of color #C64754: hue angle of 353.86º 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 #C64754 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 84 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.22 |
| HSL | 353.86º | 0.53% | 0.53% | - |
| HSV(B) | 353.86º | 0.64% | 0.78% | - |
| XYZ | 27.14 | 17.15 | 10.27 | - |
| YUV | 110.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 84 | 0 | 0.64 | 0.58 | 0.22 | 353.86 | 0.53 | 0.53 |
| Hex | C6 | 47 | 54 | 0 | 40 | 3A | 16 | 162 | 35 | 35 |
| Octal | 306 | 107 | 124 | 0 | 100 | 72 | 26 | 542 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1010100 | 0 | 1000000 | 111010 | 10110 | 101100010 | 110101 | 110101 |
Color Harmonies of #C64754
Complementary color
Monochromatic Colors of #C64754
Black with #C64754
Text Example
Text Example
White with #C64754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64754; }
p { color: rgb(198,71,84); }
H1.HeaderClassName
{
color: #C64754;
}
.AnyTagClassName
{
color: #C64754;
}
</style>
background-color css
<style>
a { background-color: #C64754; }
a { background-color: rgb(198,71,84); }
div.DivClassName
{
background-color: #C64754;
}
.BgClassName
{
background-color: #C64754;
}
</style>
border-color css
<style>
span { border-color: #C64754; }
span { border-color: rgb(198,71,84); }
td.TdClassName
{
border-color: #C64754;
}
.TagClassName
{
border-color: #C64754;
}
</style>