Shades of Grenadier #C04F38
Tints of Grenadier #C04F38
RGB
CMYK
RGB Variations
Color information
#C04F38 (or 0xC04F38) is known color: Grenadier. HEX triplet: C0, 4F and 38. RGB value is (192,79,56). Sum of RGB (Red+Green+Blue) = 192+79+56=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F38 is #3FB0C7. Grayscale: #6E6E6E. Windows color (decimal): -4174024 or 3690432. OLE color: 3690432.
HSL color Cylindrical-coordinate representation of color #C04F38: hue angle of 10.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04F38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 56 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.25 |
| HSL | 10.15º | 0.55% | 0.49% | - |
| HSV(B) | 10.15º | 0.71% | 0.75% | - |
| XYZ | 25.25 | 17.08 | 5.71 | - |
| YUV | 110.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 56 | 0 | 0.59 | 0.71 | 0.25 | 10.15 | 0.55 | 0.49 |
| Hex | C0 | 4F | 38 | 0 | 3B | 47 | 19 | A | 37 | 31 |
| Octal | 300 | 117 | 70 | 0 | 73 | 107 | 31 | 12 | 67 | 61 |
| Binary | 11000000 | 1001111 | 111000 | 0 | 111011 | 1000111 | 11001 | 1010 | 110111 | 110001 |
Color Harmonies of #C04F38
Complementary color
Monochromatic Colors of #C04F38
Black with #C04F38
Text Example
Text Example
White with #C04F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F38; }
p { color: rgb(192,79,56); }
H1.HeaderClassName
{
color: #C04F38;
}
.AnyTagClassName
{
color: #C04F38;
}
</style>
background-color css
<style>
a { background-color: #C04F38; }
a { background-color: rgb(192,79,56); }
div.DivClassName
{
background-color: #C04F38;
}
.BgClassName
{
background-color: #C04F38;
}
</style>
border-color css
<style>
span { border-color: #C04F38; }
span { border-color: rgb(192,79,56); }
td.TdClassName
{
border-color: #C04F38;
}
.TagClassName
{
border-color: #C04F38;
}
</style>