Shades of Mandy #C6464A
Tints of Mandy #C6464A
RGB
CMYK
RGB Variations
Color information
#C6464A (or 0xC6464A) is known color: Mandy. HEX triplet: C6, 46 and 4A. RGB value is (198,70,74). Sum of RGB (Red+Green+Blue) = 198+70+74=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6464A is #39B9B5. Grayscale: #6C6C6C. Windows color (decimal): -3783094 or 4867782. OLE color: 4867782.
HSL color Cylindrical-coordinate representation of color #C6464A: hue angle of 358.12º 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 #C6464A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 74 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.22 |
| HSL | 358.13º | 0.53% | 0.53% | - |
| HSV(B) | 358.13º | 0.65% | 0.78% | - |
| XYZ | 26.71 | 16.88 | 8.33 | - |
| YUV | 108.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 74 | 0 | 0.65 | 0.63 | 0.22 | 358.13 | 0.53 | 0.53 |
| Hex | C6 | 46 | 4A | 0 | 41 | 3F | 16 | 166 | 35 | 35 |
| Octal | 306 | 106 | 112 | 0 | 101 | 77 | 26 | 546 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1001010 | 0 | 1000001 | 111111 | 10110 | 101100110 | 110101 | 110101 |
Color Harmonies of #C6464A
Complementary color
Monochromatic Colors of #C6464A
Black with #C6464A
Text Example
Text Example
White with #C6464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6464A; }
p { color: rgb(198,70,74); }
H1.HeaderClassName
{
color: #C6464A;
}
.AnyTagClassName
{
color: #C6464A;
}
</style>
background-color css
<style>
a { background-color: #C6464A; }
a { background-color: rgb(198,70,74); }
div.DivClassName
{
background-color: #C6464A;
}
.BgClassName
{
background-color: #C6464A;
}
</style>
border-color css
<style>
span { border-color: #C6464A; }
span { border-color: rgb(198,70,74); }
td.TdClassName
{
border-color: #C6464A;
}
.TagClassName
{
border-color: #C6464A;
}
</style>