Color Hex Logo

#c1a039 Color Hex

#C1A039
(193,160,57)
0 Favorites   0 Comments

Color spaces of #c1a039

RGB 19316057
HSL0.130.540.49
HSV45°70°76°
CMYK 0.000.170.70   0.24
XYZ35.301636.77459.1085
Yxy36.77450.43480.4530
Hunter Lab60.6420-2.213033.5440
CIE-Lab67.10751.186855.8188

#c1a039 color RGB value is (193,160,57).

#c1a039 hex color red value is 193, green value is 160 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c1a039 hue: 0.13 , saturation: 0.54 and the lightness value of c1a039 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100000 00111001
Octal 301 240 71
Decimal 193 160 57
Hex C1 A0 39

RGB Percentages of Color #c1a039

%47.07
%39.02
%13.90

CMYK Percentages of Color #c1a039

%0
%17
%70
%24

Triadic Colors of #c1a039

#c1a039 #39c1a0 #a039c1

Analogous Colors of #c1a039

#c1a039 #9ec139 #c15c39

Monochromatic Colors of #c1a039

#c1a039

Complementary Color

#c1a039 #395ac1

#c1a039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a039 Color CSS Codes

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

#c1a039 Text Font Color

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

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


#c1a039 Background Color

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

This div background color is #c1a039


#c1a039 Border Color

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

This div border color is #c1a039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a039


Comments

No comments written yet.

Please login to write comment.