Shades of Mandy #C64C4E
Tints of Mandy #C64C4E
RGB
CMYK
RGB Variations
Color information
#C64C4E (or 0xC64C4E) is known color: Mandy. HEX triplet: C6, 4C and 4E. RGB value is (198,76,78). Sum of RGB (Red+Green+Blue) = 198+76+78=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C4E is #39B3B1. Grayscale: #707070. Windows color (decimal): -3781554 or 5131462. OLE color: 5131462.
HSL color Cylindrical-coordinate representation of color #C64C4E: hue angle of 359.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C4E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 78 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.22 |
| HSL | 359.02º | 0.52% | 0.54% | - |
| HSV(B) | 359.02º | 0.62% | 0.78% | - |
| XYZ | 27.25 | 17.72 | 9.19 | - |
| YUV | 112.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 78 | 0 | 0.62 | 0.61 | 0.22 | 359.02 | 0.52 | 0.54 |
| Hex | C6 | 4C | 4E | 0 | 3E | 3D | 16 | 167 | 34 | 36 |
| Octal | 306 | 114 | 116 | 0 | 76 | 75 | 26 | 547 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1001110 | 0 | 111110 | 111101 | 10110 | 101100111 | 110100 | 110110 |
Color Harmonies of #C64C4E
Complementary color
Monochromatic Colors of #C64C4E
Black with #C64C4E
Text Example
Text Example
White with #C64C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C4E; }
p { color: rgb(198,76,78); }
H1.HeaderClassName
{
color: #C64C4E;
}
.AnyTagClassName
{
color: #C64C4E;
}
</style>
background-color css
<style>
a { background-color: #C64C4E; }
a { background-color: rgb(198,76,78); }
div.DivClassName
{
background-color: #C64C4E;
}
.BgClassName
{
background-color: #C64C4E;
}
</style>
border-color css
<style>
span { border-color: #C64C4E; }
span { border-color: rgb(198,76,78); }
td.TdClassName
{
border-color: #C64C4E;
}
.TagClassName
{
border-color: #C64C4E;
}
</style>