Shades of Grenadier #C7483A
Tints of Grenadier #C7483A
RGB
CMYK
RGB Variations
Color information
#C7483A (or 0xC7483A) is known color: Grenadier. HEX triplet: C7, 48 and 3A. RGB value is (199,72,58). Sum of RGB (Red+Green+Blue) = 199+72+58=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7483A is #38B7C5. Grayscale: #6C6C6C. Windows color (decimal): -3717062 or 3819719. OLE color: 3819719.
HSL color Cylindrical-coordinate representation of color #C7483A: hue angle of 5.96º degrees, saturation: 0.56, 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 #C7483A is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 58 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.22 |
| HSL | 5.96º | 0.56% | 0.5% | - |
| HSV(B) | 5.96º | 0.71% | 0.78% | - |
| XYZ | 26.63 | 17.08 | 5.9 | - |
| YUV | 108.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 58 | 0 | 0.64 | 0.71 | 0.22 | 5.96 | 0.56 | 0.5 |
| Hex | C7 | 48 | 3A | 0 | 40 | 47 | 16 | 6 | 38 | 32 |
| Octal | 307 | 110 | 72 | 0 | 100 | 107 | 26 | 6 | 70 | 62 |
| Binary | 11000111 | 1001000 | 111010 | 0 | 1000000 | 1000111 | 10110 | 110 | 111000 | 110010 |
Color Harmonies of #C7483A
Complementary color
Monochromatic Colors of #C7483A
Black with #C7483A
Text Example
Text Example
White with #C7483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7483A; }
p { color: rgb(199,72,58); }
H1.HeaderClassName
{
color: #C7483A;
}
.AnyTagClassName
{
color: #C7483A;
}
</style>
background-color css
<style>
a { background-color: #C7483A; }
a { background-color: rgb(199,72,58); }
div.DivClassName
{
background-color: #C7483A;
}
.BgClassName
{
background-color: #C7483A;
}
</style>
border-color css
<style>
span { border-color: #C7483A; }
span { border-color: rgb(199,72,58); }
td.TdClassName
{
border-color: #C7483A;
}
.TagClassName
{
border-color: #C7483A;
}
</style>