COLOR #C9B18A

HEX: #C9B18A RGB: (201,177,138)

Color info

#C9B18A contains mainly red and green colors. Web safe color of #C9B18A is #CC9999 (or #C99).

RGB color model

#C9B18A color RGB value is (201,177,138).

RGB: (201,177,138) (79%, 69%, 54%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 138 of 255 = 54%

201
177
138

R + G + B ~ 67%. #C9B18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 177 + 138 = 516 (100%)
R 201 of 516 ~ 38.95%
G 177 of 516 ~ 34.3%
B 138 of 516 ~ 26.74'%

%38.95
%34.3
%26.74

CMYK color model

#C9B18A color CMYK value is (0,12,31,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 31.34%
  • key color value is 21.18%

CMYK: (0,12,31,21)
C0M12Y31K21 (0%, 12%, 31%, 21%)
(0.00 / 0.12 / 0.31 / 0.21)

CMYK percentages

%0
%11.94
%31.34
%21.18

Codes

Color #C9B18A in popluar color models

C9 B1 8A
RGB 201 177 138
HSL 37° 36.84% 66.47%
HSB/HSV 37° 31.34% 78.82%
CMYK 0.00% 11.94% 31.34%
21.18%

Color #C9B18A in popluar number systems.

HEX C9 B1 8A
Decimal 201 177 138
Binary 11001001 10110001 10001010
Octal 311 261 212

Shades and tints

Shades of #C9B18A

#C9B18A
(201,177,138)
#B7A17E
(183,161,126)
#A59172
(165,145,114)
#938166
(147,129,102)
#81715A
(129,113,90)
#6F614E
(111,97,78)
#5D5142
(93,81,66)
#4B4136
(75,65,54)
#39312A
(57,49,42)
#27211E
(39,33,30)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #C9B18A

#C9B18A
(201,177,138)
#CDB894
(205,184,148)
#D1BF9E
(209,191,158)
#D5C6A8
(213,198,168)
#D9CDB2
(217,205,178)
#DDD4BC
(221,212,188)
#E1DBC6
(225,219,198)
#E5E2D0
(229,226,208)
#E9E9DA
(233,233,218)
#EDF0E4
(237,240,228)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B18A color. Also use rgb(201,177,138) instead hex code.

Text Font Color

.myTextColor { color: #C9B18A; }

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

This text font color is #C9B18A.

Background Color

.myBgColor { background-color: #C9B18A; }

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

This div background color is #C9B18A.

Border color

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

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

This div border color is #C9B18A.

Opacity

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

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

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

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

This text has shadow with #C9B18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B18A.

Preview

Color preview on black background

This text has color #C9B18A on black background.


Color preview on white background

This text has color #C9B18A on white background.


Black color preview on #C9B18A background

This text has black color on #C9B18A background.


White color preview on #C9B18A background

This text has white color on #C9B18A background.


Related colors

Complementary color

Complementary color for #hex is #364E75.


I love getcolorcode.com

Triadic colors

1 #8AC9B1 and #B18AC9 with #C9B18A are triadic colors.

2 #8AB1C9 and #B1C98A with #C9B18A are triadic colors.