#C04E38

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

Shades of Grenadier #C04E38

Tints of Grenadier #C04E38

Color information

#C04E38 (or 0xC04E38) is unknown color: approx Grenadier. HEX triplet: C0, 4E and 38. RGB value is (192,78,56). Sum of RGB (Red+Green+Blue) = 192+78+56=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E38 is #3FB1C7. Grayscale: #6D6D6D. Windows color (decimal): -4174280 or 3690176. OLE color: 3690176.

HSL color Cylindrical-coordinate representation of color #C04E38: hue angle of 9.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04E38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1927856-
CMYK00.590.710.25
HSL9.71º54.84%48.63%-
HSV(B)9.71º70.83%75.29%-
XYZ25.1816.945.68-
YUV109.5897.77186.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=58.90%
G=23.93%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192785600.590.710.259.7154.8448.63
HexC04E3803B4719a3731
Octal3001167007310731126761
Binary11000000100111011100001110111000111110011010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E38; }

 p { color: rgb(192,78,56); }

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

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

 a { background-color: rgb(192,78,56); }

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

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

 span { border-color: rgb(192,78,56); }

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