Shades of Mandy #C64550
Tints of Mandy #C64550
RGB
CMYK
RGB Variations
Color information
#C64550 (or 0xC64550) is known color: Mandy. HEX triplet: C6, 45 and 50. RGB value is (198,69,80). Sum of RGB (Red+Green+Blue) = 198+69+80=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64550 is #39BAAF. Grayscale: #6C6C6C. Windows color (decimal): -3783344 or 5260742. OLE color: 5260742.
HSL color Cylindrical-coordinate representation of color #C64550: hue angle of 354.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64550 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 80 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.22 |
| HSL | 354.88º | 0.53% | 0.52% | - |
| HSV(B) | 354.88º | 0.65% | 0.78% | - |
| XYZ | 26.86 | 16.84 | 9.42 | - |
| YUV | 108.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 80 | 0 | 0.65 | 0.60 | 0.22 | 354.88 | 0.53 | 0.52 |
| Hex | C6 | 45 | 50 | 0 | 41 | 3C | 16 | 163 | 35 | 34 |
| Octal | 306 | 105 | 120 | 0 | 101 | 74 | 26 | 543 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1010000 | 0 | 1000001 | 111100 | 10110 | 101100011 | 110101 | 110100 |
Color Harmonies of #C64550
Complementary color
Monochromatic Colors of #C64550
Black with #C64550
Text Example
Text Example
White with #C64550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64550; }
p { color: rgb(198,69,80); }
H1.HeaderClassName
{
color: #C64550;
}
.AnyTagClassName
{
color: #C64550;
}
</style>
background-color css
<style>
a { background-color: #C64550; }
a { background-color: rgb(198,69,80); }
div.DivClassName
{
background-color: #C64550;
}
.BgClassName
{
background-color: #C64550;
}
</style>
border-color css
<style>
span { border-color: #C64550; }
span { border-color: rgb(198,69,80); }
td.TdClassName
{
border-color: #C64550;
}
.TagClassName
{
border-color: #C64550;
}
</style>