COLOR #C9A989

HEX: #C9A989
RGB: (201,169,137)

Color info

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

RGB color model

#C9A989 color RGB value is (201,169,137).

  • red value is 201;
  • green value is 169;
  • blue value is 137.
RGB:
(201,169,137)
(79%,66%,54%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 137 of 255 = 54%

201
169
137

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 137 = 507 (100%)
R 201 of 507 ~ 39.64%
G 169 of 507 ~ 33.33%
B 137 of 507 ~ 27.02%

%39.64
%33.33
%27.02

CMYK color model

#C9A989 color CMYK value is (0,16,32,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 31.84%
  • key color value is 21.18%
CMYK:
(0,16,32,21)
C0M16Y32K21 
(0%,16%,32%,21%)
(0.00/0.16/0.32/0.21)	

CMYK percentages

%0
%15.92
%31.84
%21.18

Codes

Color #C9A989 in popluar color models

C9A989
RGB201169137
HSL30°37.21%66.27%
HSB/HSV30°31.84%78.82%
CMYK0.00%15.92%31.84%
21.18%

Color #C9A989 in popluar number systems.

HEXC9A989
Decimal201169137
Binary110010011010100110001001
Octal311251211

Shades and tints

Shades of #C9A989

#C9A989
(201,169,137)
#B79A7D
(183,154,125)
#A58B71
(165,139,113)
#937C65
(147,124,101)
#816D59
(129,109,89)
#6F5E4D
(111,94,77)
#5D4F41
(93,79,65)
#4B4035
(75,64,53)
#393129
(57,49,41)
#27221D
(39,34,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C9A989

#C9A989
(201,169,137)
#CDB093
(205,176,147)
#D1B79D
(209,183,157)
#D5BEA7
(213,190,167)
#D9C5B1
(217,197,177)
#DDCCBB
(221,204,187)
#E1D3C5
(225,211,197)
#E5DACF
(229,218,207)
#E9E1D9
(233,225,217)
#EDE8E3
(237,232,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A989 color. Also use rgb(201,169,137) instead hex code.

Text Font Color

.myTextColor { color: #C9A989; }

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

This text font color is #C9A989.


Background Color

.myBgColor { background-color: #C9A989; }

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

This div background color is #C9A989.


Border color

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

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

This div border color is #C9A989.


Opacity

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

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

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

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

This text has shadow with #C9A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A989 on black background.


Color preview on white background

This text has color #C9A989 on white background.



Black color preview on #C9A989 background

This text has black color on #C9A989 background.


White color preview on #C9A989 background

This text has white color on #C9A989 background.