COLOR #C7B17A

HEX: #C7B17A RGB: (199,177,122)

Color info

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

RGB color model

#C7B17A color RGB value is (199,177,122).

RGB: (199,177,122) (78%, 69%, 48%)

RGB channels and saturation

R 199 of 255 = 78%
G 177 of 255 = 69%
B 122 of 255 = 48%

199
177
122

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

Portions of RGB colors in percentages

R + G + B = 199 + 177 + 122 = 498 (100%)
R 199 of 498 ~ 39.96%
G 177 of 498 ~ 35.54%
B 122 of 498 ~ 24.5'%

%39.96
%35.54
%24.5

CMYK color model

#C7B17A color CMYK value is (0,11,39,22).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 38.69%
  • key color value is 21.96%

CMYK: (0,11,39,22)
C0M11Y39K22 (0%, 11%, 39%, 22%)
(0.00 / 0.11 / 0.39 / 0.22)

CMYK percentages

%0
%11.06
%38.69
%21.96

Codes

Color #C7B17A in popluar color models

C7 B1 7A
RGB 199 177 122
HSL 43° 40.74% 62.94%
HSB/HSV 43° 38.69% 78.04%
CMYK 0.00% 11.06% 38.69%
21.96%

Color #C7B17A in popluar number systems.

HEX C7 B1 7A
Decimal 199 177 122
Binary 11000111 10110001 1111010
Octal 307 261 172

Shades and tints

Shades of #C7B17A

#C7B17A
(199,177,122)
#B5A16F
(181,161,111)
#A39164
(163,145,100)
#918159
(145,129,89)
#7F714E
(127,113,78)
#6D6143
(109,97,67)
#5B5138
(91,81,56)
#49412D
(73,65,45)
#373122
(55,49,34)
#252117
(37,33,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #C7B17A

#C7B17A
(199,177,122)
#CCB886
(204,184,134)
#D1BF92
(209,191,146)
#D6C69E
(214,198,158)
#DBCDAA
(219,205,170)
#E0D4B6
(224,212,182)
#E5DBC2
(229,219,194)
#EAE2CE
(234,226,206)
#EFE9DA
(239,233,218)
#F4F0E6
(244,240,230)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B17A color. Also use rgb(199,177,122) instead hex code.

Text Font Color

.myTextColor { color: #C7B17A; }

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

This text font color is #C7B17A.

Background Color

.myBgColor { background-color: #C7B17A; }

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

This div background color is #C7B17A.

Border color

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

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

This div border color is #C7B17A.

Opacity

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

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

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

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

This text has shadow with #C7B17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B17A.

Preview

Color preview on black background

This text has color #C7B17A on black background.


Color preview on white background

This text has color #C7B17A on white background.


Black color preview on #C7B17A background

This text has black color on #C7B17A background.


White color preview on #C7B17A background

This text has white color on #C7B17A background.


Related colors

Complementary color

Complementary color for #hex is #384E85.


I love getcolorcode.com

Triadic colors

1 #7AC7B1 and #B17AC7 with #C7B17A are triadic colors.

2 #7AB1C7 and #B1C77A with #C7B17A are triadic colors.