#C64A3F

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

Shades of Grenadier #C64A3F

Tints of Grenadier #C64A3F

Color information

#C64A3F (or 0xC64A3F) is unknown color: approx Grenadier. HEX triplet: C6, 4A and 3F. RGB value is (198,74,63). Sum of RGB (Red+Green+Blue) = 198+74+63=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A3F is #39B5C0. Grayscale: #6D6D6D. Windows color (decimal): -3782081 or 4147910. OLE color: 4147910.

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

Color convert

RGB1987463-
CMYK00.630.680.22
HSL4.89º54.22%51.18%-
HSV(B)4.89º68.18%77.65%-
XYZ26.6317.266.63-
YUV109.82101.58190.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 63 (25% from 255) = 18.81%
R=59.10%
G=22.09%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198746300.630.680.224.8954.2251.18
HexC64A3F03F441653633
Octal306112770771042656663
Binary1100011010010101111110111111100010010110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A3F; }

 p { color: rgb(198,74,63); }

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

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

 a { background-color: rgb(198,74,63); }

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

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

 span { border-color: rgb(198,74,63); }

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