Shades of Grenadier #C05439
Tints of Grenadier #C05439
RGB
CMYK
RGB Variations
Color information
#C05439 (or 0xC05439) is known color: Grenadier. HEX triplet: C0, 54 and 39. RGB value is (192,84,57). Sum of RGB (Red+Green+Blue) = 192+84+57=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C05439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05439 is #3FABC6. Grayscale: #717171. Windows color (decimal): -4172743 or 3757248. OLE color: 3757248.
HSL color Cylindrical-coordinate representation of color #C05439: hue angle of 12º 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 #C05439 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 57 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.25 |
| HSL | 12º | 0.54% | 0.49% | - |
| HSV(B) | 12º | 0.7% | 0.75% | - |
| XYZ | 25.65 | 17.84 | 5.96 | - |
| YUV | 113.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 57 | 0 | 0.56 | 0.70 | 0.25 | 12 | 0.54 | 0.49 |
| Hex | C0 | 54 | 39 | 0 | 38 | 46 | 19 | C | 36 | 31 |
| Octal | 300 | 124 | 71 | 0 | 70 | 106 | 31 | 14 | 66 | 61 |
| Binary | 11000000 | 1010100 | 111001 | 0 | 111000 | 1000110 | 11001 | 1100 | 110110 | 110001 |
Color Harmonies of #C05439
Complementary color
Monochromatic Colors of #C05439
Black with #C05439
Text Example
Text Example
White with #C05439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05439; }
p { color: rgb(192,84,57); }
H1.HeaderClassName
{
color: #C05439;
}
.AnyTagClassName
{
color: #C05439;
}
</style>
background-color css
<style>
a { background-color: #C05439; }
a { background-color: rgb(192,84,57); }
div.DivClassName
{
background-color: #C05439;
}
.BgClassName
{
background-color: #C05439;
}
</style>
border-color css
<style>
span { border-color: #C05439; }
span { border-color: rgb(192,84,57); }
td.TdClassName
{
border-color: #C05439;
}
.TagClassName
{
border-color: #C05439;
}
</style>