COLOR #C7AE7D

HEX: #C7AE7D RGB: (199,174,125)

Color info

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

RGB color model

#C7AE7D color RGB value is (199,174,125).

RGB: (199,174,125) (78%, 68%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 125 of 255 = 49%

199
174
125

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 125 = 498 (100%)
R 199 of 498 ~ 39.96%
G 174 of 498 ~ 34.94%
B 125 of 498 ~ 25.1'%

%39.96
%34.94
%25.1

CMYK color model

#C7AE7D color CMYK value is (0,13,37,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 37.19%
  • key color value is 21.96%
CMYK: (0,13,37,22) C0M13Y37K22 (0%,13%,37%,22%) (0.00/0.13/0.37/0.22) 

CMYK percentages

%0
%12.56
%37.19
%21.96

Codes

Color #C7AE7D in popluar color models

C7 AE 7D
RGB 199 174 125
HSL 40° 39.78% 63.53%
HSB/HSV 40° 37.19% 78.04%
CMYK 0.00% 12.56% 37.19%
21.96%

Color #C7AE7D in popluar number systems.

HEX C7 AE 7D
Decimal 199 174 125
Binary 11000111 10101110 1111101
Octal 307 256 175

Shades and tints

Shades of #C7AE7D

#C7AE7D
(199,174,125)
#B59F72
(181,159,114)
#A39067
(163,144,103)
#91815C
(145,129,92)
#7F7251
(127,114,81)
#6D6346
(109,99,70)
#5B543B
(91,84,59)
#494530
(73,69,48)
#373625
(55,54,37)
#25271A
(37,39,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #C7AE7D

#C7AE7D
(199,174,125)
#CCB588
(204,181,136)
#D1BC93
(209,188,147)
#D6C39E
(214,195,158)
#DBCAA9
(219,202,169)
#E0D1B4
(224,209,180)
#E5D8BF
(229,216,191)
#EADFCA
(234,223,202)
#EFE6D5
(239,230,213)
#F4EDE0
(244,237,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AE7D color. Also use rgb(199,174,125) instead hex code.

Text Font Color

.myTextColor { color: #C7AE7D; }

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

This text font color is #C7AE7D.

Background Color

.myBgColor { background-color: #C7AE7D; }

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

This div background color is #C7AE7D.

Border color

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

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

This div border color is #C7AE7D.

Opacity

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

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

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

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

This text has shadow with #C7AE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AE7D.

Preview

Color preview on black background

This text has color #C7AE7D on black background.


Color preview on white background

This text has color #C7AE7D on white background.


Black color preview on #C7AE7D background

This text has black color on #C7AE7D background.


White color preview on #C7AE7D background

This text has white color on #C7AE7D background.


Related colors

Complementary color

Complementary color for #hex is #385182.


I love getcolorcode.com

Triadic colors

1 #7DC7AE and #AE7DC7 with #C7AE7D are triadic colors.

2 #7DAEC7 and #AEC77D with #C7AE7D are triadic colors.