Shades of Grenadier #C6483C
Tints of Grenadier #C6483C
RGB
CMYK
RGB Variations
Color information
#C6483C (or 0xC6483C) is known color: Grenadier. HEX triplet: C6, 48 and 3C. RGB value is (198,72,60). Sum of RGB (Red+Green+Blue) = 198+72+60=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6483C is #39B7C3. Grayscale: #6C6C6C. Windows color (decimal): -3782596 or 3950790. OLE color: 3950790.
HSL color Cylindrical-coordinate representation of color #C6483C: hue angle of 5.22º 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 #C6483C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 60 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.22 |
| HSL | 5.22º | 0.55% | 0.51% | - |
| HSV(B) | 5.22º | 0.7% | 0.78% | - |
| XYZ | 26.42 | 16.97 | 6.16 | - |
| YUV | 108.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 60 | 0 | 0.64 | 0.70 | 0.22 | 5.22 | 0.55 | 0.51 |
| Hex | C6 | 48 | 3C | 0 | 40 | 46 | 16 | 5 | 37 | 33 |
| Octal | 306 | 110 | 74 | 0 | 100 | 106 | 26 | 5 | 67 | 63 |
| Binary | 11000110 | 1001000 | 111100 | 0 | 1000000 | 1000110 | 10110 | 101 | 110111 | 110011 |
Color Harmonies of #C6483C
Complementary color
Monochromatic Colors of #C6483C
Black with #C6483C
Text Example
Text Example
White with #C6483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6483C; }
p { color: rgb(198,72,60); }
H1.HeaderClassName
{
color: #C6483C;
}
.AnyTagClassName
{
color: #C6483C;
}
</style>
background-color css
<style>
a { background-color: #C6483C; }
a { background-color: rgb(198,72,60); }
div.DivClassName
{
background-color: #C6483C;
}
.BgClassName
{
background-color: #C6483C;
}
</style>
border-color css
<style>
span { border-color: #C6483C; }
span { border-color: rgb(198,72,60); }
td.TdClassName
{
border-color: #C6483C;
}
.TagClassName
{
border-color: #C6483C;
}
</style>