Color Hex Logo

#c1841a Color Hex

#C1841A
(193,132,26)
0 Favorites   0 Comments

Color spaces of #c1841a

RGB 19313226
HSL0.110.760.43
HSV38°87°76°
CMYK 0.000.320.87   0.24
XYZ30.430027.91464.7615
Yxy27.91460.48220.4423
Hunter Lab52.834310.347531.6407
CIE-Lab59.811515.277560.2470

#c1841a color RGB value is (193,132,26).

#c1841a hex color red value is 193, green value is 132 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c1841a hue: 0.11 , saturation: 0.76 and the lightness value of c1841a is 0.43.

The process color (four color CMYK) of #c1841a color hex is 0.00, 0.32, 0.87, 0.24. Web safe color of #c1841a is #cc9933. Color #c1841a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 00011010
Octal 301 204 32
Decimal 193 132 26
Hex C1 84 1A

RGB Percentages of Color #c1841a

%54.99
%37.61
%7.41

CMYK Percentages of Color #c1841a

%0
%32
%87
%24

Triadic Colors of #c1841a

#c1841a #1ac184 #841ac1

Analogous Colors of #c1841a

#c1841a #abc11a #c1311a

Monochromatic Colors of #c1841a

#c1841a

Complementary Color

#c1841a #1a57c1

#c1841a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1841a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1841a Color CSS Codes

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

#c1841a Text Font Color

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

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


#c1841a Background Color

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

This div background color is #c1841a


#c1841a Border Color

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

This div border color is #c1841a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1841a


Comments

No comments written yet.

Please login to write comment.