Shades of Grenadier #C44F40
Tints of Grenadier #C44F40
RGB
CMYK
RGB Variations
Color information
#C44F40 (or 0xC44F40) is known color: Grenadier. HEX triplet: C4, 4F and 40. RGB value is (196,79,64). Sum of RGB (Red+Green+Blue) = 196+79+64=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F40 is #3BB0BF. Grayscale: #707070. Windows color (decimal): -3911872 or 4214724. OLE color: 4214724.
HSL color Cylindrical-coordinate representation of color #C44F40: hue angle of 6.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44F40 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 64 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.23 |
| HSL | 6.82º | 0.53% | 0.51% | - |
| HSV(B) | 6.82º | 0.67% | 0.77% | - |
| XYZ | 26.49 | 17.7 | 6.87 | - |
| YUV | 112.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 64 | 0 | 0.60 | 0.67 | 0.23 | 6.82 | 0.53 | 0.51 |
| Hex | C4 | 4F | 40 | 0 | 3C | 43 | 17 | 7 | 35 | 33 |
| Octal | 304 | 117 | 100 | 0 | 74 | 103 | 27 | 7 | 65 | 63 |
| Binary | 11000100 | 1001111 | 1000000 | 0 | 111100 | 1000011 | 10111 | 111 | 110101 | 110011 |
Color Harmonies of #C44F40
Complementary color
Monochromatic Colors of #C44F40
Black with #C44F40
Text Example
Text Example
White with #C44F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F40; }
p { color: rgb(196,79,64); }
H1.HeaderClassName
{
color: #C44F40;
}
.AnyTagClassName
{
color: #C44F40;
}
</style>
background-color css
<style>
a { background-color: #C44F40; }
a { background-color: rgb(196,79,64); }
div.DivClassName
{
background-color: #C44F40;
}
.BgClassName
{
background-color: #C44F40;
}
</style>
border-color css
<style>
span { border-color: #C44F40; }
span { border-color: rgb(196,79,64); }
td.TdClassName
{
border-color: #C44F40;
}
.TagClassName
{
border-color: #C44F40;
}
</style>