#C04634

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

Shades of Grenadier #C04634

Tints of Grenadier #C04634

Color information

#C04634 (or 0xC04634) is unknown color: approx Grenadier. HEX triplet: C0, 46 and 34. RGB value is (192,70,52). Sum of RGB (Red+Green+Blue) = 192+70+52=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04634 is #3FB9CB. Grayscale: #686868. Windows color (decimal): -4176332 or 3425984. OLE color: 3425984.

HSL color Cylindrical-coordinate representation of color #C04634: hue angle of 7.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04634 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1927052-
CMYK00.640.730.25
HSL7.71º57.38%47.84%-
HSV(B)7.71º72.92%75.29%-
XYZ24.5515.835.01-
YUV104.4398.42190.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=61.15%
G=22.29%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192705200.640.730.257.7157.3847.84
HexC04634040491983930
Octal30010664010011131107160
Binary110000001000110110100010000001001001110011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04634; }

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

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

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

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

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

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

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

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