Shades of Mandy #C64950
Tints of Mandy #C64950
RGB
CMYK
RGB Variations
Color information
#C64950 (or 0xC64950) is known color: Mandy. HEX triplet: C6, 49 and 50. RGB value is (198,73,80). Sum of RGB (Red+Green+Blue) = 198+73+80=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64950 is #39B6AF. Grayscale: #6F6F6F. Windows color (decimal): -3782320 or 5261766. OLE color: 5261766.
HSL color Cylindrical-coordinate representation of color #C64950: hue angle of 356.64º 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 #C64950 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 80 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.22 |
| HSL | 356.64º | 0.52% | 0.53% | - |
| HSV(B) | 356.64º | 0.63% | 0.78% | - |
| XYZ | 27.12 | 17.35 | 9.51 | - |
| YUV | 111.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 80 | 0 | 0.63 | 0.60 | 0.22 | 356.64 | 0.52 | 0.53 |
| Hex | C6 | 49 | 50 | 0 | 3F | 3C | 16 | 165 | 34 | 35 |
| Octal | 306 | 111 | 120 | 0 | 77 | 74 | 26 | 545 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1010000 | 0 | 111111 | 111100 | 10110 | 101100101 | 110100 | 110101 |
Color Harmonies of #C64950
Complementary color
Monochromatic Colors of #C64950
Black with #C64950
Text Example
Text Example
White with #C64950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64950; }
p { color: rgb(198,73,80); }
H1.HeaderClassName
{
color: #C64950;
}
.AnyTagClassName
{
color: #C64950;
}
</style>
background-color css
<style>
a { background-color: #C64950; }
a { background-color: rgb(198,73,80); }
div.DivClassName
{
background-color: #C64950;
}
.BgClassName
{
background-color: #C64950;
}
</style>
border-color css
<style>
span { border-color: #C64950; }
span { border-color: rgb(198,73,80); }
td.TdClassName
{
border-color: #C64950;
}
.TagClassName
{
border-color: #C64950;
}
</style>