COLOR #C9AD88

HEX: #C9AD88
RGB: (201,173,136)

Color info

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

RGB color model

#C9AD88 color RGB value is (201,173,136).

  • red value is 201;
  • green value is 173;
  • blue value is 136.
RGB:
(201,173,136)
(79%,68%,53%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 136 of 255 = 53%

201
173
136

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

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 136 = 510 (100%)
R 201 of 510 ~ 39.41%
G 173 of 510 ~ 33.92%
B 136 of 510 ~ 26.67%

%39.41
%33.92
%26.67

CMYK color model

#C9AD88 color CMYK value is (0,14,32,21).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK:
(0,14,32,21)
C0M14Y32K21 
(0%,14%,32%,21%)
(0.00/0.14/0.32/0.21)	

CMYK percentages

%0
%13.93
%32.34
%21.18

Codes

Color #C9AD88 in popluar color models

C9AD88
RGB201173136
HSL34°37.57%66.08%
HSB/HSV34°32.34%78.82%
CMYK0.00%13.93%32.34%
21.18%

Color #C9AD88 in popluar number systems.

HEXC9AD88
Decimal201173136
Binary110010011010110110001000
Octal311255210

Shades and tints

Shades of #C9AD88

#C9AD88
(201,173,136)
#B79E7C
(183,158,124)
#A58F70
(165,143,112)
#938064
(147,128,100)
#817158
(129,113,88)
#6F624C
(111,98,76)
#5D5340
(93,83,64)
#4B4434
(75,68,52)
#393528
(57,53,40)
#27261C
(39,38,28)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C9AD88

#C9AD88
(201,173,136)
#CDB492
(205,180,146)
#D1BB9C
(209,187,156)
#D5C2A6
(213,194,166)
#D9C9B0
(217,201,176)
#DDD0BA
(221,208,186)
#E1D7C4
(225,215,196)
#E5DECE
(229,222,206)
#E9E5D8
(233,229,216)
#EDECE2
(237,236,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AD88 color. Also use rgb(201,173,136) instead hex code.

Text Font Color

.myTextColor { color: #C9AD88; }

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

This text font color is #C9AD88.


Background Color

.myBgColor { background-color: #C9AD88; }

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

This div background color is #C9AD88.


Border color

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

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

This div border color is #C9AD88.


Opacity

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

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

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

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

This text has shadow with #C9AD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AD88 on black background.


Color preview on white background

This text has color #C9AD88 on white background.



Black color preview on #C9AD88 background

This text has black color on #C9AD88 background.


White color preview on #C9AD88 background

This text has white color on #C9AD88 background.