Color Hex Logo

#c1a18d Color Hex

#C1A18D
(193,161,141)
0 Favorites   0 Comments

Color spaces of #c1a18d

RGB 193161141
HSL0.060.300.65
HSV23°27°76°
CMYK 0.000.170.27   0.24
XYZ39.544938.750330.5946
Yxy38.75030.36320.3559
Hunter Lab62.24974.457214.4349
CIE-Lab68.57008.742114.8143

#c1a18d color RGB value is (193,161,141).

#c1a18d hex color red value is 193, green value is 161 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c1a18d hue: 0.06 , saturation: 0.30 and the lightness value of c1a18d is 0.65.

The process color (four color CMYK) of #c1a18d color hex is 0.00, 0.17, 0.27, 0.24. Web safe color of #c1a18d is #cc9999. Color #c1a18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100001 10001101
Octal 301 241 215
Decimal 193 161 141
Hex C1 A1 8D

RGB Percentages of Color #c1a18d

%38.99
%32.53
%28.48

CMYK Percentages of Color #c1a18d

%0
%17
%27
%24

Triadic Colors of #c1a18d

#c1a18d #8dc1a1 #a18dc1

Analogous Colors of #c1a18d

#c1a18d #c1bb8d #c18d93

Monochromatic Colors of #c1a18d

#c1a18d

Complementary Color

#c1a18d #8dadc1

#c1a18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a18d Color CSS Codes

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

#c1a18d Text Font Color

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

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


#c1a18d Background Color

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

This div background color is #c1a18d


#c1a18d Border Color

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

This div border color is #c1a18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a18d


Comments

No comments written yet.

Please login to write comment.