Shades of Grenadier #C64B3C
Tints of Grenadier #C64B3C
RGB
CMYK
RGB Variations
Color information
#C64B3C (or 0xC64B3C) is known color: Grenadier. HEX triplet: C6, 4B and 3C. RGB value is (198,75,60). Sum of RGB (Red+Green+Blue) = 198+75+60=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B3C is #39B4C3. Grayscale: #6E6E6E. Windows color (decimal): -3781828 or 3951558. OLE color: 3951558.
HSL color Cylindrical-coordinate representation of color #C64B3C: hue angle of 6.52º 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 #C64B3C is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 60 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.22 |
| HSL | 6.52º | 0.55% | 0.51% | - |
| HSV(B) | 6.52º | 0.7% | 0.78% | - |
| XYZ | 26.62 | 17.36 | 6.22 | - |
| YUV | 110.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 60 | 0 | 0.62 | 0.70 | 0.22 | 6.52 | 0.55 | 0.51 |
| Hex | C6 | 4B | 3C | 0 | 3E | 46 | 16 | 7 | 37 | 33 |
| Octal | 306 | 113 | 74 | 0 | 76 | 106 | 26 | 7 | 67 | 63 |
| Binary | 11000110 | 1001011 | 111100 | 0 | 111110 | 1000110 | 10110 | 111 | 110111 | 110011 |
Color Harmonies of #C64B3C
Complementary color
Monochromatic Colors of #C64B3C
Black with #C64B3C
Text Example
Text Example
White with #C64B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B3C; }
p { color: rgb(198,75,60); }
H1.HeaderClassName
{
color: #C64B3C;
}
.AnyTagClassName
{
color: #C64B3C;
}
</style>
background-color css
<style>
a { background-color: #C64B3C; }
a { background-color: rgb(198,75,60); }
div.DivClassName
{
background-color: #C64B3C;
}
.BgClassName
{
background-color: #C64B3C;
}
</style>
border-color css
<style>
span { border-color: #C64B3C; }
span { border-color: rgb(198,75,60); }
td.TdClassName
{
border-color: #C64B3C;
}
.TagClassName
{
border-color: #C64B3C;
}
</style>