Color Hex Logo

#c49174 Color Hex

#C49174
(196,145,116)
0 Favorites   0 Comments

Color spaces of #c49174

RGB 196145116
HSL0.060.400.61
HSV22°41°77°
CMYK 0.000.260.41   0.23
XYZ36.042733.247521.0408
Yxy33.24750.39900.3681
Hunter Lab57.660610.671218.7271
CIE-Lab64.360815.523622.9248

#c49174 color RGB value is (196,145,116).

#c49174 hex color red value is 196, green value is 145 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c49174 hue: 0.06 , saturation: 0.40 and the lightness value of c49174 is 0.61.

The process color (four color CMYK) of #c49174 color hex is 0.00, 0.26, 0.41, 0.23. Web safe color of #c49174 is #cc9966. Color #c49174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 01110100
Octal 304 221 164
Decimal 196 145 116
Hex C4 91 74

RGB Percentages of Color #c49174

%42.89
%31.73
%25.38

CMYK Percentages of Color #c49174

%0
%26
%41
%23

Triadic Colors of #c49174

#c49174 #74c491 #9174c4

Analogous Colors of #c49174

#c49174 #c4b974 #c4747f

Monochromatic Colors of #c49174

#c49174

Complementary Color

#c49174 #74a7c4

#c49174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49174 Color CSS Codes

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

#c49174 Text Font Color

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

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


#c49174 Background Color

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

This div background color is #c49174


#c49174 Border Color

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

This div border color is #c49174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49174


Comments

No comments written yet.

Please login to write comment.