COLOR #C9A292

HEX: #C9A292
RGB: (201,162,146)

Color info

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

RGB color model

#C9A292 color RGB value is (201,162,146).

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

RGB channels and saturation

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

201
162
146

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

Portions of RGB colors in percentages

R + G + B =
201 + 162 + 146 = 509 (100%)
R 201 of 509 ~ 39.49%
G 162 of 509 ~ 31.83%
B 146 of 509 ~ 28.68%

%39.49
%31.83
%28.68

CMYK color model

#C9A292 color CMYK value is (0,19,27,21).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(0,19,27,21)
C0M19Y27K21 
(0%,19%,27%,21%)
(0.00/0.19/0.27/0.21)	

CMYK percentages

%0
%19.4
%27.36
%21.18

Codes

Color #C9A292 in popluar color models

C9A292
RGB201162146
HSL17°33.74%68.04%
HSB/HSV17°27.36%78.82%
CMYK0.00%19.40%27.36%
21.18%

Color #C9A292 in popluar number systems.

HEXC9A292
Decimal201162146
Binary110010011010001010010010
Octal311242222

Shades and tints

Shades of #C9A292

#C9A292
(201,162,146)
#B79485
(183,148,133)
#A58678
(165,134,120)
#93786B
(147,120,107)
#816A5E
(129,106,94)
#6F5C51
(111,92,81)
#5D4E44
(93,78,68)
#4B4037
(75,64,55)
#39322A
(57,50,42)
#27241D
(39,36,29)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #C9A292

#C9A292
(201,162,146)
#CDAA9B
(205,170,155)
#D1B2A4
(209,178,164)
#D5BAAD
(213,186,173)
#D9C2B6
(217,194,182)
#DDCABF
(221,202,191)
#E1D2C8
(225,210,200)
#E5DAD1
(229,218,209)
#E9E2DA
(233,226,218)
#EDEAE3
(237,234,227)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A292; }

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

This text font color is #C9A292.


Background Color

.myBgColor { background-color: #C9A292; }

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

This div background color is #C9A292.


Border color

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

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

This div border color is #C9A292.


Opacity

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

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

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

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

This text has shadow with #C9A292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A292 on black background.


Color preview on white background

This text has color #C9A292 on white background.



Black color preview on #C9A292 background

This text has black color on #C9A292 background.


White color preview on #C9A292 background

This text has white color on #C9A292 background.