COLOR #C9AE77

HEX: #C9AE77
RGB: (201,174,119)

Color info

#C9AE77 contains mainly red and green colors. Web safe color of #C9AE77 is #CC9966 (or #C96).

RGB color model

#C9AE77 color RGB value is (201,174,119).

  • red value is 201;
  • green value is 174;
  • blue value is 119.
RGB:
(201,174,119)
(79%,68%,47%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 119 of 255 = 47%

201
174
119

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

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 119 = 494 (100%)
R 201 of 494 ~ 40.69%
G 174 of 494 ~ 35.22%
B 119 of 494 ~ 24.09%

%40.69
%35.22
%24.09

CMYK color model

#C9AE77 color CMYK value is (0,13,41,21).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 40.80%
  • key color value is 21.18%
CMYK:
(0,13,41,21)
C0M13Y41K21 
(0%,13%,41%,21%)
(0.00/0.13/0.41/0.21)	

CMYK percentages

%0
%13.43
%40.8
%21.18

Codes

Color #C9AE77 in popluar color models

C9AE77
RGB201174119
HSL40°43.16%62.75%
HSB/HSV40°40.80%78.82%
CMYK0.00%13.43%40.80%
21.18%

Color #C9AE77 in popluar number systems.

HEXC9AE77
Decimal201174119
Binary11001001101011101110111
Octal311256167

Shades and tints

Shades of #C9AE77

#C9AE77
(201,174,119)
#B79F6D
(183,159,109)
#A59063
(165,144,99)
#938159
(147,129,89)
#81724F
(129,114,79)
#6F6345
(111,99,69)
#5D543B
(93,84,59)
#4B4531
(75,69,49)
#393627
(57,54,39)
#27271D
(39,39,29)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #C9AE77

#C9AE77
(201,174,119)
#CDB583
(205,181,131)
#D1BC8F
(209,188,143)
#D5C39B
(213,195,155)
#D9CAA7
(217,202,167)
#DDD1B3
(221,209,179)
#E1D8BF
(225,216,191)
#E5DFCB
(229,223,203)
#E9E6D7
(233,230,215)
#EDEDE3
(237,237,227)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AE77; }

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

This text font color is #C9AE77.


Background Color

.myBgColor { background-color: #C9AE77; }

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

This div background color is #C9AE77.


Border color

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

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

This div border color is #C9AE77.


Opacity

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

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

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

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

This text has shadow with #C9AE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AE77 on black background.


Color preview on white background

This text has color #C9AE77 on white background.



Black color preview on #C9AE77 background

This text has black color on #C9AE77 background.


White color preview on #C9AE77 background

This text has white color on #C9AE77 background.