COLOR #C9C853

HEX: #C9C853
RGB: (201,200,83)

Color info

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

RGB color model

#C9C853 color RGB value is (201,200,83).

  • red value is 201;
  • green value is 200;
  • blue value is 83.
RGB:
(201,200,83)
(79%,78%,33%)

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 83 of 255 = 33%

201
200
83

R + G + B ~ 63%. #C9C853 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 83 = 484 (100%)
R 201 of 484 ~ 41.53%
G 200 of 484 ~ 41.32%
B 83 of 484 ~ 17.15%

%41.53
%41.32
%17.15

CMYK color model

#C9C853 color CMYK value is (0,0,59,21).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 58.71%
  • key color value is 21.18%
CMYK:
(0,0,59,21)
C0M0Y59K21 
(0%,0%,59%,21%)
(0.00/0.00/0.59/0.21)	

CMYK percentages

%0
%0.5
%58.71
%21.18

Codes

Color #C9C853 in popluar color models

C9C853
RGB20120083
HSL59°52.21%55.69%
HSB/HSV59°58.71%78.82%
CMYK0.00%0.50%58.71%
21.18%

Color #C9C853 in popluar number systems.

HEXC9C853
Decimal20120083
Binary11001001110010001010011
Octal311310123

Shades and tints

Shades of #C9C853

#C9C853
(201,200,83)
#B7B64C
(183,182,76)
#A5A445
(165,164,69)
#93923E
(147,146,62)
#818037
(129,128,55)
#6F6E30
(111,110,48)
#5D5C29
(93,92,41)
#4B4A22
(75,74,34)
#39381B
(57,56,27)
#272614
(39,38,20)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #C9C853

#C9C853
(201,200,83)
#CDCD62
(205,205,98)
#D1D271
(209,210,113)
#D5D780
(213,215,128)
#D9DC8F
(217,220,143)
#DDE19E
(221,225,158)
#E1E6AD
(225,230,173)
#E5EBBC
(229,235,188)
#E9F0CB
(233,240,203)
#EDF5DA
(237,245,218)
#F1FAE9
(241,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C853; }

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

This text font color is #C9C853.


Background Color

.myBgColor { background-color: #C9C853; }

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

This div background color is #C9C853.


Border color

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

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

This div border color is #C9C853.


Opacity

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

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

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

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

This text has shadow with #C9C853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C853 on black background.


Color preview on white background

This text has color #C9C853 on white background.



Black color preview on #C9C853 background

This text has black color on #C9C853 background.


White color preview on #C9C853 background

This text has white color on #C9C853 background.