Shades of Grenadier #C74632
Tints of Grenadier #C74632
RGB
CMYK
RGB Variations
Color information
#C74632 (or 0xC74632) is known color: Grenadier. HEX triplet: C7, 46 and 32. RGB value is (199,70,50). Sum of RGB (Red+Green+Blue) = 199+70+50=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C74632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74632 is #38B9CD. Grayscale: #6A6A6A. Windows color (decimal): -3717582 or 3294919. OLE color: 3294919.
HSL color Cylindrical-coordinate representation of color #C74632: hue angle of 8.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74632 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 50 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.22 |
| HSL | 8.05º | 0.6% | 0.49% | - |
| HSV(B) | 8.05º | 0.75% | 0.78% | - |
| XYZ | 26.32 | 16.75 | 4.86 | - |
| YUV | 106.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 50 | 0 | 0.65 | 0.75 | 0.22 | 8.05 | 0.6 | 0.49 |
| Hex | C7 | 46 | 32 | 0 | 41 | 4B | 16 | 8 | 3C | 31 |
| Octal | 307 | 106 | 62 | 0 | 101 | 113 | 26 | 10 | 74 | 61 |
| Binary | 11000111 | 1000110 | 110010 | 0 | 1000001 | 1001011 | 10110 | 1000 | 111100 | 110001 |
Color Harmonies of #C74632
Complementary color
Monochromatic Colors of #C74632
Black with #C74632
Text Example
Text Example
White with #C74632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74632; }
p { color: rgb(199,70,50); }
H1.HeaderClassName
{
color: #C74632;
}
.AnyTagClassName
{
color: #C74632;
}
</style>
background-color css
<style>
a { background-color: #C74632; }
a { background-color: rgb(199,70,50); }
div.DivClassName
{
background-color: #C74632;
}
.BgClassName
{
background-color: #C74632;
}
</style>
border-color css
<style>
span { border-color: #C74632; }
span { border-color: rgb(199,70,50); }
td.TdClassName
{
border-color: #C74632;
}
.TagClassName
{
border-color: #C74632;
}
</style>