COLOR #C9B096

HEX: #C9B096
RGB: (201,176,150)

Color info

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

RGB color model

#C9B096 color RGB value is (201,176,150).

  • red value is 201;
  • green value is 176;
  • blue value is 150.
RGB:
(201,176,150)
(79%,69%,59%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 150 of 255 = 59%

201
176
150

R + G + B ~ 69%. #C9B096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 176 + 150 = 527 (100%)
R 201 of 527 ~ 38.14%
G 176 of 527 ~ 33.4%
B 150 of 527 ~ 28.46%

%38.14
%33.4
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(0,12,25,21)
C0M12Y25K21 
(0%,12%,25%,21%)
(0.00/0.12/0.25/0.21)	

CMYK percentages

%0
%12.44
%25.37
%21.18

Codes

Color #C9B096 in popluar color models

C9B096
RGB201176150
HSL31°32.08%68.82%
HSB/HSV31°25.37%78.82%
CMYK0.00%12.44%25.37%
21.18%

Color #C9B096 in popluar number systems.

HEXC9B096
Decimal201176150
Binary110010011011000010010110
Octal311260226

Shades and tints

Shades of #C9B096

#C9B096
(201,176,150)
#B7A089
(183,160,137)
#A5907C
(165,144,124)
#93806F
(147,128,111)
#817062
(129,112,98)
#6F6055
(111,96,85)
#5D5048
(93,80,72)
#4B403B
(75,64,59)
#39302E
(57,48,46)
#272021
(39,32,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C9B096

#C9B096
(201,176,150)
#CDB79F
(205,183,159)
#D1BEA8
(209,190,168)
#D5C5B1
(213,197,177)
#D9CCBA
(217,204,186)
#DDD3C3
(221,211,195)
#E1DACC
(225,218,204)
#E5E1D5
(229,225,213)
#E9E8DE
(233,232,222)
#EDEFE7
(237,239,231)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B096 color. Also use rgb(201,176,150) instead hex code.

Text Font Color

.myTextColor { color: #C9B096; }

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

This text font color is #C9B096.


Background Color

.myBgColor { background-color: #C9B096; }

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

This div background color is #C9B096.


Border color

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

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

This div border color is #C9B096.


Opacity

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

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

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

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

This text has shadow with #C9B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B096 on black background.


Color preview on white background

This text has color #C9B096 on white background.



Black color preview on #C9B096 background

This text has black color on #C9B096 background.


White color preview on #C9B096 background

This text has white color on #C9B096 background.