#C04638

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

Shades of Grenadier #C04638

Tints of Grenadier #C04638

Color information

#C04638 (or 0xC04638) is unknown color: approx Grenadier. HEX triplet: C0, 46 and 38. RGB value is (192,70,56). Sum of RGB (Red+Green+Blue) = 192+70+56=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04638 is #3FB9C7. Grayscale: #696969. Windows color (decimal): -4176328 or 3688128. OLE color: 3688128.

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

Color convert

RGB1927056-
CMYK00.640.710.25
HSL6.18º54.84%48.63%-
HSV(B)6.18º70.83%75.29%-
XYZ24.6415.875.51-
YUV104.88100.42190.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.38%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=60.38%
G=22.01%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192705600.640.710.256.1854.8448.63
HexC04638040471963731
Octal3001067001001073166761
Binary11000000100011011100001000000100011111001110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04638; }

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

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

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

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

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

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

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

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