COLOR #C9B38F

HEX: #C9B38F RGB: (201,179,143)

Color info

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

RGB color model

#C9B38F color RGB value is (201,179,143).

RGB: (201,179,143) (79%, 70%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 143 of 255 = 56%

201
179
143

R + G + B ~ 68%. #C9B38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 179 + 143 = 523 (100%)
R 201 of 523 ~ 38.43%
G 179 of 523 ~ 34.23%
B 143 of 523 ~ 27.34'%

%38.43
%34.23
%27.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 28.86%
  • key color value is 21.18%

CMYK: (0,11,29,21)
C0M11Y29K21 (0%, 11%, 29%, 21%)
(0.00 / 0.11 / 0.29 / 0.21)

CMYK percentages

%0
%10.95
%28.86
%21.18

Codes

Color #C9B38F in popluar color models

C9 B3 8F
RGB 201 179 143
HSL 37° 34.94% 67.45%
HSB/HSV 37° 28.86% 78.82%
CMYK 0.00% 10.95% 28.86%
21.18%

Color #C9B38F in popluar number systems.

HEX C9 B3 8F
Decimal 201 179 143
Binary 11001001 10110011 10001111
Octal 311 263 217

Shades and tints

Shades of #C9B38F

#C9B38F
(201,179,143)
#B7A382
(183,163,130)
#A59375
(165,147,117)
#938368
(147,131,104)
#81735B
(129,115,91)
#6F634E
(111,99,78)
#5D5341
(93,83,65)
#4B4334
(75,67,52)
#393327
(57,51,39)
#27231A
(39,35,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #C9B38F

#C9B38F
(201,179,143)
#CDB999
(205,185,153)
#D1BFA3
(209,191,163)
#D5C5AD
(213,197,173)
#D9CBB7
(217,203,183)
#DDD1C1
(221,209,193)
#E1D7CB
(225,215,203)
#E5DDD5
(229,221,213)
#E9E3DF
(233,227,223)
#EDE9E9
(237,233,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B38F; }

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

This text font color is #C9B38F.

Background Color

.myBgColor { background-color: #C9B38F; }

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

This div background color is #C9B38F.

Border color

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

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

This div border color is #C9B38F.

Opacity

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

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

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

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

This text has shadow with #C9B38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B38F.

Preview

Color preview on black background

This text has color #C9B38F on black background.


Color preview on white background

This text has color #C9B38F on white background.


Black color preview on #C9B38F background

This text has black color on #C9B38F background.


White color preview on #C9B38F background

This text has white color on #C9B38F background.


Related colors

Complementary color

Complementary color for #hex is #364C70.


I love getcolorcode.com

Triadic colors

1 #8FC9B3 and #B38FC9 with #C9B38F are triadic colors.

2 #8FB3C9 and #B3C98F with #C9B38F are triadic colors.