Shades of Mandy #C8444B
Tints of Mandy #C8444B
RGB
CMYK
RGB Variations
Color information
#C8444B (or 0xC8444B) is known color: Mandy. HEX triplet: C8, 44 and 4B. RGB value is (200,68,75). Sum of RGB (Red+Green+Blue) = 200+68+75=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8444B is #37BBB4. Grayscale: #6C6C6C. Windows color (decimal): -3652533 or 4932808. OLE color: 4932808.
HSL color Cylindrical-coordinate representation of color #C8444B: hue angle of 356.82º 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 #C8444B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 75 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 356.82º | 0.55% | 0.53% | - |
| HSV(B) | 356.82º | 0.66% | 0.78% | - |
| XYZ | 27.16 | 16.92 | 8.49 | - |
| YUV | 108.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 75 | 0 | 0.66 | 0.62 | 0.22 | 356.82 | 0.55 | 0.53 |
| Hex | C8 | 44 | 4B | 0 | 42 | 3E | 16 | 165 | 37 | 35 |
| Octal | 310 | 104 | 113 | 0 | 102 | 76 | 26 | 545 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1001011 | 0 | 1000010 | 111110 | 10110 | 101100101 | 110111 | 110101 |
Color Harmonies of #C8444B
Complementary color
Monochromatic Colors of #C8444B
Black with #C8444B
Text Example
Text Example
White with #C8444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8444B; }
p { color: rgb(200,68,75); }
H1.HeaderClassName
{
color: #C8444B;
}
.AnyTagClassName
{
color: #C8444B;
}
</style>
background-color css
<style>
a { background-color: #C8444B; }
a { background-color: rgb(200,68,75); }
div.DivClassName
{
background-color: #C8444B;
}
.BgClassName
{
background-color: #C8444B;
}
</style>
border-color css
<style>
span { border-color: #C8444B; }
span { border-color: rgb(200,68,75); }
td.TdClassName
{
border-color: #C8444B;
}
.TagClassName
{
border-color: #C8444B;
}
</style>