Shades of Grenadier #C7533E
Tints of Grenadier #C7533E
RGB
CMYK
RGB Variations
Color information
#C7533E (or 0xC7533E) is known color: Grenadier. HEX triplet: C7, 53 and 3E. RGB value is (199,83,62). Sum of RGB (Red+Green+Blue) = 199+83+62=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7533E is #38ACC1. Grayscale: #737373. Windows color (decimal): -3714242 or 4084679. OLE color: 4084679.
HSL color Cylindrical-coordinate representation of color #C7533E: hue angle of 9.2º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7533E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 62 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.22 |
| HSL | 9.2º | 0.55% | 0.51% | - |
| HSV(B) | 9.2º | 0.69% | 0.78% | - |
| XYZ | 27.52 | 18.68 | 6.71 | - |
| YUV | 115.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 62 | 0 | 0.58 | 0.69 | 0.22 | 9.2 | 0.55 | 0.51 |
| Hex | C7 | 53 | 3E | 0 | 3A | 45 | 16 | 9 | 37 | 33 |
| Octal | 307 | 123 | 76 | 0 | 72 | 105 | 26 | 11 | 67 | 63 |
| Binary | 11000111 | 1010011 | 111110 | 0 | 111010 | 1000101 | 10110 | 1001 | 110111 | 110011 |
Color Harmonies of #C7533E
Complementary color
Monochromatic Colors of #C7533E
Black with #C7533E
Text Example
Text Example
White with #C7533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7533E; }
p { color: rgb(199,83,62); }
H1.HeaderClassName
{
color: #C7533E;
}
.AnyTagClassName
{
color: #C7533E;
}
</style>
background-color css
<style>
a { background-color: #C7533E; }
a { background-color: rgb(199,83,62); }
div.DivClassName
{
background-color: #C7533E;
}
.BgClassName
{
background-color: #C7533E;
}
</style>
border-color css
<style>
span { border-color: #C7533E; }
span { border-color: rgb(199,83,62); }
td.TdClassName
{
border-color: #C7533E;
}
.TagClassName
{
border-color: #C7533E;
}
</style>