Shades of Mandy #C65456
Tints of Mandy #C65456
RGB
CMYK
RGB Variations
Color information
#C65456 (or 0xC65456) is known color: Mandy. HEX triplet: C6, 54 and 56. RGB value is (198,84,86). Sum of RGB (Red+Green+Blue) = 198+84+86=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65456 is #39ABA9. Grayscale: #767676. Windows color (decimal): -3779498 or 5657798. OLE color: 5657798.
HSL color Cylindrical-coordinate representation of color #C65456: hue angle of 358.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65456 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 86 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.22 |
| HSL | 358.95º | 0.5% | 0.55% | - |
| HSV(B) | 358.95º | 0.58% | 0.78% | - |
| XYZ | 28.14 | 19.02 | 10.99 | - |
| YUV | 118.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 86 | 0 | 0.58 | 0.57 | 0.22 | 358.95 | 0.5 | 0.55 |
| Hex | C6 | 54 | 56 | 0 | 3A | 39 | 16 | 167 | 32 | 37 |
| Octal | 306 | 124 | 126 | 0 | 72 | 71 | 26 | 547 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1010110 | 0 | 111010 | 111001 | 10110 | 101100111 | 110010 | 110111 |
Color Harmonies of #C65456
Complementary color
Monochromatic Colors of #C65456
Black with #C65456
Text Example
Text Example
White with #C65456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65456; }
p { color: rgb(198,84,86); }
H1.HeaderClassName
{
color: #C65456;
}
.AnyTagClassName
{
color: #C65456;
}
</style>
background-color css
<style>
a { background-color: #C65456; }
a { background-color: rgb(198,84,86); }
div.DivClassName
{
background-color: #C65456;
}
.BgClassName
{
background-color: #C65456;
}
</style>
border-color css
<style>
span { border-color: #C65456; }
span { border-color: rgb(198,84,86); }
td.TdClassName
{
border-color: #C65456;
}
.TagClassName
{
border-color: #C65456;
}
</style>