Shades of Mandy #C64C4D
Tints of Mandy #C64C4D
RGB
CMYK
RGB Variations
Color information
#C64C4D (or 0xC64C4D) is known color: Mandy. HEX triplet: C6, 4C and 4D. RGB value is (198,76,77). Sum of RGB (Red+Green+Blue) = 198+76+77=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C4D is #39B3B2. Grayscale: #707070. Windows color (decimal): -3781555 or 5065926. OLE color: 5065926.
HSL color Cylindrical-coordinate representation of color #C64C4D: hue angle of 359.51º 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 #C64C4D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 77 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.22 |
| HSL | 359.51º | 0.52% | 0.54% | - |
| HSV(B) | 359.51º | 0.62% | 0.78% | - |
| XYZ | 27.21 | 17.71 | 9.01 | - |
| YUV | 112.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 77 | 0 | 0.62 | 0.61 | 0.22 | 359.51 | 0.52 | 0.54 |
| Hex | C6 | 4C | 4D | 0 | 3E | 3D | 16 | 168 | 34 | 36 |
| Octal | 306 | 114 | 115 | 0 | 76 | 75 | 26 | 550 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1001101 | 0 | 111110 | 111101 | 10110 | 101101000 | 110100 | 110110 |
Color Harmonies of #C64C4D
Complementary color
Monochromatic Colors of #C64C4D
Black with #C64C4D
Text Example
Text Example
White with #C64C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C4D; }
p { color: rgb(198,76,77); }
H1.HeaderClassName
{
color: #C64C4D;
}
.AnyTagClassName
{
color: #C64C4D;
}
</style>
background-color css
<style>
a { background-color: #C64C4D; }
a { background-color: rgb(198,76,77); }
div.DivClassName
{
background-color: #C64C4D;
}
.BgClassName
{
background-color: #C64C4D;
}
</style>
border-color css
<style>
span { border-color: #C64C4D; }
span { border-color: rgb(198,76,77); }
td.TdClassName
{
border-color: #C64C4D;
}
.TagClassName
{
border-color: #C64C4D;
}
</style>