Color Hex Logo

#c9a38f Color Hex

#C9A38F
(201,163,143)
0 Favorites   0 Comments

Color spaces of #c9a38f

RGB 201163143
HSL0.060.350.67
HSV21°29°79°
CMYK 0.000.190.29   0.21
XYZ42.142540.595131.6011
Yxy40.59510.36860.3550
Hunter Lab63.71436.565115.1933
CIE-Lab69.891311.047115.6714

#c9a38f color RGB value is (201,163,143).

#c9a38f hex color red value is 201, green value is 163 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9a38f hue: 0.06 , saturation: 0.35 and the lightness value of c9a38f is 0.67.

The process color (four color CMYK) of #c9a38f color hex is 0.00, 0.19, 0.29, 0.21. Web safe color of #c9a38f is #cc9999. Color #c9a38f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100011 10001111
Octal 311 243 217
Decimal 201 163 143
Hex C9 A3 8F

RGB Percentages of Color #c9a38f

%39.64
%32.15
%28.21

CMYK Percentages of Color #c9a38f

%0
%19
%29
%21

Triadic Colors of #c9a38f

#c9a38f #8fc9a3 #a38fc9

Analogous Colors of #c9a38f

#c9a38f #c9c08f #c98f98

Monochromatic Colors of #c9a38f

#c9a38f

Complementary Color

#c9a38f #8fb5c9

#c9a38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a38f Color CSS Codes

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

#c9a38f Text Font Color

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

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


#c9a38f Background Color

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

This div background color is #c9a38f


#c9a38f Border Color

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

This div border color is #c9a38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a38f


Comments

No comments written yet.

Please login to write comment.