COLOR #C9B19F

HEX: #C9B19F RGB: (201,177,159)

Color info

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

RGB color model

#C9B19F color RGB value is (201,177,159).

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

RGB channels and saturation

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

201
177
159

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

Portions of RGB colors in percentages

R + G + B = 201 + 177 + 159 = 537 (100%)
R 201 of 537 ~ 37.43%
G 177 of 537 ~ 32.96%
B 159 of 537 ~ 29.61'%

%37.43
%32.96
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 20.90%
  • 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
%20.9
%21.18

Codes

Color #C9B19F in popluar color models

C9 B1 9F
RGB 201 177 159
HSL 26° 28.00% 70.59%
HSB/HSV 26° 20.90% 78.82%
CMYK 0.00% 11.94% 20.90%
21.18%

Color #C9B19F in popluar number systems.

HEX C9 B1 9F
Decimal 201 177 159
Binary 11001001 10110001 10011111
Octal 311 261 237

Shades and tints

Shades of #C9B19F

#C9B19F
(201,177,159)
#B7A191
(183,161,145)
#A59183
(165,145,131)
#938175
(147,129,117)
#817167
(129,113,103)
#6F6159
(111,97,89)
#5D514B
(93,81,75)
#4B413D
(75,65,61)
#39312F
(57,49,47)
#272121
(39,33,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C9B19F

#C9B19F
(201,177,159)
#CDB8A7
(205,184,167)
#D1BFAF
(209,191,175)
#D5C6B7
(213,198,183)
#D9CDBF
(217,205,191)
#DDD4C7
(221,212,199)
#E1DBCF
(225,219,207)
#E5E2D7
(229,226,215)
#E9E9DF
(233,233,223)
#EDF0E7
(237,240,231)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B19F; }

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

This text font color is #C9B19F.

Background Color

.myBgColor { background-color: #C9B19F; }

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

This div background color is #C9B19F.

Border color

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

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

This div border color is #C9B19F.

Opacity

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

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

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

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

This text has shadow with #C9B19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B19F.

Preview

Color preview on black background

This text has color #C9B19F on black background.


Color preview on white background

This text has color #C9B19F on white background.


Black color preview on #C9B19F background

This text has black color on #C9B19F background.


White color preview on #C9B19F background

This text has white color on #C9B19F background.


Related colors

Complementary color

Complementary color for #hex is #364E60.


I love getcolorcode.com

Triadic colors

1 #9FC9B1 and #B19FC9 with #C9B19F are triadic colors.

2 #9FB1C9 and #B1C99F with #C9B19F are triadic colors.