Shades of Mandy #C64854
Tints of Mandy #C64854
RGB
CMYK
RGB Variations
Color information
#C64854 (or 0xC64854) is known color: Mandy. HEX triplet: C6, 48 and 54. RGB value is (198,72,84). Sum of RGB (Red+Green+Blue) = 198+72+84=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64854 is #39B7AB. Grayscale: #6F6F6F. Windows color (decimal): -3782572 or 5523654. OLE color: 5523654.
HSL color Cylindrical-coordinate representation of color #C64854: hue angle of 354.29º degrees, saturation: 0.52, 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 #C64854 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 84 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.22 |
| HSL | 354.29º | 0.53% | 0.53% | - |
| HSV(B) | 354.29º | 0.64% | 0.78% | - |
| XYZ | 27.21 | 17.28 | 10.29 | - |
| YUV | 111.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 84 | 0 | 0.64 | 0.58 | 0.22 | 354.29 | 0.53 | 0.53 |
| Hex | C6 | 48 | 54 | 0 | 40 | 3A | 16 | 162 | 34 | 35 |
| Octal | 306 | 110 | 124 | 0 | 100 | 72 | 26 | 542 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1010100 | 0 | 1000000 | 111010 | 10110 | 101100010 | 110100 | 110101 |
Color Harmonies of #C64854
Complementary color
Monochromatic Colors of #C64854
Black with #C64854
Text Example
Text Example
White with #C64854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64854; }
p { color: rgb(198,72,84); }
H1.HeaderClassName
{
color: #C64854;
}
.AnyTagClassName
{
color: #C64854;
}
</style>
background-color css
<style>
a { background-color: #C64854; }
a { background-color: rgb(198,72,84); }
div.DivClassName
{
background-color: #C64854;
}
.BgClassName
{
background-color: #C64854;
}
</style>
border-color css
<style>
span { border-color: #C64854; }
span { border-color: rgb(198,72,84); }
td.TdClassName
{
border-color: #C64854;
}
.TagClassName
{
border-color: #C64854;
}
</style>