#C5493F

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

Shades of Grenadier #C5493F

Tints of Grenadier #C5493F

Color information

#C5493F (or 0xC5493F) is unknown color: approx Grenadier. HEX triplet: C5, 49 and 3F. RGB value is (197,73,63). Sum of RGB (Red+Green+Blue) = 197+73+63=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5493F is #3AB6C0. Grayscale: #6D6D6D. Windows color (decimal): -3847873 or 4147653. OLE color: 4147653.

HSL color Cylindrical-coordinate representation of color #C5493F: hue angle of 4.48º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5493F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1977363-
CMYK00.630.680.23
HSL4.48º53.6%50.98%-
HSV(B)4.48º68.02%77.25%-
XYZ26.3116.996.6-
YUV108.94102.08190.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 63 (25% from 255) = 18.92%
R=59.16%
G=21.92%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197736300.630.680.234.4853.650.98
HexC5493F03F441743633
Octal305111770771042746663
Binary1100010110010011111110111111100010010111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5493F; }

 p { color: rgb(197,73,63); }

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

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

 a { background-color: rgb(197,73,63); }

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

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

 span { border-color: rgb(197,73,63); }

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