Color Hex Logo

#c4992e Color Hex

#C4992E
(196,153,46)
0 Favorites   0 Comments

Color spaces of #c4992e

RGB 19615346
HSL0.120.620.47
HSV43°77°77°
CMYK 0.000.220.77   0.23
XYZ34.649334.71557.4593
Yxy34.71550.45100.4519
Hunter Lab58.91991.861633.7377
CIE-Lab65.52665.773758.7274

#c4992e color RGB value is (196,153,46).

#c4992e hex color red value is 196, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4992e hue: 0.12 , saturation: 0.62 and the lightness value of c4992e is 0.47.

The process color (four color CMYK) of #c4992e color hex is 0.00, 0.22, 0.77, 0.23. Web safe color of #c4992e is #cc9933. Color #c4992e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 00101110
Octal 304 231 56
Decimal 196 153 46
Hex C4 99 2E

RGB Percentages of Color #c4992e

%49.62
%38.73
%11.65

CMYK Percentages of Color #c4992e

%0
%22
%77
%23

Triadic Colors of #c4992e

#c4992e #2ec499 #992ec4

Analogous Colors of #c4992e

#c4992e #a4c42e #c44e2e

Monochromatic Colors of #c4992e

#c4992e

Complementary Color

#c4992e #2e59c4

#c4992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4992e Color CSS Codes

.mybgcolor {background-color:#c4992e; } 
.myforecolor {color:#c4992e; }
.mybordercolor {border:3px solid #c4992e; }

#c4992e Text Font Color

<p style="color:#c4992e">Text here</p>

This sample text font color is #c4992e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4992e Background Color

<div style="background-color:#c4992e">
Div content here</div>

This div background color is #c4992e


#c4992e Border Color

<div style="border:3px solid #c4992e">
Div here</div>

This div border color is #c4992e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,153,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4992e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4992e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4992e;
  box-shadow:         1px 1px 3px 2px #c4992e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,153,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4992e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4992e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4992e;
  box-shadow:         1px 1px 3px 2px #c4992e;">
Div content here</div>

This div box has shadow with color #c4992e


Comments

No comments written yet.

Please login to write comment.