Shades of Grenadier #C6493D
Tints of Grenadier #C6493D
RGB
CMYK
RGB Variations
Color information
#C6493D (or 0xC6493D) is known color: Grenadier. HEX triplet: C6, 49 and 3D. RGB value is (198,73,61). Sum of RGB (Red+Green+Blue) = 198+73+61=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6493D is #39B6C2. Grayscale: #6D6D6D. Windows color (decimal): -3782339 or 4016582. OLE color: 4016582.
HSL color Cylindrical-coordinate representation of color #C6493D: hue angle of 5.26º 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 #C6493D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 61 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.22 |
| HSL | 5.26º | 0.55% | 0.51% | - |
| HSV(B) | 5.26º | 0.69% | 0.78% | - |
| XYZ | 26.51 | 17.11 | 6.32 | - |
| YUV | 109.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 61 | 0 | 0.63 | 0.69 | 0.22 | 5.26 | 0.55 | 0.51 |
| Hex | C6 | 49 | 3D | 0 | 3F | 45 | 16 | 5 | 37 | 33 |
| Octal | 306 | 111 | 75 | 0 | 77 | 105 | 26 | 5 | 67 | 63 |
| Binary | 11000110 | 1001001 | 111101 | 0 | 111111 | 1000101 | 10110 | 101 | 110111 | 110011 |
Color Harmonies of #C6493D
Complementary color
Monochromatic Colors of #C6493D
Black with #C6493D
Text Example
Text Example
White with #C6493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6493D; }
p { color: rgb(198,73,61); }
H1.HeaderClassName
{
color: #C6493D;
}
.AnyTagClassName
{
color: #C6493D;
}
</style>
background-color css
<style>
a { background-color: #C6493D; }
a { background-color: rgb(198,73,61); }
div.DivClassName
{
background-color: #C6493D;
}
.BgClassName
{
background-color: #C6493D;
}
</style>
border-color css
<style>
span { border-color: #C6493D; }
span { border-color: rgb(198,73,61); }
td.TdClassName
{
border-color: #C6493D;
}
.TagClassName
{
border-color: #C6493D;
}
</style>