#C6422E

Color #C6422E Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C6422E

Tints of Grenadier #C6422E

Color information

#C6422E (or 0xC6422E) is unknown color: approx Grenadier. HEX triplet: C6, 42 and 2E. RGB value is (198,66,46). Sum of RGB (Red+Green+Blue) = 198+66+46=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6422E is #39BDD1. Grayscale: #676767. Windows color (decimal): -3784146 or 3031750. OLE color: 3031750.

HSL color Cylindrical-coordinate representation of color #C6422E: hue angle of 7.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6422E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1986646-
CMYK00.670.770.22
HSL7.89º62.3%47.84%-
HSV(B)7.89º76.77%77.65%-
XYZ25.7316.14.34-
YUV103.1995.73195.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=63.87%
G=21.29%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198664600.670.770.227.8962.347.84
HexC6422E0434D1683e30
Octal30610256010311526107660
Binary110001101000010101110010000111001101101101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6422E; }

 p { color: rgb(198,66,46); }

 H1.HeaderClassName
 {
   color: #C6422E;
 }
 .AnyTagClassName
 {
   color: #C6422E;
 }
</style>
background-color css

<style>
 a { background-color: #C6422E; }

 a { background-color: rgb(198,66,46); }

 div.DivClassName
 {
   background-color: #C6422E;
 }
 .BgClassName
 {
   background-color: #C6422E;
 }
</style>
border-color css

<style>
 span { border-color: #C6422E; }

 span { border-color: rgb(198,66,46); }

 td.TdClassName
 {
   border-color: #C6422E;
 }
 .TagClassName
 {
   border-color: #C6422E;
 }
</style>