Shades of Mandy #C0444D
Tints of Mandy #C0444D
RGB
CMYK
RGB Variations
Color information
#C0444D (or 0xC0444D) is known color: Mandy. HEX triplet: C0, 44 and 4D. RGB value is (192,68,77). Sum of RGB (Red+Green+Blue) = 192+68+77=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0444D is #3FBBB2. Grayscale: #6A6A6A. Windows color (decimal): -4176819 or 5063872. OLE color: 5063872.
HSL color Cylindrical-coordinate representation of color #C0444D: hue angle of 355.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0444D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 77 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.25 |
| HSL | 355.65º | 0.5% | 0.51% | - |
| HSV(B) | 355.65º | 0.65% | 0.75% | - |
| XYZ | 25.14 | 15.88 | 8.76 | - |
| YUV | 106.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 77 | 0 | 0.65 | 0.60 | 0.25 | 355.65 | 0.5 | 0.51 |
| Hex | C0 | 44 | 4D | 0 | 41 | 3C | 19 | 164 | 32 | 33 |
| Octal | 300 | 104 | 115 | 0 | 101 | 74 | 31 | 544 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1001101 | 0 | 1000001 | 111100 | 11001 | 101100100 | 110010 | 110011 |
Color Harmonies of #C0444D
Complementary color
Monochromatic Colors of #C0444D
Black with #C0444D
Text Example
Text Example
White with #C0444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0444D; }
p { color: rgb(192,68,77); }
H1.HeaderClassName
{
color: #C0444D;
}
.AnyTagClassName
{
color: #C0444D;
}
</style>
background-color css
<style>
a { background-color: #C0444D; }
a { background-color: rgb(192,68,77); }
div.DivClassName
{
background-color: #C0444D;
}
.BgClassName
{
background-color: #C0444D;
}
</style>
border-color css
<style>
span { border-color: #C0444D; }
span { border-color: rgb(192,68,77); }
td.TdClassName
{
border-color: #C0444D;
}
.TagClassName
{
border-color: #C0444D;
}
</style>