COLOR #C9A26B

HEX: #C9A26B
RGB: (201,162,107)

Color info

#C9A26B contains mainly red and green colors. Web safe color of #C9A26B is #CC9966 (or #C96).

RGB color model

#C9A26B color RGB value is (201,162,107).

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

RGB channels and saturation

R 201 of 255 = 79%
G 162 of 255 = 64%
B 107 of 255 = 42%

201
162
107

R + G + B ~ 62%. #C9A26B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 162 + 107 = 470 (100%)
R 201 of 470 ~ 42.77%
G 162 of 470 ~ 34.47%
B 107 of 470 ~ 22.77%

%42.77
%34.47
%22.77

CMYK color model

#C9A26B color CMYK value is (0,19,47,21).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 46.77%
  • key color value is 21.18%
CMYK:
(0,19,47,21)
C0M19Y47K21 
(0%,19%,47%,21%)
(0.00/0.19/0.47/0.21)	

CMYK percentages

%0
%19.4
%46.77
%21.18

Codes

Color #C9A26B in popluar color models

C9A26B
RGB201162107
HSL35°46.53%60.39%
HSB/HSV35°46.77%78.82%
CMYK0.00%19.40%46.77%
21.18%

Color #C9A26B in popluar number systems.

HEXC9A26B
Decimal201162107
Binary11001001101000101101011
Octal311242153

Shades and tints

Shades of #C9A26B

#C9A26B
(201,162,107)
#B79462
(183,148,98)
#A58659
(165,134,89)
#937850
(147,120,80)
#816A47
(129,106,71)
#6F5C3E
(111,92,62)
#5D4E35
(93,78,53)
#4B402C
(75,64,44)
#393223
(57,50,35)
#27241A
(39,36,26)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #C9A26B

#C9A26B
(201,162,107)
#CDAA78
(205,170,120)
#D1B285
(209,178,133)
#D5BA92
(213,186,146)
#D9C29F
(217,194,159)
#DDCAAC
(221,202,172)
#E1D2B9
(225,210,185)
#E5DAC6
(229,218,198)
#E9E2D3
(233,226,211)
#EDEAE0
(237,234,224)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A26B; }

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

This text font color is #C9A26B.


Background Color

.myBgColor { background-color: #C9A26B; }

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

This div background color is #C9A26B.


Border color

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

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

This div border color is #C9A26B.


Opacity

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

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

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

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

This text has shadow with #C9A26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A26B on black background.


Color preview on white background

This text has color #C9A26B on white background.



Black color preview on #C9A26B background

This text has black color on #C9A26B background.


White color preview on #C9A26B background

This text has white color on #C9A26B background.