#C64533

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

Shades of Grenadier #C64533

Tints of Grenadier #C64533

Color information

#C64533 (or 0xC64533) is unknown color: approx Grenadier. HEX triplet: C6, 45 and 33. RGB value is (198,69,51). Sum of RGB (Red+Green+Blue) = 198+69+51=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64533 is #39BACC. Grayscale: #696969. Windows color (decimal): -3783373 or 3360198. OLE color: 3360198.

HSL color Cylindrical-coordinate representation of color #C64533: hue angle of 7.35º degrees, saturation: 0.59, 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 #C64533 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1986951-
CMYK00.650.740.22
HSL7.35º59.04%48.82%-
HSV(B)7.35º74.24%77.65%-
XYZ26.0116.54.95-
YUV105.5297.24193.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=62.26%
G=21.70%
B=16.04%

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
Decimal198695100.650.740.227.3559.0448.82
HexC645330414A1673b31
Octal3061056301011122677361
Binary11000110100010111001101000001100101010110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64533; }

 p { color: rgb(198,69,51); }

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

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

 a { background-color: rgb(198,69,51); }

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

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

 span { border-color: rgb(198,69,51); }

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