Shades of Grenadier #C6443C
Tints of Grenadier #C6443C
RGB
CMYK
RGB Variations
Color information
#C6443C (or 0xC6443C) is known color: Grenadier. HEX triplet: C6, 44 and 3C. RGB value is (198,68,60). Sum of RGB (Red+Green+Blue) = 198+68+60=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6443C is #39BBC3. Grayscale: #6A6A6A. Windows color (decimal): -3783620 or 3949766. OLE color: 3949766.
HSL color Cylindrical-coordinate representation of color #C6443C: hue angle of 3.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6443C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 60 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.22 |
| HSL | 3.48º | 0.55% | 0.51% | - |
| HSV(B) | 3.48º | 0.7% | 0.78% | - |
| XYZ | 26.17 | 16.47 | 6.07 | - |
| YUV | 105.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 60 | 0 | 0.66 | 0.70 | 0.22 | 3.48 | 0.55 | 0.51 |
| Hex | C6 | 44 | 3C | 0 | 42 | 46 | 16 | 3 | 37 | 33 |
| Octal | 306 | 104 | 74 | 0 | 102 | 106 | 26 | 3 | 67 | 63 |
| Binary | 11000110 | 1000100 | 111100 | 0 | 1000010 | 1000110 | 10110 | 11 | 110111 | 110011 |
Color Harmonies of #C6443C
Complementary color
Monochromatic Colors of #C6443C
Black with #C6443C
Text Example
Text Example
White with #C6443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6443C; }
p { color: rgb(198,68,60); }
H1.HeaderClassName
{
color: #C6443C;
}
.AnyTagClassName
{
color: #C6443C;
}
</style>
background-color css
<style>
a { background-color: #C6443C; }
a { background-color: rgb(198,68,60); }
div.DivClassName
{
background-color: #C6443C;
}
.BgClassName
{
background-color: #C6443C;
}
</style>
border-color css
<style>
span { border-color: #C6443C; }
span { border-color: rgb(198,68,60); }
td.TdClassName
{
border-color: #C6443C;
}
.TagClassName
{
border-color: #C6443C;
}
</style>