Shades of Grenadier #C04D38
Tints of Grenadier #C04D38
RGB
CMYK
RGB Variations
Color information
#C04D38 (or 0xC04D38) is known color: Grenadier. HEX triplet: C0, 4D and 38. RGB value is (192,77,56). Sum of RGB (Red+Green+Blue) = 192+77+56=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D38 is #3FB2C7. Grayscale: #6D6D6D. Windows color (decimal): -4174536 or 3689920. OLE color: 3689920.
HSL color Cylindrical-coordinate representation of color #C04D38: hue angle of 9.26º 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 #C04D38 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 56 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.25 |
| HSL | 9.26º | 0.55% | 0.49% | - |
| HSV(B) | 9.26º | 0.71% | 0.75% | - |
| XYZ | 25.11 | 16.8 | 5.66 | - |
| YUV | 108.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 56 | 0 | 0.60 | 0.71 | 0.25 | 9.26 | 0.55 | 0.49 |
| Hex | C0 | 4D | 38 | 0 | 3C | 47 | 19 | 9 | 37 | 31 |
| Octal | 300 | 115 | 70 | 0 | 74 | 107 | 31 | 11 | 67 | 61 |
| Binary | 11000000 | 1001101 | 111000 | 0 | 111100 | 1000111 | 11001 | 1001 | 110111 | 110001 |
Color Harmonies of #C04D38
Complementary color
Monochromatic Colors of #C04D38
Black with #C04D38
Text Example
Text Example
White with #C04D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D38; }
p { color: rgb(192,77,56); }
H1.HeaderClassName
{
color: #C04D38;
}
.AnyTagClassName
{
color: #C04D38;
}
</style>
background-color css
<style>
a { background-color: #C04D38; }
a { background-color: rgb(192,77,56); }
div.DivClassName
{
background-color: #C04D38;
}
.BgClassName
{
background-color: #C04D38;
}
</style>
border-color css
<style>
span { border-color: #C04D38; }
span { border-color: rgb(192,77,56); }
td.TdClassName
{
border-color: #C04D38;
}
.TagClassName
{
border-color: #C04D38;
}
</style>