Color Hex Logo

#c9a47c Color Hex

#C9A47C
(201,164,124)
0 Favorites   0 Comments

Color spaces of #c9a47c

RGB 201164124
HSL0.090.420.64
HSV31°38°79°
CMYK 0.000.180.38   0.21
XYZ41.000940.423724.7103
Yxy40.42370.38630.3809
Hunter Lab63.57963.845821.4626
CIE-Lab69.77038.094625.8864

#c9a47c color RGB value is (201,164,124).

#c9a47c hex color red value is 201, green value is 164 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c9a47c hue: 0.09 , saturation: 0.42 and the lightness value of c9a47c is 0.64.

The process color (four color CMYK) of #c9a47c color hex is 0.00, 0.18, 0.38, 0.21. Web safe color of #c9a47c is #cc9966. Color #c9a47c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100100 01111100
Octal 311 244 174
Decimal 201 164 124
Hex C9 A4 7C

RGB Percentages of Color #c9a47c

%41.10
%33.54
%25.36

CMYK Percentages of Color #c9a47c

%0
%18
%38
%21

Triadic Colors of #c9a47c

#c9a47c #7cc9a4 #a47cc9

Analogous Colors of #c9a47c

#c9a47c #c8c97c #c97e7c

Monochromatic Colors of #c9a47c

#c9a47c

Complementary Color

#c9a47c #7ca1c9

#c9a47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a47c Color CSS Codes

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

#c9a47c Text Font Color

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

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


#c9a47c Background Color

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

This div background color is #c9a47c


#c9a47c Border Color

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

This div border color is #c9a47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a47c


Comments

No comments written yet.

Please login to write comment.