COLOR #C6AA82

HEX: #C6AA82
RGB: (198,170,130)

Color info

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

RGB color model

#C6AA82 color RGB value is (198,170,130).

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

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 130 of 255 = 51%

198
170
130

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 130 = 498 (100%)
R 198 of 498 ~ 39.76%
G 170 of 498 ~ 34.14%
B 130 of 498 ~ 26.1%

%39.76
%34.14
%26.1

CMYK color model

#C6AA82 color CMYK value is (0,14,34,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 34.34%
  • key color value is 22.35%
CMYK:
(0,14,34,22)
C0M14Y34K22 
(0%,14%,34%,22%)
(0.00/0.14/0.34/0.22)	

CMYK percentages

%0
%14.14
%34.34
%22.35

Codes

Color #C6AA82 in popluar color models

C6AA82
RGB198170130
HSL35°37.36%64.31%
HSB/HSV35°34.34%77.65%
CMYK0.00%14.14%34.34%
22.35%

Color #C6AA82 in popluar number systems.

HEXC6AA82
Decimal198170130
Binary110001101010101010000010
Octal306252202

Shades and tints

Shades of #C6AA82

#C6AA82
(198,170,130)
#B49B77
(180,155,119)
#A28C6C
(162,140,108)
#907D61
(144,125,97)
#7E6E56
(126,110,86)
#6C5F4B
(108,95,75)
#5A5040
(90,80,64)
#484135
(72,65,53)
#36322A
(54,50,42)
#24231F
(36,35,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6AA82

#C6AA82
(198,170,130)
#CBB18D
(203,177,141)
#D0B898
(208,184,152)
#D5BFA3
(213,191,163)
#DAC6AE
(218,198,174)
#DFCDB9
(223,205,185)
#E4D4C4
(228,212,196)
#E9DBCF
(233,219,207)
#EEE2DA
(238,226,218)
#F3E9E5
(243,233,229)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AA82; }

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

This text font color is #C6AA82.


Background Color

.myBgColor { background-color: #C6AA82; }

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

This div background color is #C6AA82.


Border color

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

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

This div border color is #C6AA82.


Opacity

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

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

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

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

This text has shadow with #C6AA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AA82 on black background.


Color preview on white background

This text has color #C6AA82 on white background.



Black color preview on #C6AA82 background

This text has black color on #C6AA82 background.


White color preview on #C6AA82 background

This text has white color on #C6AA82 background.