Color Hex Logo

#c49349 Color Hex

#C49349
(196,147,73)
0 Favorites   0 Comments

Color spaces of #c49349

RGB 19614773
HSL0.100.510.53
HSV36°63°77°
CMYK 0.000.250.63   0.23
XYZ34.401333.084210.8761
Yxy33.08420.43900.4222
Hunter Lab57.51896.100629.0522
CIE-Lab64.229010.512345.5288

#c49349 color RGB value is (196,147,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 01001001
Octal 304 223 111
Decimal 196 147 73
Hex C4 93 49

RGB Percentages of Color #c49349

%47.12
%35.34
%17.55

CMYK Percentages of Color #c49349

%0
%25
%63
%23

Triadic Colors of #c49349

#c49349 #49c493 #9349c4

Analogous Colors of #c49349

#c49349 #b8c449 #c45649

Monochromatic Colors of #c49349

#c49349

Complementary Color

#c49349 #497ac4

#c49349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49349 Color CSS Codes

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

#c49349 Text Font Color

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

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


#c49349 Background Color

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

This div background color is #c49349


#c49349 Border Color

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

This div border color is #c49349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,147,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 #c49349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49349


Comments

No comments written yet.

Please login to write comment.