Shades of Mandy #C84655
Tints of Mandy #C84655
RGB
CMYK
RGB Variations
Color information
#C84655 (or 0xC84655) is known color: Mandy. HEX triplet: C8, 46 and 55. RGB value is (200,70,85). Sum of RGB (Red+Green+Blue) = 200+70+85=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C84655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84655 is #37B9AA. Grayscale: #6E6E6E. Windows color (decimal): -3652011 or 5588680. OLE color: 5588680.
HSL color Cylindrical-coordinate representation of color #C84655: hue angle of 353.08º degrees, saturation: 0.54, 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 #C84655 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 85 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.22 |
| HSL | 353.08º | 0.54% | 0.53% | - |
| HSV(B) | 353.08º | 0.65% | 0.78% | - |
| XYZ | 27.65 | 17.32 | 10.48 | - |
| YUV | 110.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 85 | 0 | 0.65 | 0.58 | 0.22 | 353.08 | 0.54 | 0.53 |
| Hex | C8 | 46 | 55 | 0 | 41 | 3A | 16 | 161 | 36 | 35 |
| Octal | 310 | 106 | 125 | 0 | 101 | 72 | 26 | 541 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1010101 | 0 | 1000001 | 111010 | 10110 | 101100001 | 110110 | 110101 |
Color Harmonies of #C84655
Complementary color
Monochromatic Colors of #C84655
Black with #C84655
Text Example
Text Example
White with #C84655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84655; }
p { color: rgb(200,70,85); }
H1.HeaderClassName
{
color: #C84655;
}
.AnyTagClassName
{
color: #C84655;
}
</style>
background-color css
<style>
a { background-color: #C84655; }
a { background-color: rgb(200,70,85); }
div.DivClassName
{
background-color: #C84655;
}
.BgClassName
{
background-color: #C84655;
}
</style>
border-color css
<style>
span { border-color: #C84655; }
span { border-color: rgb(200,70,85); }
td.TdClassName
{
border-color: #C84655;
}
.TagClassName
{
border-color: #C84655;
}
</style>