Color Hex Logo

#c1a12f Color Hex

#C1A12F
(193,161,47)
0 Favorites   0 Comments

Color spaces of #c1a12f

RGB 19316147
HSL0.130.610.47
HSV47°76°76°
CMYK 0.000.170.76   0.24
XYZ35.250337.03247.9794
Yxy37.03240.43920.4614
Hunter Lab60.8543-3.097434.8237
CIE-Lab67.30130.177159.9279

#c1a12f color RGB value is (193,161,47).

#c1a12f hex color red value is 193, green value is 161 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c1a12f hue: 0.13 , saturation: 0.61 and the lightness value of c1a12f is 0.47.

The process color (four color CMYK) of #c1a12f color hex is 0.00, 0.17, 0.76, 0.24. Web safe color of #c1a12f is #cc9933. Color #c1a12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100001 00101111
Octal 301 241 57
Decimal 193 161 47
Hex C1 A1 2F

RGB Percentages of Color #c1a12f

%48.13
%40.15
%11.72

CMYK Percentages of Color #c1a12f

%0
%17
%76
%24

Triadic Colors of #c1a12f

#c1a12f #2fc1a1 #a12fc1

Analogous Colors of #c1a12f

#c1a12f #98c12f #c1582f

Monochromatic Colors of #c1a12f

#c1a12f

Complementary Color

#c1a12f #2f4fc1

#c1a12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a12f Color CSS Codes

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

#c1a12f Text Font Color

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

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


#c1a12f Background Color

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

This div background color is #c1a12f


#c1a12f Border Color

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

This div border color is #c1a12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a12f


Comments

No comments written yet.

Please login to write comment.