Color Hex Logo

#c9a78d Color Hex

#C9A78D
(201,167,141)
0 Favorites   0 Comments

Color spaces of #c9a78d

RGB 201167141
HSL0.070.360.67
HSV26°30°79°
CMYK 0.000.170.30   0.21
XYZ42.713841.978031.0506
Yxy41.97800.36900.3627
Hunter Lab64.79044.294816.9388
CIE-Lab70.85578.605218.1076

#c9a78d color RGB value is (201,167,141).

#c9a78d hex color red value is 201, green value is 167 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c9a78d hue: 0.07 , saturation: 0.36 and the lightness value of c9a78d is 0.67.

The process color (four color CMYK) of #c9a78d color hex is 0.00, 0.17, 0.30, 0.21. Web safe color of #c9a78d is #cc9999. Color #c9a78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100111 10001101
Octal 311 247 215
Decimal 201 167 141
Hex C9 A7 8D

RGB Percentages of Color #c9a78d

%39.49
%32.81
%27.70

CMYK Percentages of Color #c9a78d

%0
%17
%30
%21

Triadic Colors of #c9a78d

#c9a78d #8dc9a7 #a78dc9

Analogous Colors of #c9a78d

#c9a78d #c9c58d #c98d91

Monochromatic Colors of #c9a78d

#c9a78d

Complementary Color

#c9a78d #8dafc9

#c9a78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a78d Color CSS Codes

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

#c9a78d Text Font Color

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

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


#c9a78d Background Color

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

This div background color is #c9a78d


#c9a78d Border Color

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

This div border color is #c9a78d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,167,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 #c9a78d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a78d


Comments

No comments written yet.

Please login to write comment.