COLOR #C9AF81

HEX: #C9AF81
RGB: (201,175,129)

Color info

#C9AF81 contains mainly red and green colors. Web safe color of #C9AF81 is #CC9999 (or #C99).

RGB color model

#C9AF81 color RGB value is (201,175,129).

  • red value is 201;
  • green value is 175;
  • blue value is 129.
RGB:
(201,175,129)
(79%,69%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 129 of 255 = 51%

201
175
129

R + G + B ~ 66%. #C9AF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 129 = 505 (100%)
R 201 of 505 ~ 39.8%
G 175 of 505 ~ 34.65%
B 129 of 505 ~ 25.54%

%39.8
%34.65
%25.54

CMYK color model

#C9AF81 color CMYK value is (0,13,36,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 35.82%
  • key color value is 21.18%
CMYK:
(0,13,36,21)
C0M13Y36K21 
(0%,13%,36%,21%)
(0.00/0.13/0.36/0.21)	

CMYK percentages

%0
%12.94
%35.82
%21.18

Codes

Color #C9AF81 in popluar color models

C9AF81
RGB201175129
HSL38°40.00%64.71%
HSB/HSV38°35.82%78.82%
CMYK0.00%12.94%35.82%
21.18%

Color #C9AF81 in popluar number systems.

HEXC9AF81
Decimal201175129
Binary110010011010111110000001
Octal311257201

Shades and tints

Shades of #C9AF81

#C9AF81
(201,175,129)
#B7A076
(183,160,118)
#A5916B
(165,145,107)
#938260
(147,130,96)
#817355
(129,115,85)
#6F644A
(111,100,74)
#5D553F
(93,85,63)
#4B4634
(75,70,52)
#393729
(57,55,41)
#27281E
(39,40,30)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #C9AF81

#C9AF81
(201,175,129)
#CDB68C
(205,182,140)
#D1BD97
(209,189,151)
#D5C4A2
(213,196,162)
#D9CBAD
(217,203,173)
#DDD2B8
(221,210,184)
#E1D9C3
(225,217,195)
#E5E0CE
(229,224,206)
#E9E7D9
(233,231,217)
#EDEEE4
(237,238,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AF81; }

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

This text font color is #C9AF81.


Background Color

.myBgColor { background-color: #C9AF81; }

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

This div background color is #C9AF81.


Border color

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

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

This div border color is #C9AF81.


Opacity

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

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

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

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

This text has shadow with #C9AF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AF81 on black background.


Color preview on white background

This text has color #C9AF81 on white background.



Black color preview on #C9AF81 background

This text has black color on #C9AF81 background.


White color preview on #C9AF81 background

This text has white color on #C9AF81 background.