Shades of Grenadier #C7523F
Tints of Grenadier #C7523F
RGB
CMYK
RGB Variations
Color information
#C7523F (or 0xC7523F) is known color: Grenadier. HEX triplet: C7, 52 and 3F. RGB value is (199,82,63). Sum of RGB (Red+Green+Blue) = 199+82+63=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7523F is #38ADC0. Grayscale: #737373. Windows color (decimal): -3714497 or 4149959. OLE color: 4149959.
HSL color Cylindrical-coordinate representation of color #C7523F: hue angle of 8.38º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7523F is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 63 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.22 |
| HSL | 8.38º | 0.55% | 0.51% | - |
| HSV(B) | 8.38º | 0.68% | 0.78% | - |
| XYZ | 27.47 | 18.54 | 6.83 | - |
| YUV | 114.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 63 | 0 | 0.59 | 0.68 | 0.22 | 8.38 | 0.55 | 0.51 |
| Hex | C7 | 52 | 3F | 0 | 3B | 44 | 16 | 8 | 37 | 33 |
| Octal | 307 | 122 | 77 | 0 | 73 | 104 | 26 | 10 | 67 | 63 |
| Binary | 11000111 | 1010010 | 111111 | 0 | 111011 | 1000100 | 10110 | 1000 | 110111 | 110011 |
Color Harmonies of #C7523F
Complementary color
Monochromatic Colors of #C7523F
Black with #C7523F
Text Example
Text Example
White with #C7523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7523F; }
p { color: rgb(199,82,63); }
H1.HeaderClassName
{
color: #C7523F;
}
.AnyTagClassName
{
color: #C7523F;
}
</style>
background-color css
<style>
a { background-color: #C7523F; }
a { background-color: rgb(199,82,63); }
div.DivClassName
{
background-color: #C7523F;
}
.BgClassName
{
background-color: #C7523F;
}
</style>
border-color css
<style>
span { border-color: #C7523F; }
span { border-color: rgb(199,82,63); }
td.TdClassName
{
border-color: #C7523F;
}
.TagClassName
{
border-color: #C7523F;
}
</style>