Color Hex Logo

#c1a22c Color Hex

#C1A22C
(193,162,44)
0 Favorites   0 Comments

Color spaces of #c1a22c

RGB 19316244
HSL0.130.630.46
HSV48°77°76°
CMYK 0.000.160.77   0.24
XYZ35.367337.36007.7300
Yxy37.36000.43960.4643
Hunter Lab61.1228-3.680135.2878
CIE-Lab67.5462-0.481561.2314

#c1a22c color RGB value is (193,162,44).

#c1a22c hex color red value is 193, green value is 162 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c1a22c hue: 0.13 , saturation: 0.63 and the lightness value of c1a22c is 0.46.

The process color (four color CMYK) of #c1a22c color hex is 0.00, 0.16, 0.77, 0.24. Web safe color of #c1a22c is #cc9933. Color #c1a22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100010 00101100
Octal 301 242 54
Decimal 193 162 44
Hex C1 A2 2C

RGB Percentages of Color #c1a22c

%48.37
%40.60
%11.03

CMYK Percentages of Color #c1a22c

%0
%16
%77
%24

Triadic Colors of #c1a22c

#c1a22c #2cc1a2 #a22cc1

Analogous Colors of #c1a22c

#c1a22c #96c12c #c1582c

Monochromatic Colors of #c1a22c

#c1a22c

Complementary Color

#c1a22c #2c4bc1

#c1a22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a22c Color CSS Codes

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

#c1a22c Text Font Color

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

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


#c1a22c Background Color

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

This div background color is #c1a22c


#c1a22c Border Color

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

This div border color is #c1a22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a22c


Comments

No comments written yet.

Please login to write comment.