Color Hex Logo

#c19141 Color Hex

#C19141
(193,145,65)
0 Favorites   0 Comments

Color spaces of #c19141

RGB 19314565
HSL0.100.510.51
HSV38°66°76°
CMYK 0.000.250.66   0.24
XYZ33.071931.96999.4288
Yxy31.96990.44410.4293
Hunter Lab56.54195.457929.6923
CIE-Lab63.31809.788848.2717

#c19141 color RGB value is (193,145,65).

#c19141 hex color red value is 193, green value is 145 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c19141 hue: 0.10 , saturation: 0.51 and the lightness value of c19141 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 01000001
Octal 301 221 101
Decimal 193 145 65
Hex C1 91 41

RGB Percentages of Color #c19141

%47.89
%35.98
%16.13

CMYK Percentages of Color #c19141

%0
%25
%66
%24

Triadic Colors of #c19141

#c19141 #41c191 #9141c1

Analogous Colors of #c19141

#c19141 #b1c141 #c15141

Monochromatic Colors of #c19141

#c19141

Complementary Color

#c19141 #4171c1

#c19141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19141 Color CSS Codes

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

#c19141 Text Font Color

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

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


#c19141 Background Color

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

This div background color is #c19141


#c19141 Border Color

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

This div border color is #c19141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19141


Comments

No comments written yet.

Please login to write comment.