COLOR #C7A179

HEX: #C7A179
RGB: (199,161,121)

Color info

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

RGB color model

#C7A179 color RGB value is (199,161,121).

  • red value is 199;
  • green value is 161;
  • blue value is 121.
RGB:
(199,161,121)
(78%,63%,47%)

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 121 of 255 = 47%

199
161
121

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

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 121 = 481 (100%)
R 199 of 481 ~ 41.37%
G 161 of 481 ~ 33.47%
B 121 of 481 ~ 25.16%

%41.37
%33.47
%25.16

CMYK color model

#C7A179 color CMYK value is (0,19,39,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 39.20%
  • key color value is 21.96%
CMYK:
(0,19,39,22)
C0M19Y39K22 
(0%,19%,39%,22%)
(0.00/0.19/0.39/0.22)	

CMYK percentages

%0
%19.1
%39.2
%21.96

Codes

Color #C7A179 in popluar color models

C7A179
RGB199161121
HSL31°41.05%62.75%
HSB/HSV31°39.20%78.04%
CMYK0.00%19.10%39.20%
21.96%

Color #C7A179 in popluar number systems.

HEXC7A179
Decimal199161121
Binary11000111101000011111001
Octal307241171

Shades and tints

Shades of #C7A179

#C7A179
(199,161,121)
#B5936E
(181,147,110)
#A38563
(163,133,99)
#917758
(145,119,88)
#7F694D
(127,105,77)
#6D5B42
(109,91,66)
#5B4D37
(91,77,55)
#493F2C
(73,63,44)
#373121
(55,49,33)
#252316
(37,35,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #C7A179

#C7A179
(199,161,121)
#CCA985
(204,169,133)
#D1B191
(209,177,145)
#D6B99D
(214,185,157)
#DBC1A9
(219,193,169)
#E0C9B5
(224,201,181)
#E5D1C1
(229,209,193)
#EAD9CD
(234,217,205)
#EFE1D9
(239,225,217)
#F4E9E5
(244,233,229)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A179; }

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

This text font color is #C7A179.


Background Color

.myBgColor { background-color: #C7A179; }

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

This div background color is #C7A179.


Border color

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

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

This div border color is #C7A179.


Opacity

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

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

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

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

This text has shadow with #C7A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A179 on black background.


Color preview on white background

This text has color #C7A179 on white background.



Black color preview on #C7A179 background

This text has black color on #C7A179 background.


White color preview on #C7A179 background

This text has white color on #C7A179 background.