COLOR #C9C494

HEX: #C9C494
RGB: (201,196,148)

Color info

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

RGB color model

#C9C494 color RGB value is (201,196,148).

  • red value is 201;
  • green value is 196;
  • blue value is 148.
RGB:
(201,196,148)
(79%,77%,58%)

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 148 of 255 = 58%

201
196
148

R + G + B ~ 71%. #C9C494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 148 = 545 (100%)
R 201 of 545 ~ 36.88%
G 196 of 545 ~ 35.96%
B 148 of 545 ~ 27.16%

%36.88
%35.96
%27.16

CMYK color model

#C9C494 color CMYK value is (0,2,26,21).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(0,2,26,21)
C0M2Y26K21 
(0%,2%,26%,21%)
(0.00/0.02/0.26/0.21)	

CMYK percentages

%0
%2.49
%26.37
%21.18

Codes

Color #C9C494 in popluar color models

C9C494
RGB201196148
HSL54°32.92%68.43%
HSB/HSV54°26.37%78.82%
CMYK0.00%2.49%26.37%
21.18%

Color #C9C494 in popluar number systems.

HEXC9C494
Decimal201196148
Binary110010011100010010010100
Octal311304224

Shades and tints

Shades of #C9C494

#C9C494
(201,196,148)
#B7B387
(183,179,135)
#A5A27A
(165,162,122)
#93916D
(147,145,109)
#818060
(129,128,96)
#6F6F53
(111,111,83)
#5D5E46
(93,94,70)
#4B4D39
(75,77,57)
#393C2C
(57,60,44)
#272B1F
(39,43,31)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #C9C494

#C9C494
(201,196,148)
#CDC99D
(205,201,157)
#D1CEA6
(209,206,166)
#D5D3AF
(213,211,175)
#D9D8B8
(217,216,184)
#DDDDC1
(221,221,193)
#E1E2CA
(225,226,202)
#E5E7D3
(229,231,211)
#E9ECDC
(233,236,220)
#EDF1E5
(237,241,229)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C494 color. Also use rgb(201,196,148) instead hex code.

Text Font Color

.myTextColor { color: #C9C494; }

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

This text font color is #C9C494.


Background Color

.myBgColor { background-color: #C9C494; }

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

This div background color is #C9C494.


Border color

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

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

This div border color is #C9C494.


Opacity

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

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

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

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

This text has shadow with #C9C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C494 on black background.


Color preview on white background

This text has color #C9C494 on white background.



Black color preview on #C9C494 background

This text has black color on #C9C494 background.


White color preview on #C9C494 background

This text has white color on #C9C494 background.