COLOR #C6AA95

HEX: #C6AA95
RGB: (198,170,149)

Color info

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

RGB color model

#C6AA95 color RGB value is (198,170,149).

  • red value is 198;
  • green value is 170;
  • blue value is 149.
RGB:
(198,170,149)
(78%,67%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 149 of 255 = 58%

198
170
149

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 149 = 517 (100%)
R 198 of 517 ~ 38.3%
G 170 of 517 ~ 32.88%
B 149 of 517 ~ 28.82%

%38.3
%32.88
%28.82

CMYK color model

#C6AA95 color CMYK value is (0,14,25,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(0,14,25,22)
C0M14Y25K22 
(0%,14%,25%,22%)
(0.00/0.14/0.25/0.22)	

CMYK percentages

%0
%14.14
%24.75
%22.35

Codes

Color #C6AA95 in popluar color models

C6AA95
RGB198170149
HSL26°30.06%68.04%
HSB/HSV26°24.75%77.65%
CMYK0.00%14.14%24.75%
22.35%

Color #C6AA95 in popluar number systems.

HEXC6AA95
Decimal198170149
Binary110001101010101010010101
Octal306252225

Shades and tints

Shades of #C6AA95

#C6AA95
(198,170,149)
#B49B88
(180,155,136)
#A28C7B
(162,140,123)
#907D6E
(144,125,110)
#7E6E61
(126,110,97)
#6C5F54
(108,95,84)
#5A5047
(90,80,71)
#48413A
(72,65,58)
#36322D
(54,50,45)
#242320
(36,35,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C6AA95

#C6AA95
(198,170,149)
#CBB19E
(203,177,158)
#D0B8A7
(208,184,167)
#D5BFB0
(213,191,176)
#DAC6B9
(218,198,185)
#DFCDC2
(223,205,194)
#E4D4CB
(228,212,203)
#E9DBD4
(233,219,212)
#EEE2DD
(238,226,221)
#F3E9E6
(243,233,230)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AA95 color. Also use rgb(198,170,149) instead hex code.

Text Font Color

.myTextColor { color: #C6AA95; }

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

This text font color is #C6AA95.


Background Color

.myBgColor { background-color: #C6AA95; }

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

This div background color is #C6AA95.


Border color

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

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

This div border color is #C6AA95.


Opacity

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

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

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

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

This text has shadow with #C6AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AA95 on black background.


Color preview on white background

This text has color #C6AA95 on white background.



Black color preview on #C6AA95 background

This text has black color on #C6AA95 background.


White color preview on #C6AA95 background

This text has white color on #C6AA95 background.