Shades of Mandy #C84F56
Tints of Mandy #C84F56
RGB
CMYK
RGB Variations
Color information
#C84F56 (or 0xC84F56) is known color: Mandy. HEX triplet: C8, 4F and 56. RGB value is (200,79,86). Sum of RGB (Red+Green+Blue) = 200+79+86=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F56 is #37B0A9. Grayscale: #747474. Windows color (decimal): -3649706 or 5656520. OLE color: 5656520.
HSL color Cylindrical-coordinate representation of color #C84F56: hue angle of 356.53º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F56 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 86 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.22 |
| HSL | 356.53º | 0.52% | 0.55% | - |
| HSV(B) | 356.53º | 0.61% | 0.78% | - |
| XYZ | 28.3 | 18.54 | 10.89 | - |
| YUV | 115.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 86 | 0 | 0.60 | 0.57 | 0.22 | 356.53 | 0.52 | 0.55 |
| Hex | C8 | 4F | 56 | 0 | 3C | 39 | 16 | 165 | 34 | 37 |
| Octal | 310 | 117 | 126 | 0 | 74 | 71 | 26 | 545 | 64 | 67 |
| Binary | 11001000 | 1001111 | 1010110 | 0 | 111100 | 111001 | 10110 | 101100101 | 110100 | 110111 |
Color Harmonies of #C84F56
Complementary color
Monochromatic Colors of #C84F56
Black with #C84F56
Text Example
Text Example
White with #C84F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F56; }
p { color: rgb(200,79,86); }
H1.HeaderClassName
{
color: #C84F56;
}
.AnyTagClassName
{
color: #C84F56;
}
</style>
background-color css
<style>
a { background-color: #C84F56; }
a { background-color: rgb(200,79,86); }
div.DivClassName
{
background-color: #C84F56;
}
.BgClassName
{
background-color: #C84F56;
}
</style>
border-color css
<style>
span { border-color: #C84F56; }
span { border-color: rgb(200,79,86); }
td.TdClassName
{
border-color: #C84F56;
}
.TagClassName
{
border-color: #C84F56;
}
</style>