COLOR #C9C15E

HEX: #C9C15E
RGB: (201,193,94)

Color info

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

RGB color model

#C9C15E color RGB value is (201,193,94).

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

RGB channels and saturation

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

201
193
94

R + G + B ~ 64%. #C9C15E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 193 + 94 = 488 (100%)
R 201 of 488 ~ 41.19%
G 193 of 488 ~ 39.55%
B 94 of 488 ~ 19.26%

%41.19
%39.55
%19.26

CMYK color model

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

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

CMYK percentages

%0
%3.98
%53.23
%21.18

Codes

Color #C9C15E in popluar color models

C9C15E
RGB20119394
HSL56°49.77%57.84%
HSB/HSV56°53.23%78.82%
CMYK0.00%3.98%53.23%
21.18%

Color #C9C15E in popluar number systems.

HEXC9C15E
Decimal20119394
Binary11001001110000011011110
Octal311301136

Shades and tints

Shades of #C9C15E

#C9C15E
(201,193,94)
#B7B056
(183,176,86)
#A59F4E
(165,159,78)
#938E46
(147,142,70)
#817D3E
(129,125,62)
#6F6C36
(111,108,54)
#5D5B2E
(93,91,46)
#4B4A26
(75,74,38)
#39391E
(57,57,30)
#272816
(39,40,22)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #C9C15E

#C9C15E
(201,193,94)
#CDC66C
(205,198,108)
#D1CB7A
(209,203,122)
#D5D088
(213,208,136)
#D9D596
(217,213,150)
#DDDAA4
(221,218,164)
#E1DFB2
(225,223,178)
#E5E4C0
(229,228,192)
#E9E9CE
(233,233,206)
#EDEEDC
(237,238,220)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C15E; }

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

This text font color is #C9C15E.


Background Color

.myBgColor { background-color: #C9C15E; }

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

This div background color is #C9C15E.


Border color

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

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

This div border color is #C9C15E.


Opacity

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

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

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

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

This text has shadow with #C9C15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C15E on black background.


Color preview on white background

This text has color #C9C15E on white background.



Black color preview on #C9C15E background

This text has black color on #C9C15E background.


White color preview on #C9C15E background

This text has white color on #C9C15E background.