Shades of Mandy #C8444F
Tints of Mandy #C8444F
RGB
CMYK
RGB Variations
Color information
#C8444F (or 0xC8444F) is known color: Mandy. HEX triplet: C8, 44 and 4F. RGB value is (200,68,79). Sum of RGB (Red+Green+Blue) = 200+68+79=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8444F is #37BBB0. Grayscale: #6C6C6C. Windows color (decimal): -3652529 or 5194952. OLE color: 5194952.
HSL color Cylindrical-coordinate representation of color #C8444F: hue angle of 355º 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 #C8444F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 79 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.22 |
| HSL | 355º | 0.55% | 0.53% | - |
| HSV(B) | 355º | 0.66% | 0.78% | - |
| XYZ | 27.3 | 16.98 | 9.24 | - |
| YUV | 108.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 79 | 0 | 0.66 | 0.60 | 0.22 | 355 | 0.55 | 0.53 |
| Hex | C8 | 44 | 4F | 0 | 42 | 3C | 16 | 163 | 37 | 35 |
| Octal | 310 | 104 | 117 | 0 | 102 | 74 | 26 | 543 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1001111 | 0 | 1000010 | 111100 | 10110 | 101100011 | 110111 | 110101 |
Color Harmonies of #C8444F
Complementary color
Monochromatic Colors of #C8444F
Black with #C8444F
Text Example
Text Example
White with #C8444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8444F; }
p { color: rgb(200,68,79); }
H1.HeaderClassName
{
color: #C8444F;
}
.AnyTagClassName
{
color: #C8444F;
}
</style>
background-color css
<style>
a { background-color: #C8444F; }
a { background-color: rgb(200,68,79); }
div.DivClassName
{
background-color: #C8444F;
}
.BgClassName
{
background-color: #C8444F;
}
</style>
border-color css
<style>
span { border-color: #C8444F; }
span { border-color: rgb(200,68,79); }
td.TdClassName
{
border-color: #C8444F;
}
.TagClassName
{
border-color: #C8444F;
}
</style>