Color Hex Logo

#c49149 Color Hex

#C49149
(196,145,73)
0 Favorites   0 Comments

Color spaces of #c49149

RGB 19614573
HSL0.100.510.53
HSV35°63°77°
CMYK 0.000.260.63   0.23
XYZ34.092932.467610.7733
Yxy32.46760.44090.4198
Hunter Lab56.98037.085828.6763
CIE-Lab63.727511.606144.9574

#c49149 color RGB value is (196,145,73).

#c49149 hex color red value is 196, green value is 145 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c49149 hue: 0.10 , saturation: 0.51 and the lightness value of c49149 is 0.53.

The process color (four color CMYK) of #c49149 color hex is 0.00, 0.26, 0.63, 0.23. Web safe color of #c49149 is #cc9933. Color #c49149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 01001001
Octal 304 221 111
Decimal 196 145 73
Hex C4 91 49

RGB Percentages of Color #c49149

%47.34
%35.02
%17.63

CMYK Percentages of Color #c49149

%0
%26
%63
%23

Triadic Colors of #c49149

#c49149 #49c491 #9149c4

Analogous Colors of #c49149

#c49149 #bac449 #c45449

Monochromatic Colors of #c49149

#c49149

Complementary Color

#c49149 #497cc4

#c49149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49149 Color CSS Codes

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

#c49149 Text Font Color

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

This sample text font color is #c49149
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.


#c49149 Background Color

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

This div background color is #c49149


#c49149 Border Color

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

This div border color is #c49149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49149


Comments

No comments written yet.

Please login to write comment.