COLOR #C6AA7C

HEX: #C6AA7C RGB: (198,170,124)

Color info

#C6AA7C contains mainly red and green colors. Web safe color of #C6AA7C is #CC9966 (or #C96).

RGB color model

#C6AA7C color RGB value is (198,170,124).

RGB: (198,170,124) (78%, 67%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 124 of 255 = 49%

198
170
124

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

Portions of RGB colors in percentages

R + G + B = 198 + 170 + 124 = 492 (100%)
R 198 of 492 ~ 40.24%
G 170 of 492 ~ 34.55%
B 124 of 492 ~ 25.2'%

%40.24
%34.55
%25.2

CMYK color model

#C6AA7C color CMYK value is (0,14,37,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 37.37%
  • key color value is 22.35%

CMYK: (0,14,37,22)
C0M14Y37K22 (0%, 14%, 37%, 22%)
(0.00 / 0.14 / 0.37 / 0.22)

CMYK percentages

%0
%14.14
%37.37
%22.35

Codes

Color #C6AA7C in popluar color models

C6 AA 7C
RGB 198 170 124
HSL 37° 39.36% 63.14%
HSB/HSV 37° 37.37% 77.65%
CMYK 0.00% 14.14% 37.37%
22.35%

Color #C6AA7C in popluar number systems.

HEX C6 AA 7C
Decimal 198 170 124
Binary 11000110 10101010 1111100
Octal 306 252 174

Shades and tints

Shades of #C6AA7C

#C6AA7C
(198,170,124)
#B49B71
(180,155,113)
#A28C66
(162,140,102)
#907D5B
(144,125,91)
#7E6E50
(126,110,80)
#6C5F45
(108,95,69)
#5A503A
(90,80,58)
#48412F
(72,65,47)
#363224
(54,50,36)
#242319
(36,35,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C6AA7C

#C6AA7C
(198,170,124)
#CBB187
(203,177,135)
#D0B892
(208,184,146)
#D5BF9D
(213,191,157)
#DAC6A8
(218,198,168)
#DFCDB3
(223,205,179)
#E4D4BE
(228,212,190)
#E9DBC9
(233,219,201)
#EEE2D4
(238,226,212)
#F3E9DF
(243,233,223)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AA7C; }

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

This text font color is #C6AA7C.

Background Color

.myBgColor { background-color: #C6AA7C; }

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

This div background color is #C6AA7C.

Border color

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

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

This div border color is #C6AA7C.

Opacity

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

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

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

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

This text has shadow with #C6AA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AA7C.

Preview

Color preview on black background

This text has color #C6AA7C on black background.


Color preview on white background

This text has color #C6AA7C on white background.


Black color preview on #C6AA7C background

This text has black color on #C6AA7C background.


White color preview on #C6AA7C background

This text has white color on #C6AA7C background.


Related colors

Complementary color

Complementary color for #hex is #395583.


I love getcolorcode.com

Triadic colors

1 #7CC6AA and #AA7CC6 with #C6AA7C are triadic colors.

2 #7CAAC6 and #AAC67C with #C6AA7C are triadic colors.