Shades of Mandy #C8444C
Tints of Mandy #C8444C
RGB
CMYK
RGB Variations
Color information
#C8444C (or 0xC8444C) is known color: Mandy. HEX triplet: C8, 44 and 4C. RGB value is (200,68,76). Sum of RGB (Red+Green+Blue) = 200+68+76=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8444C is #37BBB3. Grayscale: #6C6C6C. Windows color (decimal): -3652532 or 4998344. OLE color: 4998344.
HSL color Cylindrical-coordinate representation of color #C8444C: hue angle of 356.36º 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 #C8444C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 76 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 356.36º | 0.55% | 0.53% | - |
| HSV(B) | 356.36º | 0.66% | 0.78% | - |
| XYZ | 27.19 | 16.94 | 8.67 | - |
| YUV | 108.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 76 | 0 | 0.66 | 0.62 | 0.22 | 356.36 | 0.55 | 0.53 |
| Hex | C8 | 44 | 4C | 0 | 42 | 3E | 16 | 164 | 37 | 35 |
| Octal | 310 | 104 | 114 | 0 | 102 | 76 | 26 | 544 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1001100 | 0 | 1000010 | 111110 | 10110 | 101100100 | 110111 | 110101 |
Color Harmonies of #C8444C
Complementary color
Monochromatic Colors of #C8444C
Black with #C8444C
Text Example
Text Example
White with #C8444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8444C; }
p { color: rgb(200,68,76); }
H1.HeaderClassName
{
color: #C8444C;
}
.AnyTagClassName
{
color: #C8444C;
}
</style>
background-color css
<style>
a { background-color: #C8444C; }
a { background-color: rgb(200,68,76); }
div.DivClassName
{
background-color: #C8444C;
}
.BgClassName
{
background-color: #C8444C;
}
</style>
border-color css
<style>
span { border-color: #C8444C; }
span { border-color: rgb(200,68,76); }
td.TdClassName
{
border-color: #C8444C;
}
.TagClassName
{
border-color: #C8444C;
}
</style>