COLOR #C9A07E

HEX: #C9A07E RGB: (201,160,126)

Color info

#C9A07E contains mainly red and green colors. Web safe color of #C9A07E is #CC9966 (or #C96).

RGB color model

#C9A07E color RGB value is (201,160,126).

RGB: (201,160,126) (79%, 63%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 160 of 255 = 63%
B 126 of 255 = 49%

201
160
126

R + G + B ~ 64%. #C9A07E is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 160 + 126 = 487 (100%)
R 201 of 487 ~ 41.27%
G 160 of 487 ~ 32.85%
B 126 of 487 ~ 25.87'%

%41.27
%32.85
%25.87

CMYK color model

#C9A07E color CMYK value is (0,20,37,21).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 37.31%
  • key color value is 21.18%

CMYK: (0,20,37,21)
C0M20Y37K21 (0%, 20%, 37%, 21%)
(0.00 / 0.20 / 0.37 / 0.21)

CMYK percentages

%0
%20.4
%37.31
%21.18

Codes

Color #C9A07E in popluar color models

C9 A0 7E
RGB 201 160 126
HSL 27° 40.98% 64.12%
HSB/HSV 27° 37.31% 78.82%
CMYK 0.00% 20.40% 37.31%
21.18%

Color #C9A07E in popluar number systems.

HEX C9 A0 7E
Decimal 201 160 126
Binary 11001001 10100000 1111110
Octal 311 240 176

Shades and tints

Shades of #C9A07E

#C9A07E
(201,160,126)
#B79273
(183,146,115)
#A58468
(165,132,104)
#93765D
(147,118,93)
#816852
(129,104,82)
#6F5A47
(111,90,71)
#5D4C3C
(93,76,60)
#4B3E31
(75,62,49)
#393026
(57,48,38)
#27221B
(39,34,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #C9A07E

#C9A07E
(201,160,126)
#CDA889
(205,168,137)
#D1B094
(209,176,148)
#D5B89F
(213,184,159)
#D9C0AA
(217,192,170)
#DDC8B5
(221,200,181)
#E1D0C0
(225,208,192)
#E5D8CB
(229,216,203)
#E9E0D6
(233,224,214)
#EDE8E1
(237,232,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A07E color. Also use rgb(201,160,126) instead hex code.

Text Font Color

.myTextColor { color: #C9A07E; }

<p style="color:#C9A07E">This sample text font color is #C9A07E.</p>

This text font color is #C9A07E.

Background Color

.myBgColor { background-color: #C9A07E; }

<div style="background-color:#C9A07E">Inner text</div>

This div background color is #C9A07E.

Border color

.myBorderColor { border: 1px solid #C9A07E; }

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

This div border color is #C9A07E.

Opacity

.myOpacity80 { color: #C9A07E; opacity: 0.8; }

<p style="color:#C9A07E;opacity:0.8;">80%</p>

Text with #C9A07E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9A07E;}

<p style="text-shadow: 3px 3px 1px #C9A07E">Text here.</p>

This text has shadow with #C9A07E color.


.textShadow {text-shadow: 3px 3px 1px #C9A07E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9A07E, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9A07E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9A07E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9A07E, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9A07E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9A07E;
-webkit-box-shadow: 1px 1px 3px 2px #C9A07E;
box-shadow: 1px 1px 3px 2px #C9A07E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9A07E; -webkit-box-shadow: 1px 1px 3px 2px #C9A07E; box-shadow:1px 1px 3px 2px #C9A07E;">
Div content here
</div>

This div box has shadow with color #C9A07E.

Preview

Color preview on black background

This text has color #C9A07E on black background.


Color preview on white background

This text has color #C9A07E on white background.


Black color preview on #C9A07E background

This text has black color on #C9A07E background.


White color preview on #C9A07E background

This text has white color on #C9A07E background.


Related colors

Complementary color

Complementary color for #hex is #365F81.


I love getcolorcode.com

Triadic colors

1 #7EC9A0 and #A07EC9 with #C9A07E are triadic colors.

2 #7EA0C9 and #A0C97E with #C9A07E are triadic colors.