Shades of Mandy #C64A4C
Tints of Mandy #C64A4C
RGB
CMYK
RGB Variations
Color information
#C64A4C (or 0xC64A4C) is known color: Mandy. HEX triplet: C6, 4A and 4C. RGB value is (198,74,76). Sum of RGB (Red+Green+Blue) = 198+74+76=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A4C is #39B5B3. Grayscale: #6F6F6F. Windows color (decimal): -3782068 or 4999878. OLE color: 4999878.
HSL color Cylindrical-coordinate representation of color #C64A4C: hue angle of 359.03º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A4C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 76 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.22 |
| HSL | 359.03º | 0.52% | 0.53% | - |
| HSV(B) | 359.03º | 0.63% | 0.78% | - |
| XYZ | 27.04 | 17.43 | 8.78 | - |
| YUV | 111.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 76 | 0 | 0.63 | 0.62 | 0.22 | 359.03 | 0.52 | 0.53 |
| Hex | C6 | 4A | 4C | 0 | 3F | 3E | 16 | 167 | 34 | 35 |
| Octal | 306 | 112 | 114 | 0 | 77 | 76 | 26 | 547 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1001100 | 0 | 111111 | 111110 | 10110 | 101100111 | 110100 | 110101 |
Color Harmonies of #C64A4C
Complementary color
Monochromatic Colors of #C64A4C
Black with #C64A4C
Text Example
Text Example
White with #C64A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A4C; }
p { color: rgb(198,74,76); }
H1.HeaderClassName
{
color: #C64A4C;
}
.AnyTagClassName
{
color: #C64A4C;
}
</style>
background-color css
<style>
a { background-color: #C64A4C; }
a { background-color: rgb(198,74,76); }
div.DivClassName
{
background-color: #C64A4C;
}
.BgClassName
{
background-color: #C64A4C;
}
</style>
border-color css
<style>
span { border-color: #C64A4C; }
span { border-color: rgb(198,74,76); }
td.TdClassName
{
border-color: #C64A4C;
}
.TagClassName
{
border-color: #C64A4C;
}
</style>