Shades of Mandy #C6464F
Tints of Mandy #C6464F
RGB
CMYK
RGB Variations
Color information
#C6464F (or 0xC6464F) is known color: Mandy. HEX triplet: C6, 46 and 4F. RGB value is (198,70,79). Sum of RGB (Red+Green+Blue) = 198+70+79=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6464F is #39B9B0. Grayscale: #6D6D6D. Windows color (decimal): -3783089 or 5195462. OLE color: 5195462.
HSL color Cylindrical-coordinate representation of color #C6464F: hue angle of 355.78º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6464F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 79 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.22 |
| HSL | 355.78º | 0.53% | 0.53% | - |
| HSV(B) | 355.78º | 0.65% | 0.78% | - |
| XYZ | 26.89 | 16.95 | 9.25 | - |
| YUV | 109.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 79 | 0 | 0.65 | 0.60 | 0.22 | 355.78 | 0.53 | 0.53 |
| Hex | C6 | 46 | 4F | 0 | 41 | 3C | 16 | 164 | 35 | 35 |
| Octal | 306 | 106 | 117 | 0 | 101 | 74 | 26 | 544 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1001111 | 0 | 1000001 | 111100 | 10110 | 101100100 | 110101 | 110101 |
Color Harmonies of #C6464F
Complementary color
Monochromatic Colors of #C6464F
Black with #C6464F
Text Example
Text Example
White with #C6464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6464F; }
p { color: rgb(198,70,79); }
H1.HeaderClassName
{
color: #C6464F;
}
.AnyTagClassName
{
color: #C6464F;
}
</style>
background-color css
<style>
a { background-color: #C6464F; }
a { background-color: rgb(198,70,79); }
div.DivClassName
{
background-color: #C6464F;
}
.BgClassName
{
background-color: #C6464F;
}
</style>
border-color css
<style>
span { border-color: #C6464F; }
span { border-color: rgb(198,70,79); }
td.TdClassName
{
border-color: #C6464F;
}
.TagClassName
{
border-color: #C6464F;
}
</style>