COLOR #C9B19E

HEX: #C9B19E RGB: (201,177,158)

Color info

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

RGB color model

#C9B19E color RGB value is (201,177,158).

RGB: (201,177,158) (79%, 69%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 158 of 255 = 62%

201
177
158

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

Portions of RGB colors in percentages

R + G + B = 201 + 177 + 158 = 536 (100%)
R 201 of 536 ~ 37.5%
G 177 of 536 ~ 33.02%
B 158 of 536 ~ 29.48'%

%37.5
%33.02
%29.48

CMYK color model

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

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

CMYK: (0,12,21,21)
C0M12Y21K21 (0%, 12%, 21%, 21%)
(0.00 / 0.12 / 0.21 / 0.21)

CMYK percentages

%0
%11.94
%21.39
%21.18

Codes

Color #C9B19E in popluar color models

C9 B1 9E
RGB 201 177 158
HSL 27° 28.48% 70.39%
HSB/HSV 27° 21.39% 78.82%
CMYK 0.00% 11.94% 21.39%
21.18%

Color #C9B19E in popluar number systems.

HEX C9 B1 9E
Decimal 201 177 158
Binary 11001001 10110001 10011110
Octal 311 261 236

Shades and tints

Shades of #C9B19E

#C9B19E
(201,177,158)
#B7A190
(183,161,144)
#A59182
(165,145,130)
#938174
(147,129,116)
#817166
(129,113,102)
#6F6158
(111,97,88)
#5D514A
(93,81,74)
#4B413C
(75,65,60)
#39312E
(57,49,46)
#272120
(39,33,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #C9B19E

#C9B19E
(201,177,158)
#CDB8A6
(205,184,166)
#D1BFAE
(209,191,174)
#D5C6B6
(213,198,182)
#D9CDBE
(217,205,190)
#DDD4C6
(221,212,198)
#E1DBCE
(225,219,206)
#E5E2D6
(229,226,214)
#E9E9DE
(233,233,222)
#EDF0E6
(237,240,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B19E; }

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

This text font color is #C9B19E.

Background Color

.myBgColor { background-color: #C9B19E; }

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

This div background color is #C9B19E.

Border color

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

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

This div border color is #C9B19E.

Opacity

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

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

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

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

This text has shadow with #C9B19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B19E.

Preview

Color preview on black background

This text has color #C9B19E on black background.


Color preview on white background

This text has color #C9B19E on white background.


Black color preview on #C9B19E background

This text has black color on #C9B19E background.


White color preview on #C9B19E background

This text has white color on #C9B19E background.


Related colors

Complementary color

Complementary color for #hex is #364E61.


I love getcolorcode.com

Triadic colors

1 #9EC9B1 and #B19EC9 with #C9B19E are triadic colors.

2 #9EB1C9 and #B1C99E with #C9B19E are triadic colors.