Color Hex Logo

#c29949 Color Hex

#C29949
(194,153,73)
0 Favorites   0 Comments

Color spaces of #c29949

RGB 19415373
HSL0.110.500.52
HSV40°62°76°
CMYK 0.000.210.62   0.24
XYZ34.842034.732811.1711
Yxy34.73280.43150.4301
Hunter Lab58.93452.393530.0157
CIE-Lab65.54016.376246.9578

#c29949 color RGB value is (194,153,73).

#c29949 hex color red value is 194, green value is 153 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c29949 hue: 0.11 , saturation: 0.50 and the lightness value of c29949 is 0.52.

The process color (four color CMYK) of #c29949 color hex is 0.00, 0.21, 0.62, 0.24. Web safe color of #c29949 is #cc9933. Color #c29949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 01001001
Octal 302 231 111
Decimal 194 153 73
Hex C2 99 49

RGB Percentages of Color #c29949

%46.19
%36.43
%17.38

CMYK Percentages of Color #c29949

%0
%21
%62
%24

Triadic Colors of #c29949

#c29949 #49c299 #9949c2

Analogous Colors of #c29949

#c29949 #afc249 #c25c49

Monochromatic Colors of #c29949

#c29949

Complementary Color

#c29949 #4972c2

#c29949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29949 Color CSS Codes

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

#c29949 Text Font Color

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

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


#c29949 Background Color

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

This div background color is #c29949


#c29949 Border Color

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

This div border color is #c29949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29949


Comments

No comments written yet.

Please login to write comment.