Shades of Mandy #C64451
Tints of Mandy #C64451
RGB
CMYK
RGB Variations
Color information
#C64451 (or 0xC64451) is known color: Mandy. HEX triplet: C6, 44 and 51. RGB value is (198,68,81). Sum of RGB (Red+Green+Blue) = 198+68+81=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64451 is #39BBAE. Grayscale: #6C6C6C. Windows color (decimal): -3783599 or 5326022. OLE color: 5326022.
HSL color Cylindrical-coordinate representation of color #C64451: hue angle of 354º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64451 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 81 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.22 |
| HSL | 354º | 0.53% | 0.52% | - |
| HSV(B) | 354º | 0.66% | 0.78% | - |
| XYZ | 26.84 | 16.73 | 9.6 | - |
| YUV | 108.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 81 | 0 | 0.66 | 0.59 | 0.22 | 354 | 0.53 | 0.52 |
| Hex | C6 | 44 | 51 | 0 | 42 | 3B | 16 | 162 | 35 | 34 |
| Octal | 306 | 104 | 121 | 0 | 102 | 73 | 26 | 542 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1010001 | 0 | 1000010 | 111011 | 10110 | 101100010 | 110101 | 110100 |
Color Harmonies of #C64451
Complementary color
Monochromatic Colors of #C64451
Black with #C64451
Text Example
Text Example
White with #C64451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64451; }
p { color: rgb(198,68,81); }
H1.HeaderClassName
{
color: #C64451;
}
.AnyTagClassName
{
color: #C64451;
}
</style>
background-color css
<style>
a { background-color: #C64451; }
a { background-color: rgb(198,68,81); }
div.DivClassName
{
background-color: #C64451;
}
.BgClassName
{
background-color: #C64451;
}
</style>
border-color css
<style>
span { border-color: #C64451; }
span { border-color: rgb(198,68,81); }
td.TdClassName
{
border-color: #C64451;
}
.TagClassName
{
border-color: #C64451;
}
</style>