Shades of Grenadier #C8503B
Tints of Grenadier #C8503B
RGB
CMYK
RGB Variations
Color information
#C8503B (or 0xC8503B) is known color: Grenadier. HEX triplet: C8, 50 and 3B. RGB value is (200,80,59). Sum of RGB (Red+Green+Blue) = 200+80+59=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503B is #37AFC4. Grayscale: #717171. Windows color (decimal): -3649477 or 3887304. OLE color: 3887304.
HSL color Cylindrical-coordinate representation of color #C8503B: hue angle of 8.94º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8503B is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 59 | - |
| CMYK | 0 | 0.6 | 0.70 | 0.22 |
| HSL | 8.94º | 0.56% | 0.51% | - |
| HSV(B) | 8.94º | 0.71% | 0.78% | - |
| XYZ | 27.48 | 18.33 | 6.23 | - |
| YUV | 113.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 59 | 0 | 0.6 | 0.70 | 0.22 | 8.94 | 0.56 | 0.51 |
| Hex | C8 | 50 | 3B | 0 | 3C | 46 | 16 | 9 | 38 | 33 |
| Octal | 310 | 120 | 73 | 0 | 74 | 106 | 26 | 11 | 70 | 63 |
| Binary | 11001000 | 1010000 | 111011 | 0 | 111100 | 1000110 | 10110 | 1001 | 111000 | 110011 |
Color Harmonies of #C8503B
Complementary color
Monochromatic Colors of #C8503B
Black with #C8503B
Text Example
Text Example
White with #C8503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8503B; }
p { color: rgb(200,80,59); }
H1.HeaderClassName
{
color: #C8503B;
}
.AnyTagClassName
{
color: #C8503B;
}
</style>
background-color css
<style>
a { background-color: #C8503B; }
a { background-color: rgb(200,80,59); }
div.DivClassName
{
background-color: #C8503B;
}
.BgClassName
{
background-color: #C8503B;
}
</style>
border-color css
<style>
span { border-color: #C8503B; }
span { border-color: rgb(200,80,59); }
td.TdClassName
{
border-color: #C8503B;
}
.TagClassName
{
border-color: #C8503B;
}
</style>