Shades of Mandy #C8494A
Tints of Mandy #C8494A
RGB
CMYK
RGB Variations
Color information
#C8494A (or 0xC8494A) is known color: Mandy. HEX triplet: C8, 49 and 4A. RGB value is (200,73,74). Sum of RGB (Red+Green+Blue) = 200+73+74=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8494A is #37B6B5. Grayscale: #6F6F6F. Windows color (decimal): -3651254 or 4868552. OLE color: 4868552.
HSL color Cylindrical-coordinate representation of color #C8494A: hue angle of 359.53º 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 #C8494A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 74 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.22 |
| HSL | 359.53º | 0.54% | 0.54% | - |
| HSV(B) | 359.53º | 0.64% | 0.78% | - |
| XYZ | 27.44 | 17.54 | 8.42 | - |
| YUV | 111.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 74 | 0 | 0.64 | 0.63 | 0.22 | 359.53 | 0.54 | 0.54 |
| Hex | C8 | 49 | 4A | 0 | 40 | 3F | 16 | 168 | 36 | 36 |
| Octal | 310 | 111 | 112 | 0 | 100 | 77 | 26 | 550 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1001010 | 0 | 1000000 | 111111 | 10110 | 101101000 | 110110 | 110110 |
Color Harmonies of #C8494A
Complementary color
Monochromatic Colors of #C8494A
Black with #C8494A
Text Example
Text Example
White with #C8494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8494A; }
p { color: rgb(200,73,74); }
H1.HeaderClassName
{
color: #C8494A;
}
.AnyTagClassName
{
color: #C8494A;
}
</style>
background-color css
<style>
a { background-color: #C8494A; }
a { background-color: rgb(200,73,74); }
div.DivClassName
{
background-color: #C8494A;
}
.BgClassName
{
background-color: #C8494A;
}
</style>
border-color css
<style>
span { border-color: #C8494A; }
span { border-color: rgb(200,73,74); }
td.TdClassName
{
border-color: #C8494A;
}
.TagClassName
{
border-color: #C8494A;
}
</style>