Shades of Grenadier #C84D3A
Tints of Grenadier #C84D3A
RGB
CMYK
RGB Variations
Color information
#C84D3A (or 0xC84D3A) is known color: Grenadier. HEX triplet: C8, 4D and 3A. RGB value is (200,77,58). Sum of RGB (Red+Green+Blue) = 200+77+58=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D3A is #37B2C5. Grayscale: #6F6F6F. Windows color (decimal): -3650246 or 3821000. OLE color: 3821000.
HSL color Cylindrical-coordinate representation of color #C84D3A: hue angle of 8.03º 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 #C84D3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.22 |
| HSL | 8.03º | 0.56% | 0.51% | - |
| HSV(B) | 8.03º | 0.71% | 0.78% | - |
| XYZ | 27.24 | 17.89 | 6.02 | - |
| YUV | 111.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 58 | 0 | 0.62 | 0.71 | 0.22 | 8.03 | 0.56 | 0.51 |
| Hex | C8 | 4D | 3A | 0 | 3E | 47 | 16 | 8 | 38 | 33 |
| Octal | 310 | 115 | 72 | 0 | 76 | 107 | 26 | 10 | 70 | 63 |
| Binary | 11001000 | 1001101 | 111010 | 0 | 111110 | 1000111 | 10110 | 1000 | 111000 | 110011 |
Color Harmonies of #C84D3A
Complementary color
Monochromatic Colors of #C84D3A
Black with #C84D3A
Text Example
Text Example
White with #C84D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D3A; }
p { color: rgb(200,77,58); }
H1.HeaderClassName
{
color: #C84D3A;
}
.AnyTagClassName
{
color: #C84D3A;
}
</style>
background-color css
<style>
a { background-color: #C84D3A; }
a { background-color: rgb(200,77,58); }
div.DivClassName
{
background-color: #C84D3A;
}
.BgClassName
{
background-color: #C84D3A;
}
</style>
border-color css
<style>
span { border-color: #C84D3A; }
span { border-color: rgb(200,77,58); }
td.TdClassName
{
border-color: #C84D3A;
}
.TagClassName
{
border-color: #C84D3A;
}
</style>