Shades of Mandy #C64557
Tints of Mandy #C64557
RGB
CMYK
RGB Variations
Color information
#C64557 (or 0xC64557) is known color: Mandy. HEX triplet: C6, 45 and 57. RGB value is (198,69,87). Sum of RGB (Red+Green+Blue) = 198+69+87=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64557 is #39BAA8. Grayscale: #6D6D6D. Windows color (decimal): -3783337 or 5719494. OLE color: 5719494.
HSL color Cylindrical-coordinate representation of color #C64557: hue angle of 351.63º 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 #C64557 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 87 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 351.63º | 0.53% | 0.52% | - |
| HSV(B) | 351.63º | 0.65% | 0.78% | - |
| XYZ | 27.14 | 16.95 | 10.86 | - |
| YUV | 109.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 87 | 0 | 0.65 | 0.56 | 0.22 | 351.63 | 0.53 | 0.52 |
| Hex | C6 | 45 | 57 | 0 | 41 | 38 | 16 | 160 | 35 | 34 |
| Octal | 306 | 105 | 127 | 0 | 101 | 70 | 26 | 540 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1010111 | 0 | 1000001 | 111000 | 10110 | 101100000 | 110101 | 110100 |
Color Harmonies of #C64557
Complementary color
Monochromatic Colors of #C64557
Black with #C64557
Text Example
Text Example
White with #C64557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64557; }
p { color: rgb(198,69,87); }
H1.HeaderClassName
{
color: #C64557;
}
.AnyTagClassName
{
color: #C64557;
}
</style>
background-color css
<style>
a { background-color: #C64557; }
a { background-color: rgb(198,69,87); }
div.DivClassName
{
background-color: #C64557;
}
.BgClassName
{
background-color: #C64557;
}
</style>
border-color css
<style>
span { border-color: #C64557; }
span { border-color: rgb(198,69,87); }
td.TdClassName
{
border-color: #C64557;
}
.TagClassName
{
border-color: #C64557;
}
</style>