COLOR #C9C39E

HEX: #C9C39E
RGB: (201,195,158)

Color info

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

RGB color model

#C9C39E color RGB value is (201,195,158).

  • red value is 201;
  • green value is 195;
  • blue value is 158.
RGB:
(201,195,158)
(79%,76%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 158 of 255 = 62%

201
195
158

R + G + B ~ 72%. #C9C39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 158 = 554 (100%)
R 201 of 554 ~ 36.28%
G 195 of 554 ~ 35.2%
B 158 of 554 ~ 28.52%

%36.28
%35.2
%28.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(0,3,21,21)
C0M3Y21K21 
(0%,3%,21%,21%)
(0.00/0.03/0.21/0.21)	

CMYK percentages

%0
%2.99
%21.39
%21.18

Codes

Color #C9C39E in popluar color models

C9C39E
RGB201195158
HSL52°28.48%70.39%
HSB/HSV52°21.39%78.82%
CMYK0.00%2.99%21.39%
21.18%

Color #C9C39E in popluar number systems.

HEXC9C39E
Decimal201195158
Binary110010011100001110011110
Octal311303236

Shades and tints

Shades of #C9C39E

#C9C39E
(201,195,158)
#B7B290
(183,178,144)
#A5A182
(165,161,130)
#939074
(147,144,116)
#817F66
(129,127,102)
#6F6E58
(111,110,88)
#5D5D4A
(93,93,74)
#4B4C3C
(75,76,60)
#393B2E
(57,59,46)
#272A20
(39,42,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9C39E

#C9C39E
(201,195,158)
#CDC8A6
(205,200,166)
#D1CDAE
(209,205,174)
#D5D2B6
(213,210,182)
#D9D7BE
(217,215,190)
#DDDCC6
(221,220,198)
#E1E1CE
(225,225,206)
#E5E6D6
(229,230,214)
#E9EBDE
(233,235,222)
#EDF0E6
(237,240,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C39E color. Also use rgb(201,195,158) instead hex code.

Text Font Color

.myTextColor { color: #C9C39E; }

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

This text font color is #C9C39E.


Background Color

.myBgColor { background-color: #C9C39E; }

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

This div background color is #C9C39E.


Border color

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

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

This div border color is #C9C39E.


Opacity

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

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

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

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

This text has shadow with #C9C39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C39E on black background.


Color preview on white background

This text has color #C9C39E on white background.



Black color preview on #C9C39E background

This text has black color on #C9C39E background.


White color preview on #C9C39E background

This text has white color on #C9C39E background.