Shades of Mandy #C64851
Tints of Mandy #C64851
RGB
CMYK
RGB Variations
Color information
#C64851 (or 0xC64851) is known color: Mandy. HEX triplet: C6, 48 and 51. RGB value is (198,72,81). Sum of RGB (Red+Green+Blue) = 198+72+81=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64851 is #39B7AE. Grayscale: #6E6E6E. Windows color (decimal): -3782575 or 5327046. OLE color: 5327046.
HSL color Cylindrical-coordinate representation of color #C64851: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64851 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 81 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.22 |
| HSL | 355.71º | 0.53% | 0.53% | - |
| HSV(B) | 355.71º | 0.64% | 0.78% | - |
| XYZ | 27.09 | 17.23 | 9.68 | - |
| YUV | 110.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 81 | 0 | 0.64 | 0.59 | 0.22 | 355.71 | 0.53 | 0.53 |
| Hex | C6 | 48 | 51 | 0 | 40 | 3B | 16 | 164 | 34 | 35 |
| Octal | 306 | 110 | 121 | 0 | 100 | 73 | 26 | 544 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1010001 | 0 | 1000000 | 111011 | 10110 | 101100100 | 110100 | 110101 |
Color Harmonies of #C64851
Complementary color
Monochromatic Colors of #C64851
Black with #C64851
Text Example
Text Example
White with #C64851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64851; }
p { color: rgb(198,72,81); }
H1.HeaderClassName
{
color: #C64851;
}
.AnyTagClassName
{
color: #C64851;
}
</style>
background-color css
<style>
a { background-color: #C64851; }
a { background-color: rgb(198,72,81); }
div.DivClassName
{
background-color: #C64851;
}
.BgClassName
{
background-color: #C64851;
}
</style>
border-color css
<style>
span { border-color: #C64851; }
span { border-color: rgb(198,72,81); }
td.TdClassName
{
border-color: #C64851;
}
.TagClassName
{
border-color: #C64851;
}
</style>