Color Hex Logo

#c9ac47 Color Hex

#C9AC47
(201,172,71)
0 Favorites   0 Comments

Color spaces of #c9ac47

RGB 20117271
HSL0.130.550.53
HSV47°65°79°
CMYK 0.000.140.65   0.21
XYZ39.977242.377512.0339
Yxy42.37750.42350.4490
Hunter Lab65.0980-4.303234.6084
CIE-Lab71.1304-0.938954.2453

#c9ac47 color RGB value is (201,172,71).

#c9ac47 hex color red value is 201, green value is 172 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c9ac47 hue: 0.13 , saturation: 0.55 and the lightness value of c9ac47 is 0.53.

The process color (four color CMYK) of #c9ac47 color hex is 0.00, 0.14, 0.65, 0.21. Web safe color of #c9ac47 is #cc9933. Color #c9ac47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 01000111
Octal 311 254 107
Decimal 201 172 71
Hex C9 AC 47

RGB Percentages of Color #c9ac47

%45.27
%38.74
%15.99

CMYK Percentages of Color #c9ac47

%0
%14
%65
%21

Triadic Colors of #c9ac47

#c9ac47 #47c9ac #ac47c9

Analogous Colors of #c9ac47

#c9ac47 #a5c947 #c96b47

Monochromatic Colors of #c9ac47

#c9ac47

Complementary Color

#c9ac47 #4764c9

#c9ac47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ac47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ac47 Color CSS Codes

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

#c9ac47 Text Font Color

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

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


#c9ac47 Background Color

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

This div background color is #c9ac47


#c9ac47 Border Color

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

This div border color is #c9ac47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ac47


Comments

No comments written yet.

Please login to write comment.