COLOR #C9B79A

HEX: #C9B79A RGB: (201,183,154)

Color info

#C9B79A contains red, green and blue colors in about the same proportion. Web safe color of #C9B79A is #CCCC99 (or #CC9).

RGB color model

#C9B79A color RGB value is (201,183,154).

RGB: (201,183,154) (79%, 72%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 154 of 255 = 60%

201
183
154

R + G + B ~ 70%. #C9B79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 183 + 154 = 538 (100%)
R 201 of 538 ~ 37.36%
G 183 of 538 ~ 34.01%
B 154 of 538 ~ 28.62'%

%37.36
%34.01
%28.62

CMYK color model

#C9B79A color CMYK value is (0,9,23,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (0,9,23,21)
C0M9Y23K21 (0%, 9%, 23%, 21%)
(0.00 / 0.09 / 0.23 / 0.21)

CMYK percentages

%0
%8.96
%23.38
%21.18

Codes

Color #C9B79A in popluar color models

C9 B7 9A
RGB 201 183 154
HSL 37° 30.32% 69.61%
HSB/HSV 37° 23.38% 78.82%
CMYK 0.00% 8.96% 23.38%
21.18%

Color #C9B79A in popluar number systems.

HEX C9 B7 9A
Decimal 201 183 154
Binary 11001001 10110111 10011010
Octal 311 267 232

Shades and tints

Shades of #C9B79A

#C9B79A
(201,183,154)
#B7A78C
(183,167,140)
#A5977E
(165,151,126)
#938770
(147,135,112)
#817762
(129,119,98)
#6F6754
(111,103,84)
#5D5746
(93,87,70)
#4B4738
(75,71,56)
#39372A
(57,55,42)
#27271C
(39,39,28)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #C9B79A

#C9B79A
(201,183,154)
#CDBDA3
(205,189,163)
#D1C3AC
(209,195,172)
#D5C9B5
(213,201,181)
#D9CFBE
(217,207,190)
#DDD5C7
(221,213,199)
#E1DBD0
(225,219,208)
#E5E1D9
(229,225,217)
#E9E7E2
(233,231,226)
#EDEDEB
(237,237,235)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B79A color. Also use rgb(201,183,154) instead hex code.

Text Font Color

.myTextColor { color: #C9B79A; }

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

This text font color is #C9B79A.

Background Color

.myBgColor { background-color: #C9B79A; }

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

This div background color is #C9B79A.

Border color

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

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

This div border color is #C9B79A.

Opacity

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

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

Text with #C9B79A 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 #C9B79A;}

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

This text has shadow with #C9B79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B79A.

Preview

Color preview on black background

This text has color #C9B79A on black background.


Color preview on white background

This text has color #C9B79A on white background.


Black color preview on #C9B79A background

This text has black color on #C9B79A background.


White color preview on #C9B79A background

This text has white color on #C9B79A background.


Related colors

Complementary color

Complementary color for #hex is #364865.


I love getcolorcode.com

Triadic colors

1 #9AC9B7 and #B79AC9 with #C9B79A are triadic colors.

2 #9AB7C9 and #B7C99A with #C9B79A are triadic colors.