Color Hex Logo

#c19140 Color Hex

#C19140
(193,145,64)
0 Favorites   0 Comments

Color spaces of #c19140

RGB 19314564
HSL0.100.510.50
HSV38°67°76°
CMYK 0.000.250.67   0.24
XYZ33.043131.95849.2775
Yxy31.95840.44490.4302
Hunter Lab56.53185.403629.8421
CIE-Lab63.30859.727648.7311

#c19140 color RGB value is (193,145,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 01000000
Octal 301 221 100
Decimal 193 145 64
Hex C1 91 40

RGB Percentages of Color #c19140

%48.01
%36.07
%15.92

CMYK Percentages of Color #c19140

%0
%25
%67
%24

Triadic Colors of #c19140

#c19140 #40c191 #9140c1

Analogous Colors of #c19140

#c19140 #b1c140 #c15140

Monochromatic Colors of #c19140

#c19140

Complementary Color

#c19140 #4070c1

#c19140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19140 Color CSS Codes

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

#c19140 Text Font Color

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

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


#c19140 Background Color

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

This div background color is #c19140


#c19140 Border Color

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

This div border color is #c19140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19140


Comments

No comments written yet.

Please login to write comment.