Shades of Mandy #C64F55
Tints of Mandy #C64F55
RGB
CMYK
RGB Variations
Color information
#C64F55 (or 0xC64F55) is known color: Mandy. HEX triplet: C6, 4F and 55. RGB value is (198,79,85). Sum of RGB (Red+Green+Blue) = 198+79+85=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F55 is #39B0AA. Grayscale: #737373. Windows color (decimal): -3780779 or 5590982. OLE color: 5590982.
HSL color Cylindrical-coordinate representation of color #C64F55: hue angle of 356.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F55 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 85 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.22 |
| HSL | 356.97º | 0.51% | 0.54% | - |
| HSV(B) | 356.97º | 0.6% | 0.78% | - |
| XYZ | 27.72 | 18.25 | 10.66 | - |
| YUV | 115.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 85 | 0 | 0.60 | 0.57 | 0.22 | 356.97 | 0.51 | 0.54 |
| Hex | C6 | 4F | 55 | 0 | 3C | 39 | 16 | 165 | 33 | 36 |
| Octal | 306 | 117 | 125 | 0 | 74 | 71 | 26 | 545 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1010101 | 0 | 111100 | 111001 | 10110 | 101100101 | 110011 | 110110 |
Color Harmonies of #C64F55
Complementary color
Monochromatic Colors of #C64F55
Black with #C64F55
Text Example
Text Example
White with #C64F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F55; }
p { color: rgb(198,79,85); }
H1.HeaderClassName
{
color: #C64F55;
}
.AnyTagClassName
{
color: #C64F55;
}
</style>
background-color css
<style>
a { background-color: #C64F55; }
a { background-color: rgb(198,79,85); }
div.DivClassName
{
background-color: #C64F55;
}
.BgClassName
{
background-color: #C64F55;
}
</style>
border-color css
<style>
span { border-color: #C64F55; }
span { border-color: rgb(198,79,85); }
td.TdClassName
{
border-color: #C64F55;
}
.TagClassName
{
border-color: #C64F55;
}
</style>