COLOR #C9A498

HEX: #C9A498
RGB: (201,164,152)

Color info

#C9A498 contains red, green and blue colors in about the same proportion. Web safe color of #C9A498 is #CC9999 (or #C99).

RGB color model

#C9A498 color RGB value is (201,164,152).

  • red value is 201;
  • green value is 164;
  • blue value is 152.
RGB:
(201,164,152)
(79%,64%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 152 of 255 = 60%

201
164
152

R + G + B ~ 68%. #C9A498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 152 = 517 (100%)
R 201 of 517 ~ 38.88%
G 164 of 517 ~ 31.72%
B 152 of 517 ~ 29.4%

%38.88
%31.72
%29.4

CMYK color model

#C9A498 color CMYK value is (0,18,24,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,18,24,21)
C0M18Y24K21 
(0%,18%,24%,21%)
(0.00/0.18/0.24/0.21)	

CMYK percentages

%0
%18.41
%24.38
%21.18

Codes

Color #C9A498 in popluar color models

C9A498
RGB201164152
HSL15°31.21%69.22%
HSB/HSV15°24.38%78.82%
CMYK0.00%18.41%24.38%
21.18%

Color #C9A498 in popluar number systems.

HEXC9A498
Decimal201164152
Binary110010011010010010011000
Octal311244230

Shades and tints

Shades of #C9A498

#C9A498
(201,164,152)
#B7968B
(183,150,139)
#A5887E
(165,136,126)
#937A71
(147,122,113)
#816C64
(129,108,100)
#6F5E57
(111,94,87)
#5D504A
(93,80,74)
#4B423D
(75,66,61)
#393430
(57,52,48)
#272623
(39,38,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #C9A498

#C9A498
(201,164,152)
#CDACA1
(205,172,161)
#D1B4AA
(209,180,170)
#D5BCB3
(213,188,179)
#D9C4BC
(217,196,188)
#DDCCC5
(221,204,197)
#E1D4CE
(225,212,206)
#E5DCD7
(229,220,215)
#E9E4E0
(233,228,224)
#EDECE9
(237,236,233)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A498 color. Also use rgb(201,164,152) instead hex code.

Text Font Color

.myTextColor { color: #C9A498; }

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

This text font color is #C9A498.


Background Color

.myBgColor { background-color: #C9A498; }

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

This div background color is #C9A498.


Border color

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

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

This div border color is #C9A498.


Opacity

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

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

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

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

This text has shadow with #C9A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A498 on black background.


Color preview on white background

This text has color #C9A498 on white background.



Black color preview on #C9A498 background

This text has black color on #C9A498 background.


White color preview on #C9A498 background

This text has white color on #C9A498 background.