Shades of Mandy #C84A57
Tints of Mandy #C84A57
RGB
CMYK
RGB Variations
Color information
#C84A57 (or 0xC84A57) is known color: Mandy. HEX triplet: C8, 4A and 57. RGB value is (200,74,87). Sum of RGB (Red+Green+Blue) = 200+74+87=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A57 is #37B5A8. Grayscale: #717171. Windows color (decimal): -3650985 or 5720776. OLE color: 5720776.
HSL color Cylindrical-coordinate representation of color #C84A57: hue angle of 353.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A57 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 87 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.22 |
| HSL | 353.81º | 0.53% | 0.54% | - |
| HSV(B) | 353.81º | 0.63% | 0.78% | - |
| XYZ | 27.99 | 17.87 | 10.99 | - |
| YUV | 113.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 87 | 0 | 0.63 | 0.56 | 0.22 | 353.81 | 0.53 | 0.54 |
| Hex | C8 | 4A | 57 | 0 | 3F | 38 | 16 | 162 | 35 | 36 |
| Octal | 310 | 112 | 127 | 0 | 77 | 70 | 26 | 542 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1010111 | 0 | 111111 | 111000 | 10110 | 101100010 | 110101 | 110110 |
Color Harmonies of #C84A57
Complementary color
Monochromatic Colors of #C84A57
Black with #C84A57
Text Example
Text Example
White with #C84A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A57; }
p { color: rgb(200,74,87); }
H1.HeaderClassName
{
color: #C84A57;
}
.AnyTagClassName
{
color: #C84A57;
}
</style>
background-color css
<style>
a { background-color: #C84A57; }
a { background-color: rgb(200,74,87); }
div.DivClassName
{
background-color: #C84A57;
}
.BgClassName
{
background-color: #C84A57;
}
</style>
border-color css
<style>
span { border-color: #C84A57; }
span { border-color: rgb(200,74,87); }
td.TdClassName
{
border-color: #C84A57;
}
.TagClassName
{
border-color: #C84A57;
}
</style>