Color Hex Logo

#c19129 Color Hex

#C19129
(193,145,41)
0 Favorites   0 Comments

Color spaces of #c19129

RGB 19314541
HSL0.110.650.46
HSV41°79°76°
CMYK 0.000.250.79   0.24
XYZ32.518031.74836.5120
Yxy31.74830.45940.4486
Hunter Lab56.34564.410532.5897
CIE-Lab63.13438.606158.2250

#c19129 color RGB value is (193,145,41).

#c19129 hex color red value is 193, green value is 145 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c19129 hue: 0.11 , saturation: 0.65 and the lightness value of c19129 is 0.46.

The process color (four color CMYK) of #c19129 color hex is 0.00, 0.25, 0.79, 0.24. Web safe color of #c19129 is #cc9933. Color #c19129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 00101001
Octal 301 221 51
Decimal 193 145 41
Hex C1 91 29

RGB Percentages of Color #c19129

%50.92
%38.26
%10.82

CMYK Percentages of Color #c19129

%0
%25
%79
%24

Triadic Colors of #c19129

#c19129 #29c191 #9129c1

Analogous Colors of #c19129

#c19129 #a5c129 #c14529

Monochromatic Colors of #c19129

#c19129

Complementary Color

#c19129 #2959c1

#c19129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19129 Color CSS Codes

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

#c19129 Text Font Color

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

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


#c19129 Background Color

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

This div background color is #c19129


#c19129 Border Color

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

This div border color is #c19129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19129


Comments

No comments written yet.

Please login to write comment.