COLOR #C9C773

HEX: #C9C773 RGB: (201,199,115)

Color info

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

RGB color model

#C9C773 color RGB value is (201,199,115).

RGB: (201,199,115) (79%, 78%, 45%)

RGB channels and saturation

R 201 of 255 = 79%
G 199 of 255 = 78%
B 115 of 255 = 45%

201
199
115

R + G + B ~ 67%. #C9C773 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 199 + 115 = 515 (100%)
R 201 of 515 ~ 39.03%
G 199 of 515 ~ 38.64%
B 115 of 515 ~ 22.33'%

%39.03
%38.64
%22.33

CMYK color model

#C9C773 color CMYK value is (0,1,43,21).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 42.79%
  • key color value is 21.18%

CMYK: (0,1,43,21)
C0M1Y43K21 (0%, 1%, 43%, 21%)
(0.00 / 0.01 / 0.43 / 0.21)

CMYK percentages

%0
%1
%42.79
%21.18

Codes

Color #C9C773 in popluar color models

C9 C7 73
RGB 201 199 115
HSL 59° 44.33% 61.96%
HSB/HSV 59° 42.79% 78.82%
CMYK 0.00% 1.00% 42.79%
21.18%

Color #C9C773 in popluar number systems.

HEX C9 C7 73
Decimal 201 199 115
Binary 11001001 11000111 1110011
Octal 311 307 163

Shades and tints

Shades of #C9C773

#C9C773
(201,199,115)
#B7B569
(183,181,105)
#A5A35F
(165,163,95)
#939155
(147,145,85)
#817F4B
(129,127,75)
#6F6D41
(111,109,65)
#5D5B37
(93,91,55)
#4B492D
(75,73,45)
#393723
(57,55,35)
#272519
(39,37,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C9C773

#C9C773
(201,199,115)
#CDCC7F
(205,204,127)
#D1D18B
(209,209,139)
#D5D697
(213,214,151)
#D9DBA3
(217,219,163)
#DDE0AF
(221,224,175)
#E1E5BB
(225,229,187)
#E5EAC7
(229,234,199)
#E9EFD3
(233,239,211)
#EDF4DF
(237,244,223)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C773; }

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

This text font color is #C9C773.

Background Color

.myBgColor { background-color: #C9C773; }

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

This div background color is #C9C773.

Border color

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

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

This div border color is #C9C773.

Opacity

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

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

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

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

This text has shadow with #C9C773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C773.

Preview

Color preview on black background

This text has color #C9C773 on black background.


Color preview on white background

This text has color #C9C773 on white background.


Black color preview on #C9C773 background

This text has black color on #C9C773 background.


White color preview on #C9C773 background

This text has white color on #C9C773 background.


Related colors

Complementary color

Complementary color for #hex is #36388C.


I love getcolorcode.com

Triadic colors

1 #73C9C7 and #C773C9 with #C9C773 are triadic colors.

2 #73C7C9 and #C7C973 with #C9C773 are triadic colors.