Shades of Grenadier #C04D3C
Tints of Grenadier #C04D3C
RGB
CMYK
RGB Variations
Color information
#C04D3C (or 0xC04D3C) is known color: Grenadier. HEX triplet: C0, 4D and 3C. RGB value is (192,77,60). Sum of RGB (Red+Green+Blue) = 192+77+60=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D3C is #3FB2C3. Grayscale: #6D6D6D. Windows color (decimal): -4174532 or 3952064. OLE color: 3952064.
HSL color Cylindrical-coordinate representation of color #C04D3C: hue angle of 7.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04D3C is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 60 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.25 |
| HSL | 7.73º | 0.52% | 0.49% | - |
| HSV(B) | 7.73º | 0.69% | 0.75% | - |
| XYZ | 25.21 | 16.84 | 6.2 | - |
| YUV | 109.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 60 | 0 | 0.60 | 0.69 | 0.25 | 7.73 | 0.52 | 0.49 |
| Hex | C0 | 4D | 3C | 0 | 3C | 45 | 19 | 8 | 34 | 31 |
| Octal | 300 | 115 | 74 | 0 | 74 | 105 | 31 | 10 | 64 | 61 |
| Binary | 11000000 | 1001101 | 111100 | 0 | 111100 | 1000101 | 11001 | 1000 | 110100 | 110001 |
Color Harmonies of #C04D3C
Complementary color
Monochromatic Colors of #C04D3C
Black with #C04D3C
Text Example
Text Example
White with #C04D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D3C; }
p { color: rgb(192,77,60); }
H1.HeaderClassName
{
color: #C04D3C;
}
.AnyTagClassName
{
color: #C04D3C;
}
</style>
background-color css
<style>
a { background-color: #C04D3C; }
a { background-color: rgb(192,77,60); }
div.DivClassName
{
background-color: #C04D3C;
}
.BgClassName
{
background-color: #C04D3C;
}
</style>
border-color css
<style>
span { border-color: #C04D3C; }
span { border-color: rgb(192,77,60); }
td.TdClassName
{
border-color: #C04D3C;
}
.TagClassName
{
border-color: #C04D3C;
}
</style>