Shades of Grenadier #C84E3C
Tints of Grenadier #C84E3C
RGB
CMYK
RGB Variations
Color information
#C84E3C (or 0xC84E3C) is known color: Grenadier. HEX triplet: C8, 4E and 3C. RGB value is (200,78,60). Sum of RGB (Red+Green+Blue) = 200+78+60=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E3C is #37B1C3. Grayscale: #707070. Windows color (decimal): -3649988 or 3952328. OLE color: 3952328.
HSL color Cylindrical-coordinate representation of color #C84E3C: hue angle of 7.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84E3C is Cyan = 0, Magento = 0.61, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 60 | - |
| CMYK | 0 | 0.61 | 0.7 | 0.22 |
| HSL | 7.71º | 0.56% | 0.51% | - |
| HSV(B) | 7.71º | 0.7% | 0.78% | - |
| XYZ | 27.36 | 18.05 | 6.32 | - |
| YUV | 112.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 60 | 0 | 0.61 | 0.7 | 0.22 | 7.71 | 0.56 | 0.51 |
| Hex | C8 | 4E | 3C | 0 | 3D | 46 | 16 | 8 | 38 | 33 |
| Octal | 310 | 116 | 74 | 0 | 75 | 106 | 26 | 10 | 70 | 63 |
| Binary | 11001000 | 1001110 | 111100 | 0 | 111101 | 1000110 | 10110 | 1000 | 111000 | 110011 |
Color Harmonies of #C84E3C
Complementary color
Monochromatic Colors of #C84E3C
Black with #C84E3C
Text Example
Text Example
White with #C84E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E3C; }
p { color: rgb(200,78,60); }
H1.HeaderClassName
{
color: #C84E3C;
}
.AnyTagClassName
{
color: #C84E3C;
}
</style>
background-color css
<style>
a { background-color: #C84E3C; }
a { background-color: rgb(200,78,60); }
div.DivClassName
{
background-color: #C84E3C;
}
.BgClassName
{
background-color: #C84E3C;
}
</style>
border-color css
<style>
span { border-color: #C84E3C; }
span { border-color: rgb(200,78,60); }
td.TdClassName
{
border-color: #C84E3C;
}
.TagClassName
{
border-color: #C84E3C;
}
</style>