Color Hex Logo

#c49716 Color Hex

#C49716
(196,151,22)
0 Favorites   0 Comments

Color spaces of #c49716

RGB 19615122
HSL0.120.800.43
HSV44°89°77°
CMYK 0.000.230.89   0.23
XYZ33.976433.92695.5169
Yxy33.92690.46280.4621
Hunter Lab58.24682.190335.1571
CIE-Lab64.90456.127665.4832

#c49716 color RGB value is (196,151,22).

#c49716 hex color red value is 196, green value is 151 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c49716 hue: 0.12 , saturation: 0.80 and the lightness value of c49716 is 0.43.

The process color (four color CMYK) of #c49716 color hex is 0.00, 0.23, 0.89, 0.23. Web safe color of #c49716 is #cc9900. Color #c49716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 00010110
Octal 304 227 26
Decimal 196 151 22
Hex C4 97 16

RGB Percentages of Color #c49716

%53.12
%40.92
%5.96

CMYK Percentages of Color #c49716

%0
%23
%89
%23

Triadic Colors of #c49716

#c49716 #16c497 #9716c4

Analogous Colors of #c49716

#c49716 #9ac416 #c44016

Monochromatic Colors of #c49716

#c49716

Complementary Color

#c49716 #1643c4

#c49716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49716 Color CSS Codes

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

#c49716 Text Font Color

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

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


#c49716 Background Color

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

This div background color is #c49716


#c49716 Border Color

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

This div border color is #c49716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49716


Comments

No comments written yet.

Please login to write comment.