Shades of Grenadier #C64B39
Tints of Grenadier #C64B39
RGB
CMYK
RGB Variations
Color information
#C64B39 (or 0xC64B39) is known color: Grenadier. HEX triplet: C6, 4B and 39. RGB value is (198,75,57). Sum of RGB (Red+Green+Blue) = 198+75+57=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B39 is #39B4C6. Grayscale: #6D6D6D. Windows color (decimal): -3781831 or 3754950. OLE color: 3754950.
HSL color Cylindrical-coordinate representation of color #C64B39: hue angle of 7.66º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64B39 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 57 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.22 |
| HSL | 7.66º | 0.55% | 0.5% | - |
| HSV(B) | 7.66º | 0.71% | 0.78% | - |
| XYZ | 26.54 | 17.33 | 5.82 | - |
| YUV | 109.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 57 | 0 | 0.62 | 0.71 | 0.22 | 7.66 | 0.55 | 0.5 |
| Hex | C6 | 4B | 39 | 0 | 3E | 47 | 16 | 8 | 37 | 32 |
| Octal | 306 | 113 | 71 | 0 | 76 | 107 | 26 | 10 | 67 | 62 |
| Binary | 11000110 | 1001011 | 111001 | 0 | 111110 | 1000111 | 10110 | 1000 | 110111 | 110010 |
Color Harmonies of #C64B39
Complementary color
Monochromatic Colors of #C64B39
Black with #C64B39
Text Example
Text Example
White with #C64B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B39; }
p { color: rgb(198,75,57); }
H1.HeaderClassName
{
color: #C64B39;
}
.AnyTagClassName
{
color: #C64B39;
}
</style>
background-color css
<style>
a { background-color: #C64B39; }
a { background-color: rgb(198,75,57); }
div.DivClassName
{
background-color: #C64B39;
}
.BgClassName
{
background-color: #C64B39;
}
</style>
border-color css
<style>
span { border-color: #C64B39; }
span { border-color: rgb(198,75,57); }
td.TdClassName
{
border-color: #C64B39;
}
.TagClassName
{
border-color: #C64B39;
}
</style>