Shades of Mandy #C8495A
Tints of Mandy #C8495A
RGB
CMYK
RGB Variations
Color information
#C8495A (or 0xC8495A) is known color: Mandy. HEX triplet: C8, 49 and 5A. RGB value is (200,73,90). Sum of RGB (Red+Green+Blue) = 200+73+90=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8495A is #37B6A5. Grayscale: #707070. Windows color (decimal): -3651238 or 5917128. OLE color: 5917128.
HSL color Cylindrical-coordinate representation of color #C8495A: hue angle of 351.97º 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 #C8495A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 90 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.22 |
| HSL | 351.97º | 0.54% | 0.54% | - |
| HSV(B) | 351.97º | 0.64% | 0.78% | - |
| XYZ | 28.05 | 17.78 | 11.63 | - |
| YUV | 112.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 90 | 0 | 0.64 | 0.55 | 0.22 | 351.97 | 0.54 | 0.54 |
| Hex | C8 | 49 | 5A | 0 | 40 | 37 | 16 | 160 | 36 | 36 |
| Octal | 310 | 111 | 132 | 0 | 100 | 67 | 26 | 540 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1011010 | 0 | 1000000 | 110111 | 10110 | 101100000 | 110110 | 110110 |
Color Harmonies of #C8495A
Complementary color
Monochromatic Colors of #C8495A
Black with #C8495A
Text Example
Text Example
White with #C8495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8495A; }
p { color: rgb(200,73,90); }
H1.HeaderClassName
{
color: #C8495A;
}
.AnyTagClassName
{
color: #C8495A;
}
</style>
background-color css
<style>
a { background-color: #C8495A; }
a { background-color: rgb(200,73,90); }
div.DivClassName
{
background-color: #C8495A;
}
.BgClassName
{
background-color: #C8495A;
}
</style>
border-color css
<style>
span { border-color: #C8495A; }
span { border-color: rgb(200,73,90); }
td.TdClassName
{
border-color: #C8495A;
}
.TagClassName
{
border-color: #C8495A;
}
</style>