COLOR #C9A492

HEX: #C9A492
RGB: (201,164,146)

Color info

#C9A492 contains red, green and blue colors in about the same proportion. Web safe color of #C9A492 is #CC9999 (or #C99).

RGB color model

#C9A492 color RGB value is (201,164,146).

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

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 146 of 255 = 57%

201
164
146

R + G + B ~ 67%. #C9A492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 146 = 511 (100%)
R 201 of 511 ~ 39.33%
G 164 of 511 ~ 32.09%
B 146 of 511 ~ 28.57%

%39.33
%32.09
%28.57

CMYK color model

#C9A492 color CMYK value is (0,18,27,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(0,18,27,21)
C0M18Y27K21 
(0%,18%,27%,21%)
(0.00/0.18/0.27/0.21)	

CMYK percentages

%0
%18.41
%27.36
%21.18

Codes

Color #C9A492 in popluar color models

C9A492
RGB201164146
HSL20°33.74%68.04%
HSB/HSV20°27.36%78.82%
CMYK0.00%18.41%27.36%
21.18%

Color #C9A492 in popluar number systems.

HEXC9A492
Decimal201164146
Binary110010011010010010010010
Octal311244222

Shades and tints

Shades of #C9A492

#C9A492
(201,164,146)
#B79685
(183,150,133)
#A58878
(165,136,120)
#937A6B
(147,122,107)
#816C5E
(129,108,94)
#6F5E51
(111,94,81)
#5D5044
(93,80,68)
#4B4237
(75,66,55)
#39342A
(57,52,42)
#27261D
(39,38,29)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #C9A492

#C9A492
(201,164,146)
#CDAC9B
(205,172,155)
#D1B4A4
(209,180,164)
#D5BCAD
(213,188,173)
#D9C4B6
(217,196,182)
#DDCCBF
(221,204,191)
#E1D4C8
(225,212,200)
#E5DCD1
(229,220,209)
#E9E4DA
(233,228,218)
#EDECE3
(237,236,227)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A492; }

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

This text font color is #C9A492.


Background Color

.myBgColor { background-color: #C9A492; }

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

This div background color is #C9A492.


Border color

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

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

This div border color is #C9A492.


Opacity

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

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

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

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

This text has shadow with #C9A492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A492 on black background.


Color preview on white background

This text has color #C9A492 on white background.



Black color preview on #C9A492 background

This text has black color on #C9A492 background.


White color preview on #C9A492 background

This text has white color on #C9A492 background.