Shades of Mandy #C64556
Tints of Mandy #C64556
RGB
CMYK
RGB Variations
Color information
#C64556 (or 0xC64556) is known color: Mandy. HEX triplet: C6, 45 and 56. RGB value is (198,69,86). Sum of RGB (Red+Green+Blue) = 198+69+86=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64556 is #39BAA9. Grayscale: #6D6D6D. Windows color (decimal): -3783338 or 5653958. OLE color: 5653958.
HSL color Cylindrical-coordinate representation of color #C64556: hue angle of 352.09º 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 #C64556 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 86 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.22 |
| HSL | 352.09º | 0.53% | 0.52% | - |
| HSV(B) | 352.09º | 0.65% | 0.78% | - |
| XYZ | 27.1 | 16.93 | 10.64 | - |
| YUV | 109.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 86 | 0 | 0.65 | 0.57 | 0.22 | 352.09 | 0.53 | 0.52 |
| Hex | C6 | 45 | 56 | 0 | 41 | 39 | 16 | 160 | 35 | 34 |
| Octal | 306 | 105 | 126 | 0 | 101 | 71 | 26 | 540 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1010110 | 0 | 1000001 | 111001 | 10110 | 101100000 | 110101 | 110100 |
Color Harmonies of #C64556
Complementary color
Monochromatic Colors of #C64556
Black with #C64556
Text Example
Text Example
White with #C64556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64556; }
p { color: rgb(198,69,86); }
H1.HeaderClassName
{
color: #C64556;
}
.AnyTagClassName
{
color: #C64556;
}
</style>
background-color css
<style>
a { background-color: #C64556; }
a { background-color: rgb(198,69,86); }
div.DivClassName
{
background-color: #C64556;
}
.BgClassName
{
background-color: #C64556;
}
</style>
border-color css
<style>
span { border-color: #C64556; }
span { border-color: rgb(198,69,86); }
td.TdClassName
{
border-color: #C64556;
}
.TagClassName
{
border-color: #C64556;
}
</style>