Shades of Grenadier #C04933
Tints of Grenadier #C04933
RGB
CMYK
RGB Variations
Color information
#C04933 (or 0xC04933) is known color: Grenadier. HEX triplet: C0, 49 and 33. RGB value is (192,73,51). Sum of RGB (Red+Green+Blue) = 192+73+51=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C04933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04933 is #3FB6CC. Grayscale: #6A6A6A. Windows color (decimal): -4175565 or 3361216. OLE color: 3361216.
HSL color Cylindrical-coordinate representation of color #C04933: hue angle of 9.36º degrees, saturation: 0.58, 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 #C04933 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 51 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.25 |
| HSL | 9.36º | 0.58% | 0.48% | - |
| HSV(B) | 9.36º | 0.73% | 0.75% | - |
| XYZ | 24.72 | 16.21 | 4.96 | - |
| YUV | 106.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 51 | 0 | 0.62 | 0.73 | 0.25 | 9.36 | 0.58 | 0.48 |
| Hex | C0 | 49 | 33 | 0 | 3E | 49 | 19 | 9 | 3A | 30 |
| Octal | 300 | 111 | 63 | 0 | 76 | 111 | 31 | 11 | 72 | 60 |
| Binary | 11000000 | 1001001 | 110011 | 0 | 111110 | 1001001 | 11001 | 1001 | 111010 | 110000 |
Color Harmonies of #C04933
Complementary color
Monochromatic Colors of #C04933
Black with #C04933
Text Example
Text Example
White with #C04933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04933; }
p { color: rgb(192,73,51); }
H1.HeaderClassName
{
color: #C04933;
}
.AnyTagClassName
{
color: #C04933;
}
</style>
background-color css
<style>
a { background-color: #C04933; }
a { background-color: rgb(192,73,51); }
div.DivClassName
{
background-color: #C04933;
}
.BgClassName
{
background-color: #C04933;
}
</style>
border-color css
<style>
span { border-color: #C04933; }
span { border-color: rgb(192,73,51); }
td.TdClassName
{
border-color: #C04933;
}
.TagClassName
{
border-color: #C04933;
}
</style>