Shades of Grenadier #C84E3D
Tints of Grenadier #C84E3D
RGB
CMYK
RGB Variations
Color information
#C84E3D (or 0xC84E3D) is known color: Grenadier. HEX triplet: C8, 4E and 3D. RGB value is (200,78,61). Sum of RGB (Red+Green+Blue) = 200+78+61=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E3D is #37B1C2. Grayscale: #707070. Windows color (decimal): -3649987 or 4017864. OLE color: 4017864.
HSL color Cylindrical-coordinate representation of color #C84E3D: hue angle of 7.34º degrees, saturation: 0.56, 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 #C84E3D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 61 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.22 |
| HSL | 7.34º | 0.56% | 0.51% | - |
| HSV(B) | 7.34º | 0.7% | 0.78% | - |
| XYZ | 27.39 | 18.07 | 6.46 | - |
| YUV | 112.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 61 | 0 | 0.61 | 0.69 | 0.22 | 7.34 | 0.56 | 0.51 |
| Hex | C8 | 4E | 3D | 0 | 3D | 45 | 16 | 7 | 38 | 33 |
| Octal | 310 | 116 | 75 | 0 | 75 | 105 | 26 | 7 | 70 | 63 |
| Binary | 11001000 | 1001110 | 111101 | 0 | 111101 | 1000101 | 10110 | 111 | 111000 | 110011 |
Color Harmonies of #C84E3D
Complementary color
Monochromatic Colors of #C84E3D
Black with #C84E3D
Text Example
Text Example
White with #C84E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E3D; }
p { color: rgb(200,78,61); }
H1.HeaderClassName
{
color: #C84E3D;
}
.AnyTagClassName
{
color: #C84E3D;
}
</style>
background-color css
<style>
a { background-color: #C84E3D; }
a { background-color: rgb(200,78,61); }
div.DivClassName
{
background-color: #C84E3D;
}
.BgClassName
{
background-color: #C84E3D;
}
</style>
border-color css
<style>
span { border-color: #C84E3D; }
span { border-color: rgb(200,78,61); }
td.TdClassName
{
border-color: #C84E3D;
}
.TagClassName
{
border-color: #C84E3D;
}
</style>