Shades of Grenadier #C04D3F
Tints of Grenadier #C04D3F
RGB
CMYK
RGB Variations
Color information
#C04D3F (or 0xC04D3F) is known color: Grenadier. HEX triplet: C0, 4D and 3F. RGB value is (192,77,63). Sum of RGB (Red+Green+Blue) = 192+77+63=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D3F is #3FB2C0. Grayscale: #6D6D6D. Windows color (decimal): -4174529 or 4148672. OLE color: 4148672.
HSL color Cylindrical-coordinate representation of color #C04D3F: hue angle of 6.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04D3F is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 63 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.25 |
| HSL | 6.51º | 0.51% | 0.5% | - |
| HSV(B) | 6.51º | 0.67% | 0.75% | - |
| XYZ | 25.29 | 16.87 | 6.63 | - |
| YUV | 109.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 63 | 0 | 0.60 | 0.67 | 0.25 | 6.51 | 0.51 | 0.5 |
| Hex | C0 | 4D | 3F | 0 | 3C | 43 | 19 | 7 | 33 | 32 |
| Octal | 300 | 115 | 77 | 0 | 74 | 103 | 31 | 7 | 63 | 62 |
| Binary | 11000000 | 1001101 | 111111 | 0 | 111100 | 1000011 | 11001 | 111 | 110011 | 110010 |
Color Harmonies of #C04D3F
Complementary color
Monochromatic Colors of #C04D3F
Black with #C04D3F
Text Example
Text Example
White with #C04D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D3F; }
p { color: rgb(192,77,63); }
H1.HeaderClassName
{
color: #C04D3F;
}
.AnyTagClassName
{
color: #C04D3F;
}
</style>
background-color css
<style>
a { background-color: #C04D3F; }
a { background-color: rgb(192,77,63); }
div.DivClassName
{
background-color: #C04D3F;
}
.BgClassName
{
background-color: #C04D3F;
}
</style>
border-color css
<style>
span { border-color: #C04D3F; }
span { border-color: rgb(192,77,63); }
td.TdClassName
{
border-color: #C04D3F;
}
.TagClassName
{
border-color: #C04D3F;
}
</style>