Shades of Mandy #C8454E
Tints of Mandy #C8454E
RGB
CMYK
RGB Variations
Color information
#C8454E (or 0xC8454E) is known color: Mandy. HEX triplet: C8, 45 and 4E. RGB value is (200,69,78). Sum of RGB (Red+Green+Blue) = 200+69+78=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8454E is #37BAB1. Grayscale: #6D6D6D. Windows color (decimal): -3652274 or 5129672. OLE color: 5129672.
HSL color Cylindrical-coordinate representation of color #C8454E: hue angle of 355.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8454E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 78 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.22 |
| HSL | 355.88º | 0.54% | 0.53% | - |
| HSV(B) | 355.88º | 0.66% | 0.78% | - |
| XYZ | 27.32 | 17.09 | 9.07 | - |
| YUV | 109.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 78 | 0 | 0.66 | 0.61 | 0.22 | 355.88 | 0.54 | 0.53 |
| Hex | C8 | 45 | 4E | 0 | 42 | 3D | 16 | 164 | 36 | 35 |
| Octal | 310 | 105 | 116 | 0 | 102 | 75 | 26 | 544 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1001110 | 0 | 1000010 | 111101 | 10110 | 101100100 | 110110 | 110101 |
Color Harmonies of #C8454E
Complementary color
Monochromatic Colors of #C8454E
Black with #C8454E
Text Example
Text Example
White with #C8454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8454E; }
p { color: rgb(200,69,78); }
H1.HeaderClassName
{
color: #C8454E;
}
.AnyTagClassName
{
color: #C8454E;
}
</style>
background-color css
<style>
a { background-color: #C8454E; }
a { background-color: rgb(200,69,78); }
div.DivClassName
{
background-color: #C8454E;
}
.BgClassName
{
background-color: #C8454E;
}
</style>
border-color css
<style>
span { border-color: #C8454E; }
span { border-color: rgb(200,69,78); }
td.TdClassName
{
border-color: #C8454E;
}
.TagClassName
{
border-color: #C8454E;
}
</style>