Shades of Grenadier #C04634
Tints of Grenadier #C04634
RGB
CMYK
RGB Variations
Color information
#C04634 (or 0xC04634) is known color: Grenadier. HEX triplet: C0, 46 and 34. RGB value is (192,70,52). Sum of RGB (Red+Green+Blue) = 192+70+52=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04634 is #3FB9CB. Grayscale: #686868. Windows color (decimal): -4176332 or 3425984. OLE color: 3425984.
HSL color Cylindrical-coordinate representation of color #C04634: hue angle of 7.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04634 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 52 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.25 |
| HSL | 7.71º | 0.57% | 0.48% | - |
| HSV(B) | 7.71º | 0.73% | 0.75% | - |
| XYZ | 24.55 | 15.83 | 5.01 | - |
| YUV | 104.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 52 | 0 | 0.64 | 0.73 | 0.25 | 7.71 | 0.57 | 0.48 |
| Hex | C0 | 46 | 34 | 0 | 40 | 49 | 19 | 8 | 39 | 30 |
| Octal | 300 | 106 | 64 | 0 | 100 | 111 | 31 | 10 | 71 | 60 |
| Binary | 11000000 | 1000110 | 110100 | 0 | 1000000 | 1001001 | 11001 | 1000 | 111001 | 110000 |
Color Harmonies of #C04634
Complementary color
Monochromatic Colors of #C04634
Black with #C04634
Text Example
Text Example
White with #C04634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04634; }
p { color: rgb(192,70,52); }
H1.HeaderClassName
{
color: #C04634;
}
.AnyTagClassName
{
color: #C04634;
}
</style>
background-color css
<style>
a { background-color: #C04634; }
a { background-color: rgb(192,70,52); }
div.DivClassName
{
background-color: #C04634;
}
.BgClassName
{
background-color: #C04634;
}
</style>
border-color css
<style>
span { border-color: #C04634; }
span { border-color: rgb(192,70,52); }
td.TdClassName
{
border-color: #C04634;
}
.TagClassName
{
border-color: #C04634;
}
</style>