Shades of Mandy #C8444E
Tints of Mandy #C8444E
RGB
CMYK
RGB Variations
Color information
#C8444E (or 0xC8444E) is known color: Mandy. HEX triplet: C8, 44 and 4E. RGB value is (200,68,78). Sum of RGB (Red+Green+Blue) = 200+68+78=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8444E is #37BBB1. Grayscale: #6C6C6C. Windows color (decimal): -3652530 or 5129416. OLE color: 5129416.
HSL color Cylindrical-coordinate representation of color #C8444E: hue angle of 355.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8444E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 78 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.22 |
| HSL | 355.45º | 0.55% | 0.53% | - |
| HSV(B) | 355.45º | 0.66% | 0.78% | - |
| XYZ | 27.26 | 16.96 | 9.05 | - |
| YUV | 108.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 78 | 0 | 0.66 | 0.61 | 0.22 | 355.45 | 0.55 | 0.53 |
| Hex | C8 | 44 | 4E | 0 | 42 | 3D | 16 | 163 | 37 | 35 |
| Octal | 310 | 104 | 116 | 0 | 102 | 75 | 26 | 543 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1001110 | 0 | 1000010 | 111101 | 10110 | 101100011 | 110111 | 110101 |
Color Harmonies of #C8444E
Complementary color
Monochromatic Colors of #C8444E
Black with #C8444E
Text Example
Text Example
White with #C8444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8444E; }
p { color: rgb(200,68,78); }
H1.HeaderClassName
{
color: #C8444E;
}
.AnyTagClassName
{
color: #C8444E;
}
</style>
background-color css
<style>
a { background-color: #C8444E; }
a { background-color: rgb(200,68,78); }
div.DivClassName
{
background-color: #C8444E;
}
.BgClassName
{
background-color: #C8444E;
}
</style>
border-color css
<style>
span { border-color: #C8444E; }
span { border-color: rgb(200,68,78); }
td.TdClassName
{
border-color: #C8444E;
}
.TagClassName
{
border-color: #C8444E;
}
</style>