COLOR #C9C2A7

HEX: #C9C2A7
RGB: (201,194,167)

Color info

#C9C2A7 contains red, green and blue colors in about the same proportion. Web safe color of #C9C2A7 is #CCCC99 (or #CC9).

RGB color model

#C9C2A7 color RGB value is (201,194,167).

  • red value is 201;
  • green value is 194;
  • blue value is 167.
RGB:
(201,194,167)
(79%,76%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 167 of 255 = 65%

201
194
167

R + G + B ~ 73%. #C9C2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 194 + 167 = 562 (100%)
R 201 of 562 ~ 35.77%
G 194 of 562 ~ 34.52%
B 167 of 562 ~ 29.72%

%35.77
%34.52
%29.72

CMYK color model

#C9C2A7 color CMYK value is (0,3,17,21).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,3,17,21)
C0M3Y17K21 
(0%,3%,17%,21%)
(0.00/0.03/0.17/0.21)	

CMYK percentages

%0
%3.48
%16.92
%21.18

Codes

Color #C9C2A7 in popluar color models

C9C2A7
RGB201194167
HSL48°23.94%72.16%
HSB/HSV48°16.92%78.82%
CMYK0.00%3.48%16.92%
21.18%

Color #C9C2A7 in popluar number systems.

HEXC9C2A7
Decimal201194167
Binary110010011100001010100111
Octal311302247

Shades and tints

Shades of #C9C2A7

#C9C2A7
(201,194,167)
#B7B198
(183,177,152)
#A5A089
(165,160,137)
#938F7A
(147,143,122)
#817E6B
(129,126,107)
#6F6D5C
(111,109,92)
#5D5C4D
(93,92,77)
#4B4B3E
(75,75,62)
#393A2F
(57,58,47)
#272920
(39,41,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9C2A7

#C9C2A7
(201,194,167)
#CDC7AF
(205,199,175)
#D1CCB7
(209,204,183)
#D5D1BF
(213,209,191)
#D9D6C7
(217,214,199)
#DDDBCF
(221,219,207)
#E1E0D7
(225,224,215)
#E5E5DF
(229,229,223)
#E9EAE7
(233,234,231)
#EDEFEF
(237,239,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C2A7 color. Also use rgb(201,194,167) instead hex code.

Text Font Color

.myTextColor { color: #C9C2A7; }

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

This text font color is #C9C2A7.


Background Color

.myBgColor { background-color: #C9C2A7; }

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

This div background color is #C9C2A7.


Border color

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

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

This div border color is #C9C2A7.


Opacity

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

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

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

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

This text has shadow with #C9C2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C2A7 on black background.


Color preview on white background

This text has color #C9C2A7 on white background.



Black color preview on #C9C2A7 background

This text has black color on #C9C2A7 background.


White color preview on #C9C2A7 background

This text has white color on #C9C2A7 background.