Color Hex Logo

#c19549 Color Hex

#C19549
(193,149,73)
0 Favorites   0 Comments

Color spaces of #c19549

RGB 19314973
HSL0.110.490.52
HSV38°62°76°
CMYK 0.000.230.62   0.24
XYZ33.942433.313410.9445
Yxy33.31340.43400.4260
Hunter Lab57.71783.965429.1598
CIE-Lab64.41398.124045.6534

#c19549 color RGB value is (193,149,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 01001001
Octal 301 225 111
Decimal 193 149 73
Hex C1 95 49

RGB Percentages of Color #c19549

%46.51
%35.90
%17.59

CMYK Percentages of Color #c19549

%0
%23
%62
%24

Triadic Colors of #c19549

#c19549 #49c195 #9549c1

Analogous Colors of #c19549

#c19549 #b1c149 #c15949

Monochromatic Colors of #c19549

#c19549

Complementary Color

#c19549 #4975c1

#c19549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19549 Color CSS Codes

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

#c19549 Text Font Color

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

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


#c19549 Background Color

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

This div background color is #c19549


#c19549 Border Color

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

This div border color is #c19549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19549


Comments

No comments written yet.

Please login to write comment.