COLOR #C9C95E

HEX: #C9C95E
RGB: (201,201,94)

Color info

#C9C95E contains mainly red and green colors. Web safe color of #C9C95E is #CCCC66 (or #CC6).

RGB color model

#C9C95E color RGB value is (201,201,94).

  • red value is 201;
  • green value is 201;
  • blue value is 94.
RGB:
(201,201,94)
(79%,79%,37%)

RGB channels and saturation

R 201 of 255 = 79%
G 201 of 255 = 79%
B 94 of 255 = 37%

201
201
94

R + G + B ~ 65%. #C9C95E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 94 = 496 (100%)
R 201 of 496 ~ 40.52%
G 201 of 496 ~ 40.52%
B 94 of 496 ~ 18.95%

%40.52
%40.52
%18.95

CMYK color model

#C9C95E color CMYK value is (0,0,53,21).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 21.18%
CMYK:
(0,0,53,21)
C0M0Y53K21 
(0%,0%,53%,21%)
(0.00/0.00/0.53/0.21)	

CMYK percentages

%0
%0
%53.23
%21.18

Codes

Color #C9C95E in popluar color models

C9C95E
RGB20120194
HSL60°49.77%57.84%
HSB/HSV60°53.23%78.82%
CMYK0.00%0.00%53.23%
21.18%

Color #C9C95E in popluar number systems.

HEXC9C95E
Decimal20120194
Binary11001001110010011011110
Octal311311136

Shades and tints

Shades of #C9C95E

#C9C95E
(201,201,94)
#B7B756
(183,183,86)
#A5A54E
(165,165,78)
#939346
(147,147,70)
#81813E
(129,129,62)
#6F6F36
(111,111,54)
#5D5D2E
(93,93,46)
#4B4B26
(75,75,38)
#39391E
(57,57,30)
#272716
(39,39,22)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #C9C95E

#C9C95E
(201,201,94)
#CDCD6C
(205,205,108)
#D1D17A
(209,209,122)
#D5D588
(213,213,136)
#D9D996
(217,217,150)
#DDDDA4
(221,221,164)
#E1E1B2
(225,225,178)
#E5E5C0
(229,229,192)
#E9E9CE
(233,233,206)
#EDEDDC
(237,237,220)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C95E; }

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

This text font color is #C9C95E.


Background Color

.myBgColor { background-color: #C9C95E; }

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

This div background color is #C9C95E.


Border color

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

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

This div border color is #C9C95E.


Opacity

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

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

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

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

This text has shadow with #C9C95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C95E on black background.


Color preview on white background

This text has color #C9C95E on white background.



Black color preview on #C9C95E background

This text has black color on #C9C95E background.


White color preview on #C9C95E background

This text has white color on #C9C95E background.