COLOR #C9B794

HEX: #C9B794
RGB: (201,183,148)

Color info

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

RGB color model

#C9B794 color RGB value is (201,183,148).

  • red value is 201;
  • green value is 183;
  • blue value is 148.
RGB:
(201,183,148)
(79%,72%,58%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 148 of 255 = 58%

201
183
148

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

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 148 = 532 (100%)
R 201 of 532 ~ 37.78%
G 183 of 532 ~ 34.4%
B 148 of 532 ~ 27.82%

%37.78
%34.4
%27.82

CMYK color model

#C9B794 color CMYK value is (0,9,26,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(0,9,26,21)
C0M9Y26K21 
(0%,9%,26%,21%)
(0.00/0.09/0.26/0.21)	

CMYK percentages

%0
%8.96
%26.37
%21.18

Codes

Color #C9B794 in popluar color models

C9B794
RGB201183148
HSL40°32.92%68.43%
HSB/HSV40°26.37%78.82%
CMYK0.00%8.96%26.37%
21.18%

Color #C9B794 in popluar number systems.

HEXC9B794
Decimal201183148
Binary110010011011011110010100
Octal311267224

Shades and tints

Shades of #C9B794

#C9B794
(201,183,148)
#B7A787
(183,167,135)
#A5977A
(165,151,122)
#93876D
(147,135,109)
#817760
(129,119,96)
#6F6753
(111,103,83)
#5D5746
(93,87,70)
#4B4739
(75,71,57)
#39372C
(57,55,44)
#27271F
(39,39,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #C9B794

#C9B794
(201,183,148)
#CDBD9D
(205,189,157)
#D1C3A6
(209,195,166)
#D5C9AF
(213,201,175)
#D9CFB8
(217,207,184)
#DDD5C1
(221,213,193)
#E1DBCA
(225,219,202)
#E5E1D3
(229,225,211)
#E9E7DC
(233,231,220)
#EDEDE5
(237,237,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B794 color. Also use rgb(201,183,148) instead hex code.

Text Font Color

.myTextColor { color: #C9B794; }

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

This text font color is #C9B794.


Background Color

.myBgColor { background-color: #C9B794; }

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

This div background color is #C9B794.


Border color

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

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

This div border color is #C9B794.


Opacity

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

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

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

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

This text has shadow with #C9B794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B794 on black background.


Color preview on white background

This text has color #C9B794 on white background.



Black color preview on #C9B794 background

This text has black color on #C9B794 background.


White color preview on #C9B794 background

This text has white color on #C9B794 background.