#C2493F

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

Shades of Grenadier #C2493F

Tints of Grenadier #C2493F

Color information

#C2493F (or 0xC2493F) is unknown color: approx Grenadier. HEX triplet: C2, 49 and 3F. RGB value is (194,73,63). Sum of RGB (Red+Green+Blue) = 194+73+63=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493F is #3DB6C0. Grayscale: #6C6C6C. Windows color (decimal): -4044481 or 4147650. OLE color: 4147650.

HSL color Cylindrical-coordinate representation of color #C2493F: hue angle of 4.58º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2493F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1947363-
CMYK00.620.680.24
HSL4.58º51.78%50.39%-
HSV(B)4.58º67.53%76.08%-
XYZ25.5316.596.56-
YUV108.04102.59189.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 63 (25% from 255) = 19.09%
R=58.79%
G=22.12%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194736300.620.680.244.5851.7850.39
HexC2493F03E441853432
Octal302111770761043056462
Binary1100001010010011111110111110100010011000101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2493F; }

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

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

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

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

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

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

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

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