#C5463F

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

Shades of Grenadier #C5463F

Tints of Grenadier #C5463F

Color information

#C5463F (or 0xC5463F) is unknown color: approx Grenadier. HEX triplet: C5, 46 and 3F. RGB value is (197,70,63). Sum of RGB (Red+Green+Blue) = 197+70+63=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5463F is #3AB9C0. Grayscale: #6B6B6B. Windows color (decimal): -3848641 or 4146885. OLE color: 4146885.

HSL color Cylindrical-coordinate representation of color #C5463F: hue angle of 3.13º 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 #C5463F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1977063-
CMYK00.640.680.23
HSL3.13º53.6%50.98%-
HSV(B)3.13º68.02%77.25%-
XYZ26.1116.616.53-
YUV107.18103.08192.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 63 (25% from 255) = 19.09%
R=59.70%
G=21.21%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197706300.640.680.233.1353.650.98
HexC5463F040441733633
Octal3051067701001042736663
Binary1100010110001101111110100000010001001011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5463F; }

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

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

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

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

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

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

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

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