Shades of Grenadier #C6503D
Tints of Grenadier #C6503D
RGB
CMYK
RGB Variations
Color information
#C6503D (or 0xC6503D) is known color: Grenadier. HEX triplet: C6, 50 and 3D. RGB value is (198,80,61). Sum of RGB (Red+Green+Blue) = 198+80+61=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6503D is #39AFC2. Grayscale: #717171. Windows color (decimal): -3780547 or 4018374. OLE color: 4018374.
HSL color Cylindrical-coordinate representation of color #C6503D: hue angle of 8.32º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6503D is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 61 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.22 |
| HSL | 8.32º | 0.55% | 0.51% | - |
| HSV(B) | 8.32º | 0.69% | 0.78% | - |
| XYZ | 27 | 18.08 | 6.48 | - |
| YUV | 113.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 61 | 0 | 0.60 | 0.69 | 0.22 | 8.32 | 0.55 | 0.51 |
| Hex | C6 | 50 | 3D | 0 | 3C | 45 | 16 | 8 | 37 | 33 |
| Octal | 306 | 120 | 75 | 0 | 74 | 105 | 26 | 10 | 67 | 63 |
| Binary | 11000110 | 1010000 | 111101 | 0 | 111100 | 1000101 | 10110 | 1000 | 110111 | 110011 |
Color Harmonies of #C6503D
Complementary color
Monochromatic Colors of #C6503D
Black with #C6503D
Text Example
Text Example
White with #C6503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6503D; }
p { color: rgb(198,80,61); }
H1.HeaderClassName
{
color: #C6503D;
}
.AnyTagClassName
{
color: #C6503D;
}
</style>
background-color css
<style>
a { background-color: #C6503D; }
a { background-color: rgb(198,80,61); }
div.DivClassName
{
background-color: #C6503D;
}
.BgClassName
{
background-color: #C6503D;
}
</style>
border-color css
<style>
span { border-color: #C6503D; }
span { border-color: rgb(198,80,61); }
td.TdClassName
{
border-color: #C6503D;
}
.TagClassName
{
border-color: #C6503D;
}
</style>