COLOR #C9B9A5

HEX: #C9B9A5
RGB: (201,185,165)

Color info

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

RGB color model

#C9B9A5 color RGB value is (201,185,165).

  • red value is 201;
  • green value is 185;
  • blue value is 165.
RGB:
(201,185,165)
(79%,73%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 165 of 255 = 65%

201
185
165

R + G + B ~ 72%. #C9B9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 185 + 165 = 551 (100%)
R 201 of 551 ~ 36.48%
G 185 of 551 ~ 33.58%
B 165 of 551 ~ 29.95%

%36.48
%33.58
%29.95

CMYK color model

#C9B9A5 color CMYK value is (0,8,18,21).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,8,18,21)
C0M8Y18K21 
(0%,8%,18%,21%)
(0.00/0.08/0.18/0.21)	

CMYK percentages

%0
%7.96
%17.91
%21.18

Codes

Color #C9B9A5 in popluar color models

C9B9A5
RGB201185165
HSL33°25.00%71.76%
HSB/HSV33°17.91%78.82%
CMYK0.00%7.96%17.91%
21.18%

Color #C9B9A5 in popluar number systems.

HEXC9B9A5
Decimal201185165
Binary110010011011100110100101
Octal311271245

Shades and tints

Shades of #C9B9A5

#C9B9A5
(201,185,165)
#B7A996
(183,169,150)
#A59987
(165,153,135)
#938978
(147,137,120)
#817969
(129,121,105)
#6F695A
(111,105,90)
#5D594B
(93,89,75)
#4B493C
(75,73,60)
#39392D
(57,57,45)
#27291E
(39,41,30)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #C9B9A5

#C9B9A5
(201,185,165)
#CDBFAD
(205,191,173)
#D1C5B5
(209,197,181)
#D5CBBD
(213,203,189)
#D9D1C5
(217,209,197)
#DDD7CD
(221,215,205)
#E1DDD5
(225,221,213)
#E5E3DD
(229,227,221)
#E9E9E5
(233,233,229)
#EDEFED
(237,239,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B9A5 color. Also use rgb(201,185,165) instead hex code.

Text Font Color

.myTextColor { color: #C9B9A5; }

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

This text font color is #C9B9A5.


Background Color

.myBgColor { background-color: #C9B9A5; }

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

This div background color is #C9B9A5.


Border color

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

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

This div border color is #C9B9A5.


Opacity

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

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

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

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

This text has shadow with #C9B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B9A5 on black background.


Color preview on white background

This text has color #C9B9A5 on white background.



Black color preview on #C9B9A5 background

This text has black color on #C9B9A5 background.


White color preview on #C9B9A5 background

This text has white color on #C9B9A5 background.