Color Hex Logo

#c1a48e Color Hex

#C1A48E
(193,164,142)
0 Favorites   0 Comments

Color spaces of #c1a48e

RGB 193164142
HSL0.070.290.66
HSV26°26°76°
CMYK 0.000.150.26   0.24
XYZ40.150339.841431.1652
Yxy39.84140.36120.3584
Hunter Lab63.12003.082814.9099
CIE-Lab69.35647.247515.3608

#c1a48e color RGB value is (193,164,142).

#c1a48e hex color red value is 193, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c1a48e hue: 0.07 , saturation: 0.29 and the lightness value of c1a48e is 0.66.

The process color (four color CMYK) of #c1a48e color hex is 0.00, 0.15, 0.26, 0.24. Web safe color of #c1a48e is #cc9999. Color #c1a48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100100 10001110
Octal 301 244 216
Decimal 193 164 142
Hex C1 A4 8E

RGB Percentages of Color #c1a48e

%38.68
%32.87
%28.46

CMYK Percentages of Color #c1a48e

%0
%15
%26
%24

Triadic Colors of #c1a48e

#c1a48e #8ec1a4 #a48ec1

Analogous Colors of #c1a48e

#c1a48e #c1be8e #c18e92

Monochromatic Colors of #c1a48e

#c1a48e

Complementary Color

#c1a48e #8eabc1

#c1a48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a48e Color CSS Codes

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

#c1a48e Text Font Color

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

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


#c1a48e Background Color

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

This div background color is #c1a48e


#c1a48e Border Color

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

This div border color is #c1a48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a48e


Comments

No comments written yet.

Please login to write comment.