Shades of Grenadier #C04F3A
Tints of Grenadier #C04F3A
RGB
CMYK
RGB Variations
Color information
#C04F3A (or 0xC04F3A) is known color: Grenadier. HEX triplet: C0, 4F and 3A. RGB value is (192,79,58). Sum of RGB (Red+Green+Blue) = 192+79+58=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F3A is #3FB0C5. Grayscale: #6E6E6E. Windows color (decimal): -4174022 or 3821504. OLE color: 3821504.
HSL color Cylindrical-coordinate representation of color #C04F3A: hue angle of 9.4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04F3A is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 58 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.25 |
| HSL | 9.4º | 0.54% | 0.49% | - |
| HSV(B) | 9.4º | 0.7% | 0.75% | - |
| XYZ | 25.3 | 17.1 | 5.97 | - |
| YUV | 110.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 58 | 0 | 0.59 | 0.70 | 0.25 | 9.4 | 0.54 | 0.49 |
| Hex | C0 | 4F | 3A | 0 | 3B | 46 | 19 | 9 | 36 | 31 |
| Octal | 300 | 117 | 72 | 0 | 73 | 106 | 31 | 11 | 66 | 61 |
| Binary | 11000000 | 1001111 | 111010 | 0 | 111011 | 1000110 | 11001 | 1001 | 110110 | 110001 |
Color Harmonies of #C04F3A
Complementary color
Monochromatic Colors of #C04F3A
Black with #C04F3A
Text Example
Text Example
White with #C04F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F3A; }
p { color: rgb(192,79,58); }
H1.HeaderClassName
{
color: #C04F3A;
}
.AnyTagClassName
{
color: #C04F3A;
}
</style>
background-color css
<style>
a { background-color: #C04F3A; }
a { background-color: rgb(192,79,58); }
div.DivClassName
{
background-color: #C04F3A;
}
.BgClassName
{
background-color: #C04F3A;
}
</style>
border-color css
<style>
span { border-color: #C04F3A; }
span { border-color: rgb(192,79,58); }
td.TdClassName
{
border-color: #C04F3A;
}
.TagClassName
{
border-color: #C04F3A;
}
</style>