#C6493C

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

Shades of Grenadier #C6493C

Tints of Grenadier #C6493C

Color information

#C6493C (or 0xC6493C) is unknown color: approx Grenadier. HEX triplet: C6, 49 and 3C. RGB value is (198,73,60). Sum of RGB (Red+Green+Blue) = 198+73+60=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6493C is #39B6C3. Grayscale: #6D6D6D. Windows color (decimal): -3782340 or 3951046. OLE color: 3951046.

HSL color Cylindrical-coordinate representation of color #C6493C: hue angle of 5.65º degrees, saturation: 0.55, 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 #C6493C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1987360-
CMYK00.630.700.22
HSL5.65º54.76%50.59%-
HSV(B)5.65º69.7%77.65%-
XYZ26.4917.16.18-
YUV108.89100.41191.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=59.82%
G=22.05%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198736000.630.700.225.6554.7650.59
HexC6493C03F461663733
Octal306111740771062666763
Binary1100011010010011111000111111100011010110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6493C; }

 p { color: rgb(198,73,60); }

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

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

 a { background-color: rgb(198,73,60); }

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

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

 span { border-color: rgb(198,73,60); }

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