COLOR #C9B58B

HEX: #C9B58B RGB: (201,181,139)

Color info

#C9B58B contains mainly red and green colors. Web safe color of #C9B58B is #CCCC99 (or #CC9).

RGB color model

#C9B58B color RGB value is (201,181,139).

RGB: (201,181,139) (79%, 71%, 55%)

RGB channels and saturation

R 201 of 255 = 79%
G 181 of 255 = 71%
B 139 of 255 = 55%

201
181
139

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

Portions of RGB colors in percentages

R + G + B = 201 + 181 + 139 = 521 (100%)
R 201 of 521 ~ 38.58%
G 181 of 521 ~ 34.74%
B 139 of 521 ~ 26.68'%

%38.58
%34.74
%26.68

CMYK color model

#C9B58B color CMYK value is (0,10,31,21).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 30.85%
  • key color value is 21.18%

CMYK: (0,10,31,21)
C0M10Y31K21 (0%, 10%, 31%, 21%)
(0.00 / 0.10 / 0.31 / 0.21)

CMYK percentages

%0
%9.95
%30.85
%21.18

Codes

Color #C9B58B in popluar color models

C9 B5 8B
RGB 201 181 139
HSL 41° 36.47% 66.67%
HSB/HSV 41° 30.85% 78.82%
CMYK 0.00% 9.95% 30.85%
21.18%

Color #C9B58B in popluar number systems.

HEX C9 B5 8B
Decimal 201 181 139
Binary 11001001 10110101 10001011
Octal 311 265 213

Shades and tints

Shades of #C9B58B

#C9B58B
(201,181,139)
#B7A57F
(183,165,127)
#A59573
(165,149,115)
#938567
(147,133,103)
#81755B
(129,117,91)
#6F654F
(111,101,79)
#5D5543
(93,85,67)
#4B4537
(75,69,55)
#39352B
(57,53,43)
#27251F
(39,37,31)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9B58B

#C9B58B
(201,181,139)
#CDBB95
(205,187,149)
#D1C19F
(209,193,159)
#D5C7A9
(213,199,169)
#D9CDB3
(217,205,179)
#DDD3BD
(221,211,189)
#E1D9C7
(225,217,199)
#E5DFD1
(229,223,209)
#E9E5DB
(233,229,219)
#EDEBE5
(237,235,229)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B58B color. Also use rgb(201,181,139) instead hex code.

Text Font Color

.myTextColor { color: #C9B58B; }

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

This text font color is #C9B58B.

Background Color

.myBgColor { background-color: #C9B58B; }

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

This div background color is #C9B58B.

Border color

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

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

This div border color is #C9B58B.

Opacity

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

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

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

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

This text has shadow with #C9B58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B58B.

Preview

Color preview on black background

This text has color #C9B58B on black background.


Color preview on white background

This text has color #C9B58B on white background.


Black color preview on #C9B58B background

This text has black color on #C9B58B background.


White color preview on #C9B58B background

This text has white color on #C9B58B background.


Related colors

Complementary color

Complementary color for #hex is #364A74.


I love getcolorcode.com

Triadic colors

1 #8BC9B5 and #B58BC9 with #C9B58B are triadic colors.

2 #8BB5C9 and #B5C98B with #C9B58B are triadic colors.