Shades of Grenadier #C65039
Tints of Grenadier #C65039
RGB
CMYK
RGB Variations
Color information
#C65039 (or 0xC65039) is known color: Grenadier. HEX triplet: C6, 50 and 39. RGB value is (198,80,57). Sum of RGB (Red+Green+Blue) = 198+80+57=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65039 is #39AFC6. Grayscale: #707070. Windows color (decimal): -3780551 or 3756230. OLE color: 3756230.
HSL color Cylindrical-coordinate representation of color #C65039: hue angle of 9.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C65039 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 57 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.22 |
| HSL | 9.79º | 0.55% | 0.5% | - |
| HSV(B) | 9.79º | 0.71% | 0.78% | - |
| XYZ | 26.9 | 18.04 | 5.94 | - |
| YUV | 112.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 57 | 0 | 0.60 | 0.71 | 0.22 | 9.79 | 0.55 | 0.5 |
| Hex | C6 | 50 | 39 | 0 | 3C | 47 | 16 | A | 37 | 32 |
| Octal | 306 | 120 | 71 | 0 | 74 | 107 | 26 | 12 | 67 | 62 |
| Binary | 11000110 | 1010000 | 111001 | 0 | 111100 | 1000111 | 10110 | 1010 | 110111 | 110010 |
Color Harmonies of #C65039
Complementary color
Monochromatic Colors of #C65039
Black with #C65039
Text Example
Text Example
White with #C65039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65039; }
p { color: rgb(198,80,57); }
H1.HeaderClassName
{
color: #C65039;
}
.AnyTagClassName
{
color: #C65039;
}
</style>
background-color css
<style>
a { background-color: #C65039; }
a { background-color: rgb(198,80,57); }
div.DivClassName
{
background-color: #C65039;
}
.BgClassName
{
background-color: #C65039;
}
</style>
border-color css
<style>
span { border-color: #C65039; }
span { border-color: rgb(198,80,57); }
td.TdClassName
{
border-color: #C65039;
}
.TagClassName
{
border-color: #C65039;
}
</style>