Shades of Mandy #C8444D
Tints of Mandy #C8444D
RGB
CMYK
RGB Variations
Color information
#C8444D (or 0xC8444D) is known color: Mandy. HEX triplet: C8, 44 and 4D. RGB value is (200,68,77). Sum of RGB (Red+Green+Blue) = 200+68+77=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8444D is #37BBB2. Grayscale: #6C6C6C. Windows color (decimal): -3652531 or 5063880. OLE color: 5063880.
HSL color Cylindrical-coordinate representation of color #C8444D: hue angle of 355.91º 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 #C8444D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 77 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 355.91º | 0.55% | 0.53% | - |
| HSV(B) | 355.91º | 0.66% | 0.78% | - |
| XYZ | 27.23 | 16.95 | 8.86 | - |
| YUV | 108.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 77 | 0 | 0.66 | 0.62 | 0.22 | 355.91 | 0.55 | 0.53 |
| Hex | C8 | 44 | 4D | 0 | 42 | 3E | 16 | 164 | 37 | 35 |
| Octal | 310 | 104 | 115 | 0 | 102 | 76 | 26 | 544 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1001101 | 0 | 1000010 | 111110 | 10110 | 101100100 | 110111 | 110101 |
Color Harmonies of #C8444D
Complementary color
Monochromatic Colors of #C8444D
Black with #C8444D
Text Example
Text Example
White with #C8444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8444D; }
p { color: rgb(200,68,77); }
H1.HeaderClassName
{
color: #C8444D;
}
.AnyTagClassName
{
color: #C8444D;
}
</style>
background-color css
<style>
a { background-color: #C8444D; }
a { background-color: rgb(200,68,77); }
div.DivClassName
{
background-color: #C8444D;
}
.BgClassName
{
background-color: #C8444D;
}
</style>
border-color css
<style>
span { border-color: #C8444D; }
span { border-color: rgb(200,68,77); }
td.TdClassName
{
border-color: #C8444D;
}
.TagClassName
{
border-color: #C8444D;
}
</style>