COLOR #C9A68C

HEX: #C9A68C
RGB: (201,166,140)

Color info

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

RGB color model

#C9A68C color RGB value is (201,166,140).

  • red value is 201;
  • green value is 166;
  • blue value is 140.
RGB:
(201,166,140)
(79%,65%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 140 of 255 = 55%

201
166
140

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

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 140 = 507 (100%)
R 201 of 507 ~ 39.64%
G 166 of 507 ~ 32.74%
B 140 of 507 ~ 27.61%

%39.64
%32.74
%27.61

CMYK color model

#C9A68C color CMYK value is (0,17,30,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(0,17,30,21)
C0M17Y30K21 
(0%,17%,30%,21%)
(0.00/0.17/0.30/0.21)	

CMYK percentages

%0
%17.41
%30.35
%21.18

Codes

Color #C9A68C in popluar color models

C9A68C
RGB201166140
HSL26°36.09%66.86%
HSB/HSV26°30.35%78.82%
CMYK0.00%17.41%30.35%
21.18%

Color #C9A68C in popluar number systems.

HEXC9A68C
Decimal201166140
Binary110010011010011010001100
Octal311246214

Shades and tints

Shades of #C9A68C

#C9A68C
(201,166,140)
#B79780
(183,151,128)
#A58874
(165,136,116)
#937968
(147,121,104)
#816A5C
(129,106,92)
#6F5B50
(111,91,80)
#5D4C44
(93,76,68)
#4B3D38
(75,61,56)
#392E2C
(57,46,44)
#271F20
(39,31,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C9A68C

#C9A68C
(201,166,140)
#CDAE96
(205,174,150)
#D1B6A0
(209,182,160)
#D5BEAA
(213,190,170)
#D9C6B4
(217,198,180)
#DDCEBE
(221,206,190)
#E1D6C8
(225,214,200)
#E5DED2
(229,222,210)
#E9E6DC
(233,230,220)
#EDEEE6
(237,238,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A68C color. Also use rgb(201,166,140) instead hex code.

Text Font Color

.myTextColor { color: #C9A68C; }

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

This text font color is #C9A68C.


Background Color

.myBgColor { background-color: #C9A68C; }

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

This div background color is #C9A68C.


Border color

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

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

This div border color is #C9A68C.


Opacity

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

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

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

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

This text has shadow with #C9A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A68C on black background.


Color preview on white background

This text has color #C9A68C on white background.



Black color preview on #C9A68C background

This text has black color on #C9A68C background.


White color preview on #C9A68C background

This text has white color on #C9A68C background.