COLOR #C9B39F

HEX: #C9B39F
RGB: (201,179,159)

Color info

#C9B39F contains red, green and blue colors in about the same proportion. Web safe color of #C9B39F is #CC9999 (or #C99).

RGB color model

#C9B39F color RGB value is (201,179,159).

  • red value is 201;
  • green value is 179;
  • blue value is 159.
RGB:
(201,179,159)
(79%,70%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 159 of 255 = 62%

201
179
159

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

Portions of RGB colors in percentages

R + G + B =
201 + 179 + 159 = 539 (100%)
R 201 of 539 ~ 37.29%
G 179 of 539 ~ 33.21%
B 159 of 539 ~ 29.5%

%37.29
%33.21
%29.5

CMYK color model

#C9B39F color CMYK value is (0,11,21,21).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,11,21,21)
C0M11Y21K21 
(0%,11%,21%,21%)
(0.00/0.11/0.21/0.21)	

CMYK percentages

%0
%10.95
%20.9
%21.18

Codes

Color #C9B39F in popluar color models

C9B39F
RGB201179159
HSL29°28.00%70.59%
HSB/HSV29°20.90%78.82%
CMYK0.00%10.95%20.90%
21.18%

Color #C9B39F in popluar number systems.

HEXC9B39F
Decimal201179159
Binary110010011011001110011111
Octal311263237

Shades and tints

Shades of #C9B39F

#C9B39F
(201,179,159)
#B7A391
(183,163,145)
#A59383
(165,147,131)
#938375
(147,131,117)
#817367
(129,115,103)
#6F6359
(111,99,89)
#5D534B
(93,83,75)
#4B433D
(75,67,61)
#39332F
(57,51,47)
#272321
(39,35,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #C9B39F

#C9B39F
(201,179,159)
#CDB9A7
(205,185,167)
#D1BFAF
(209,191,175)
#D5C5B7
(213,197,183)
#D9CBBF
(217,203,191)
#DDD1C7
(221,209,199)
#E1D7CF
(225,215,207)
#E5DDD7
(229,221,215)
#E9E3DF
(233,227,223)
#EDE9E7
(237,233,231)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B39F color. Also use rgb(201,179,159) instead hex code.

Text Font Color

.myTextColor { color: #C9B39F; }

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

This text font color is #C9B39F.


Background Color

.myBgColor { background-color: #C9B39F; }

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

This div background color is #C9B39F.


Border color

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

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

This div border color is #C9B39F.


Opacity

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

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

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

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

This text has shadow with #C9B39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B39F on black background.


Color preview on white background

This text has color #C9B39F on white background.



Black color preview on #C9B39F background

This text has black color on #C9B39F background.


White color preview on #C9B39F background

This text has white color on #C9B39F background.