Shades of Grenadier #C84635
Tints of Grenadier #C84635
RGB
CMYK
RGB Variations
Color information
#C84635 (or 0xC84635) is known color: Grenadier. HEX triplet: C8, 46 and 35. RGB value is (200,70,53). Sum of RGB (Red+Green+Blue) = 200+70+53=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C84635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84635 is #37B9CA. Grayscale: #6B6B6B. Windows color (decimal): -3652043 or 3491528. OLE color: 3491528.
HSL color Cylindrical-coordinate representation of color #C84635: hue angle of 6.94º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84635 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 53 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.22 |
| HSL | 6.94º | 0.58% | 0.5% | - |
| HSV(B) | 6.94º | 0.74% | 0.78% | - |
| XYZ | 26.65 | 16.92 | 5.23 | - |
| YUV | 106.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 53 | 0 | 0.65 | 0.74 | 0.22 | 6.94 | 0.58 | 0.5 |
| Hex | C8 | 46 | 35 | 0 | 41 | 4A | 16 | 7 | 3A | 32 |
| Octal | 310 | 106 | 65 | 0 | 101 | 112 | 26 | 7 | 72 | 62 |
| Binary | 11001000 | 1000110 | 110101 | 0 | 1000001 | 1001010 | 10110 | 111 | 111010 | 110010 |
Color Harmonies of #C84635
Complementary color
Monochromatic Colors of #C84635
Black with #C84635
Text Example
Text Example
White with #C84635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84635; }
p { color: rgb(200,70,53); }
H1.HeaderClassName
{
color: #C84635;
}
.AnyTagClassName
{
color: #C84635;
}
</style>
background-color css
<style>
a { background-color: #C84635; }
a { background-color: rgb(200,70,53); }
div.DivClassName
{
background-color: #C84635;
}
.BgClassName
{
background-color: #C84635;
}
</style>
border-color css
<style>
span { border-color: #C84635; }
span { border-color: rgb(200,70,53); }
td.TdClassName
{
border-color: #C84635;
}
.TagClassName
{
border-color: #C84635;
}
</style>