Color Hex Logo

#c1a85e Color Hex

#C1A85E
(193,168,94)
0 Favorites   0 Comments

Color spaces of #c1a85e

RGB 19316894
HSL0.120.440.56
HSV45°51°76°
CMYK 0.000.130.51   0.24
XYZ38.015340.150916.3359
Yxy40.15090.40230.4249
Hunter Lab63.3647-3.798329.0699
CIE-Lab69.5769-0.474041.2730

#c1a85e color RGB value is (193,168,94).

#c1a85e hex color red value is 193, green value is 168 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1a85e hue: 0.12 , saturation: 0.44 and the lightness value of c1a85e is 0.56.

The process color (four color CMYK) of #c1a85e color hex is 0.00, 0.13, 0.51, 0.24. Web safe color of #c1a85e is #cc9966. Color #c1a85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101000 01011110
Octal 301 250 136
Decimal 193 168 94
Hex C1 A8 5E

RGB Percentages of Color #c1a85e

%42.42
%36.92
%20.66

CMYK Percentages of Color #c1a85e

%0
%13
%51
%24

Triadic Colors of #c1a85e

#c1a85e #5ec1a8 #a85ec1

Analogous Colors of #c1a85e

#c1a85e #a9c15e #c1775e

Monochromatic Colors of #c1a85e

#c1a85e

Complementary Color

#c1a85e #5e77c1

#c1a85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a85e Color CSS Codes

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

#c1a85e Text Font Color

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

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


#c1a85e Background Color

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

This div background color is #c1a85e


#c1a85e Border Color

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

This div border color is #c1a85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a85e


Comments

No comments written yet.

Please login to write comment.