COLOR #C7AA7C

HEX: #C7AA7C RGB: (199,170,124)

Color info

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

RGB color model

#C7AA7C color RGB value is (199,170,124).

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

RGB channels and saturation

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

199
170
124

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

Portions of RGB colors in percentages

R + G + B = 199 + 170 + 124 = 493 (100%)
R 199 of 493 ~ 40.37%
G 170 of 493 ~ 34.48%
B 124 of 493 ~ 25.15'%

%40.37
%34.48
%25.15

CMYK color model

#C7AA7C color CMYK value is (0,15,38,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 37.69%
  • key color value is 21.96%

CMYK: (0,15,38,22)
C0M15Y38K22 (0%, 15%, 38%, 22%)
(0.00 / 0.15 / 0.38 / 0.22)

CMYK percentages

%0
%14.57
%37.69
%21.96

Codes

Color #C7AA7C in popluar color models

C7 AA 7C
RGB 199 170 124
HSL 37° 40.11% 63.33%
HSB/HSV 37° 37.69% 78.04%
CMYK 0.00% 14.57% 37.69%
21.96%

Color #C7AA7C in popluar number systems.

HEX C7 AA 7C
Decimal 199 170 124
Binary 11000111 10101010 1111100
Octal 307 252 174

Shades and tints

Shades of #C7AA7C

#C7AA7C
(199,170,124)
#B59B71
(181,155,113)
#A38C66
(163,140,102)
#917D5B
(145,125,91)
#7F6E50
(127,110,80)
#6D5F45
(109,95,69)
#5B503A
(91,80,58)
#49412F
(73,65,47)
#373224
(55,50,36)
#252319
(37,35,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #C7AA7C

#C7AA7C
(199,170,124)
#CCB187
(204,177,135)
#D1B892
(209,184,146)
#D6BF9D
(214,191,157)
#DBC6A8
(219,198,168)
#E0CDB3
(224,205,179)
#E5D4BE
(229,212,190)
#EADBC9
(234,219,201)
#EFE2D4
(239,226,212)
#F4E9DF
(244,233,223)
#F9F0EA
(249,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AA7C; }

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

This text font color is #C7AA7C.

Background Color

.myBgColor { background-color: #C7AA7C; }

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

This div background color is #C7AA7C.

Border color

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

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

This div border color is #C7AA7C.

Opacity

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

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

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

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

This text has shadow with #C7AA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AA7C.

Preview

Color preview on black background

This text has color #C7AA7C on black background.


Color preview on white background

This text has color #C7AA7C on white background.


Black color preview on #C7AA7C background

This text has black color on #C7AA7C background.


White color preview on #C7AA7C background

This text has white color on #C7AA7C background.


Related colors

Complementary color

Complementary color for #hex is #385583.


I love getcolorcode.com

Triadic colors

1 #7CC7AA and #AA7CC7 with #C7AA7C are triadic colors.

2 #7CAAC7 and #AAC77C with #C7AA7C are triadic colors.