COLOR #C9A48B

HEX: #C9A48B
RGB: (201,164,139)

Color info

#C9A48B contains mainly red and green colors. Web safe color of #C9A48B is #CC9999 (or #C99).

RGB color model

#C9A48B color RGB value is (201,164,139).

  • red value is 201;
  • green value is 164;
  • blue value is 139.
RGB:
(201,164,139)
(79%,64%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 139 of 255 = 55%

201
164
139

R + G + B ~ 66%. #C9A48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 139 = 504 (100%)
R 201 of 504 ~ 39.88%
G 164 of 504 ~ 32.54%
B 139 of 504 ~ 27.58%

%39.88
%32.54
%27.58

CMYK color model

#C9A48B color CMYK value is (0,18,31,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(0,18,31,21)
C0M18Y31K21 
(0%,18%,31%,21%)
(0.00/0.18/0.31/0.21)	

CMYK percentages

%0
%18.41
%30.85
%21.18

Codes

Color #C9A48B in popluar color models

C9A48B
RGB201164139
HSL24°36.47%66.67%
HSB/HSV24°30.85%78.82%
CMYK0.00%18.41%30.85%
21.18%

Color #C9A48B in popluar number systems.

HEXC9A48B
Decimal201164139
Binary110010011010010010001011
Octal311244213

Shades and tints

Shades of #C9A48B

#C9A48B
(201,164,139)
#B7967F
(183,150,127)
#A58873
(165,136,115)
#937A67
(147,122,103)
#816C5B
(129,108,91)
#6F5E4F
(111,94,79)
#5D5043
(93,80,67)
#4B4237
(75,66,55)
#39342B
(57,52,43)
#27261F
(39,38,31)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #C9A48B

#C9A48B
(201,164,139)
#CDAC95
(205,172,149)
#D1B49F
(209,180,159)
#D5BCA9
(213,188,169)
#D9C4B3
(217,196,179)
#DDCCBD
(221,204,189)
#E1D4C7
(225,212,199)
#E5DCD1
(229,220,209)
#E9E4DB
(233,228,219)
#EDECE5
(237,236,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A48B color. Also use rgb(201,164,139) instead hex code.

Text Font Color

.myTextColor { color: #C9A48B; }

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

This text font color is #C9A48B.


Background Color

.myBgColor { background-color: #C9A48B; }

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

This div background color is #C9A48B.


Border color

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

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

This div border color is #C9A48B.


Opacity

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

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

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

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

This text has shadow with #C9A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A48B on black background.


Color preview on white background

This text has color #C9A48B on white background.



Black color preview on #C9A48B background

This text has black color on #C9A48B background.


White color preview on #C9A48B background

This text has white color on #C9A48B background.