COLOR #C7A17B

HEX: #C7A17B RGB: (199,161,123)

Color info

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

RGB color model

#C7A17B color RGB value is (199,161,123).

RGB: (199,161,123) (78%, 63%, 48%)

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 123 of 255 = 48%

199
161
123

R + G + B ~ 63%. #C7A17B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 161 + 123 = 483 (100%)
R 199 of 483 ~ 41.2%
G 161 of 483 ~ 33.33%
B 123 of 483 ~ 25.47'%

%41.2
%33.33
%25.47

CMYK color model

#C7A17B color CMYK value is (0,19,38,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 38.19%
  • key color value is 21.96%

CMYK: (0,19,38,22)
C0M19Y38K22 (0%, 19%, 38%, 22%)
(0.00 / 0.19 / 0.38 / 0.22)

CMYK percentages

%0
%19.1
%38.19
%21.96

Codes

Color #C7A17B in popluar color models

C7 A1 7B
RGB 199 161 123
HSL 30° 40.43% 63.14%
HSB/HSV 30° 38.19% 78.04%
CMYK 0.00% 19.10% 38.19%
21.96%

Color #C7A17B in popluar number systems.

HEX C7 A1 7B
Decimal 199 161 123
Binary 11000111 10100001 1111011
Octal 307 241 173

Shades and tints

Shades of #C7A17B

#C7A17B
(199,161,123)
#B59370
(181,147,112)
#A38565
(163,133,101)
#91775A
(145,119,90)
#7F694F
(127,105,79)
#6D5B44
(109,91,68)
#5B4D39
(91,77,57)
#493F2E
(73,63,46)
#373123
(55,49,35)
#252318
(37,35,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #C7A17B

#C7A17B
(199,161,123)
#CCA987
(204,169,135)
#D1B193
(209,177,147)
#D6B99F
(214,185,159)
#DBC1AB
(219,193,171)
#E0C9B7
(224,201,183)
#E5D1C3
(229,209,195)
#EAD9CF
(234,217,207)
#EFE1DB
(239,225,219)
#F4E9E7
(244,233,231)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A17B color. Also use rgb(199,161,123) instead hex code.

Text Font Color

.myTextColor { color: #C7A17B; }

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

This text font color is #C7A17B.

Background Color

.myBgColor { background-color: #C7A17B; }

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

This div background color is #C7A17B.

Border color

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

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

This div border color is #C7A17B.

Opacity

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

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

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

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

This text has shadow with #C7A17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A17B.

Preview

Color preview on black background

This text has color #C7A17B on black background.


Color preview on white background

This text has color #C7A17B on white background.


Black color preview on #C7A17B background

This text has black color on #C7A17B background.


White color preview on #C7A17B background

This text has white color on #C7A17B background.


Related colors

Complementary color

Complementary color for #hex is #385E84.


I love getcolorcode.com

Triadic colors

1 #7BC7A1 and #A17BC7 with #C7A17B are triadic colors.

2 #7BA1C7 and #A1C77B with #C7A17B are triadic colors.