Shades of Grenadier #C7523C
Tints of Grenadier #C7523C
RGB
CMYK
RGB Variations
Color information
#C7523C (or 0xC7523C) is known color: Grenadier. HEX triplet: C7, 52 and 3C. RGB value is (199,82,60). Sum of RGB (Red+Green+Blue) = 199+82+60=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7523C is #38ADC3. Grayscale: #727272. Windows color (decimal): -3714500 or 3953351. OLE color: 3953351.
HSL color Cylindrical-coordinate representation of color #C7523C: hue angle of 9.5º 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 #C7523C is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 60 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.22 |
| HSL | 9.5º | 0.55% | 0.51% | - |
| HSV(B) | 9.5º | 0.7% | 0.78% | - |
| XYZ | 27.39 | 18.5 | 6.4 | - |
| YUV | 114.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 60 | 0 | 0.59 | 0.70 | 0.22 | 9.5 | 0.55 | 0.51 |
| Hex | C7 | 52 | 3C | 0 | 3B | 46 | 16 | 9 | 37 | 33 |
| Octal | 307 | 122 | 74 | 0 | 73 | 106 | 26 | 11 | 67 | 63 |
| Binary | 11000111 | 1010010 | 111100 | 0 | 111011 | 1000110 | 10110 | 1001 | 110111 | 110011 |
Color Harmonies of #C7523C
Complementary color
Monochromatic Colors of #C7523C
Black with #C7523C
Text Example
Text Example
White with #C7523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7523C; }
p { color: rgb(199,82,60); }
H1.HeaderClassName
{
color: #C7523C;
}
.AnyTagClassName
{
color: #C7523C;
}
</style>
background-color css
<style>
a { background-color: #C7523C; }
a { background-color: rgb(199,82,60); }
div.DivClassName
{
background-color: #C7523C;
}
.BgClassName
{
background-color: #C7523C;
}
</style>
border-color css
<style>
span { border-color: #C7523C; }
span { border-color: rgb(199,82,60); }
td.TdClassName
{
border-color: #C7523C;
}
.TagClassName
{
border-color: #C7523C;
}
</style>