COLOR #C9B693

HEX: #C9B693
RGB: (201,182,147)

Color info

#C9B693 contains red, green and blue colors in about the same proportion. Web safe color of #C9B693 is #CCCC99 (or #CC9).

RGB color model

#C9B693 color RGB value is (201,182,147).

  • red value is 201;
  • green value is 182;
  • blue value is 147.
RGB:
(201,182,147)
(79%,71%,58%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 147 of 255 = 58%

201
182
147

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

Portions of RGB colors in percentages

R + G + B =
201 + 182 + 147 = 530 (100%)
R 201 of 530 ~ 37.92%
G 182 of 530 ~ 34.34%
B 147 of 530 ~ 27.74%

%37.92
%34.34
%27.74

CMYK color model

#C9B693 color CMYK value is (0,9,27,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 26.87%
  • key color value is 21.18%
CMYK:
(0,9,27,21)
C0M9Y27K21 
(0%,9%,27%,21%)
(0.00/0.09/0.27/0.21)	

CMYK percentages

%0
%9.45
%26.87
%21.18

Codes

Color #C9B693 in popluar color models

C9B693
RGB201182147
HSL39°33.33%68.24%
HSB/HSV39°26.87%78.82%
CMYK0.00%9.45%26.87%
21.18%

Color #C9B693 in popluar number systems.

HEXC9B693
Decimal201182147
Binary110010011011011010010011
Octal311266223

Shades and tints

Shades of #C9B693

#C9B693
(201,182,147)
#B7A686
(183,166,134)
#A59679
(165,150,121)
#93866C
(147,134,108)
#81765F
(129,118,95)
#6F6652
(111,102,82)
#5D5645
(93,86,69)
#4B4638
(75,70,56)
#39362B
(57,54,43)
#27261E
(39,38,30)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #C9B693

#C9B693
(201,182,147)
#CDBC9C
(205,188,156)
#D1C2A5
(209,194,165)
#D5C8AE
(213,200,174)
#D9CEB7
(217,206,183)
#DDD4C0
(221,212,192)
#E1DAC9
(225,218,201)
#E5E0D2
(229,224,210)
#E9E6DB
(233,230,219)
#EDECE4
(237,236,228)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B693 color. Also use rgb(201,182,147) instead hex code.

Text Font Color

.myTextColor { color: #C9B693; }

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

This text font color is #C9B693.


Background Color

.myBgColor { background-color: #C9B693; }

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

This div background color is #C9B693.


Border color

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

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

This div border color is #C9B693.


Opacity

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

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

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

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

This text has shadow with #C9B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B693 on black background.


Color preview on white background

This text has color #C9B693 on white background.



Black color preview on #C9B693 background

This text has black color on #C9B693 background.


White color preview on #C9B693 background

This text has white color on #C9B693 background.