Shades of Mandy #C8494F
Tints of Mandy #C8494F
RGB
CMYK
RGB Variations
Color information
#C8494F (or 0xC8494F) is known color: Mandy. HEX triplet: C8, 49 and 4F. RGB value is (200,73,79). Sum of RGB (Red+Green+Blue) = 200+73+79=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8494F is #37B6B0. Grayscale: #6F6F6F. Windows color (decimal): -3651249 or 5196232. OLE color: 5196232.
HSL color Cylindrical-coordinate representation of color #C8494F: hue angle of 357.17º degrees, saturation: 0.54, 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 #C8494F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 79 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.22 |
| HSL | 357.17º | 0.54% | 0.54% | - |
| HSV(B) | 357.17º | 0.64% | 0.78% | - |
| XYZ | 27.61 | 17.61 | 9.34 | - |
| YUV | 111.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 79 | 0 | 0.64 | 0.60 | 0.22 | 357.17 | 0.54 | 0.54 |
| Hex | C8 | 49 | 4F | 0 | 40 | 3C | 16 | 165 | 36 | 36 |
| Octal | 310 | 111 | 117 | 0 | 100 | 74 | 26 | 545 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1001111 | 0 | 1000000 | 111100 | 10110 | 101100101 | 110110 | 110110 |
Color Harmonies of #C8494F
Complementary color
Monochromatic Colors of #C8494F
Black with #C8494F
Text Example
Text Example
White with #C8494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8494F; }
p { color: rgb(200,73,79); }
H1.HeaderClassName
{
color: #C8494F;
}
.AnyTagClassName
{
color: #C8494F;
}
</style>
background-color css
<style>
a { background-color: #C8494F; }
a { background-color: rgb(200,73,79); }
div.DivClassName
{
background-color: #C8494F;
}
.BgClassName
{
background-color: #C8494F;
}
</style>
border-color css
<style>
span { border-color: #C8494F; }
span { border-color: rgb(200,73,79); }
td.TdClassName
{
border-color: #C8494F;
}
.TagClassName
{
border-color: #C8494F;
}
</style>