Shades of Grenadier #C04F35
Tints of Grenadier #C04F35
RGB
CMYK
RGB Variations
Color information
#C04F35 (or 0xC04F35) is known color: Grenadier. HEX triplet: C0, 4F and 35. RGB value is (192,79,53). Sum of RGB (Red+Green+Blue) = 192+79+53=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F35 is #3FB0CA. Grayscale: #6E6E6E. Windows color (decimal): -4174027 or 3493824. OLE color: 3493824.
HSL color Cylindrical-coordinate representation of color #C04F35: hue angle of 11.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04F35 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 53 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.25 |
| HSL | 11.22º | 0.57% | 0.48% | - |
| HSV(B) | 11.22º | 0.72% | 0.75% | - |
| XYZ | 25.18 | 17.06 | 5.33 | - |
| YUV | 109.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 53 | 0 | 0.59 | 0.72 | 0.25 | 11.22 | 0.57 | 0.48 |
| Hex | C0 | 4F | 35 | 0 | 3B | 48 | 19 | B | 39 | 30 |
| Octal | 300 | 117 | 65 | 0 | 73 | 110 | 31 | 13 | 71 | 60 |
| Binary | 11000000 | 1001111 | 110101 | 0 | 111011 | 1001000 | 11001 | 1011 | 111001 | 110000 |
Color Harmonies of #C04F35
Complementary color
Monochromatic Colors of #C04F35
Black with #C04F35
Text Example
Text Example
White with #C04F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F35; }
p { color: rgb(192,79,53); }
H1.HeaderClassName
{
color: #C04F35;
}
.AnyTagClassName
{
color: #C04F35;
}
</style>
background-color css
<style>
a { background-color: #C04F35; }
a { background-color: rgb(192,79,53); }
div.DivClassName
{
background-color: #C04F35;
}
.BgClassName
{
background-color: #C04F35;
}
</style>
border-color css
<style>
span { border-color: #C04F35; }
span { border-color: rgb(192,79,53); }
td.TdClassName
{
border-color: #C04F35;
}
.TagClassName
{
border-color: #C04F35;
}
</style>