Color Hex Logo

#c2a15c Color Hex

#C2A15C
(194,161,92)
0 Favorites   0 Comments

Color spaces of #c2a15c

RGB 19416192
HSL0.110.460.56
HSV41°53°76°
CMYK 0.000.170.53   0.24
XYZ36.924837.731815.4620
Yxy37.73180.40970.4187
Hunter Lab61.4262-0.195228.0741
CIE-Lab67.82253.531340.1781

#c2a15c color RGB value is (194,161,92).

#c2a15c hex color red value is 194, green value is 161 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c2a15c hue: 0.11 , saturation: 0.46 and the lightness value of c2a15c is 0.56.

The process color (four color CMYK) of #c2a15c color hex is 0.00, 0.17, 0.53, 0.24. Web safe color of #c2a15c is #cc9966. Color #c2a15c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100001 01011100
Octal 302 241 134
Decimal 194 161 92
Hex C2 A1 5C

RGB Percentages of Color #c2a15c

%43.40
%36.02
%20.58

CMYK Percentages of Color #c2a15c

%0
%17
%53
%24

Triadic Colors of #c2a15c

#c2a15c #5cc2a1 #a15cc2

Analogous Colors of #c2a15c

#c2a15c #b0c25c #c26e5c

Monochromatic Colors of #c2a15c

#c2a15c

Complementary Color

#c2a15c #5c7dc2

#c2a15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a15c Color CSS Codes

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

#c2a15c Text Font Color

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

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


#c2a15c Background Color

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

This div background color is #c2a15c


#c2a15c Border Color

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

This div border color is #c2a15c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,161,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2a15c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2a15c;
  -webkit-box-shadow: 1px 1px 3px 2px #c2a15c;
  box-shadow:         1px 1px 3px 2px #c2a15c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,161,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a15c


Comments

No comments written yet.

Please login to write comment.