COLOR #C9B19B

HEX: #C9B19B
RGB: (201,177,155)

Color info

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

RGB color model

#C9B19B color RGB value is (201,177,155).

  • red value is 201;
  • green value is 177;
  • blue value is 155.
RGB: (201,177,155) (79%,69%,61%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 155 of 255 = 61%

201
177
155

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

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 155 = 533 (100%)
R 201 of 533 ~ 37.71%
G 177 of 533 ~ 33.21%
B 155 of 533 ~ 29.08%

%37.71
%33.21
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 22.89%
  • key color value is 21.18%
CMYK: (0,12,23,21) C0M12Y23K21 (0%,12%,23%,21%) (0.00/0.12/0.23/0.21)

CMYK percentages

%0
%11.94
%22.89
%21.18

Codes

Color #C9B19B in popluar color models

C9B19B
RGB201177155
HSL29°29.87%69.80%
HSB/HSV29°22.89%78.82%
CMYK0.00%11.94%22.89%
21.18%

Color #C9B19B in popluar number systems.

HEXC9B19B
Decimal201177155
Binary110010011011000110011011
Octal311261233

Shades and tints

Shades of #C9B19B

#C9B19B
(201,177,155)
#B7A18D
(183,161,141)
#A5917F
(165,145,127)
#938171
(147,129,113)
#817163
(129,113,99)
#6F6155
(111,97,85)
#5D5147
(93,81,71)
#4B4139
(75,65,57)
#39312B
(57,49,43)
#27211D
(39,33,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C9B19B

#C9B19B
(201,177,155)
#CDB8A4
(205,184,164)
#D1BFAD
(209,191,173)
#D5C6B6
(213,198,182)
#D9CDBF
(217,205,191)
#DDD4C8
(221,212,200)
#E1DBD1
(225,219,209)
#E5E2DA
(229,226,218)
#E9E9E3
(233,233,227)
#EDF0EC
(237,240,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B19B; }

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

This text font color is #C9B19B.


Background Color

.myBgColor { background-color: #C9B19B; }

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

This div background color is #C9B19B.


Border color

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

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

This div border color is #C9B19B.


Opacity

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

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

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

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

This text has shadow with #C9B19B color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C9B19B; -webkit-box-shadow:	1px 1px 3px 2px #C9B19B; box-shadow:	1px 1px 3px 2px #C9B19B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9B19B; -webkit-box-shadow: 1px 1px 3px 2px #C9B19B; box-shadow:1px 1px 3px 2px #C9B19B;">
Div content here</div>
This div box has shadow with color #C9B19B.

Preview

Color preview on black background

This text has color #C9B19B on black background.


Color preview on white background

This text has color #C9B19B on white background.



Black color preview on #C9B19B background

This text has black color on #C9B19B background.


White color preview on #C9B19B background

This text has white color on #C9B19B background.