#C64634

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

Shades of Grenadier #C64634

Tints of Grenadier #C64634

Color information

#C64634 (or 0xC64634) is unknown color: approx Grenadier. HEX triplet: C6, 46 and 34. RGB value is (198,70,52). Sum of RGB (Red+Green+Blue) = 198+70+52=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C64634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64634 is #39B9CB. Grayscale: #6A6A6A. Windows color (decimal): -3783116 or 3425990. OLE color: 3425990.

HSL color Cylindrical-coordinate representation of color #C64634: hue angle of 7.4º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64634 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1987052-
CMYK00.650.740.22
HSL7.4º58.4%49.02%-
HSV(B)7.4º73.74%77.65%-
XYZ26.116.635.08-
YUV106.2297.41193.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.88%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=61.88%
G=21.88%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198705200.650.740.227.458.449.02
HexC646340414A1673a31
Octal3061066401011122677261
Binary11000110100011011010001000001100101010110111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64634; }

 p { color: rgb(198,70,52); }

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

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

 a { background-color: rgb(198,70,52); }

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

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

 span { border-color: rgb(198,70,52); }

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