COLOR #C7A174

HEX: #C7A174
RGB: (199,161,116)

Color info

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

RGB color model

#C7A174 color RGB value is (199,161,116).

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

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 116 of 255 = 45%

199
161
116

R + G + B ~ 62%. #C7A174 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 116 = 476 (100%)
R 199 of 476 ~ 41.81%
G 161 of 476 ~ 33.82%
B 116 of 476 ~ 24.37%

%41.81
%33.82
%24.37

CMYK color model

#C7A174 color CMYK value is (0,19,42,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 41.71%
  • key color value is 21.96%
CMYK:
(0,19,42,22)
C0M19Y42K22 
(0%,19%,42%,22%)
(0.00/0.19/0.42/0.22)	

CMYK percentages

%0
%19.1
%41.71
%21.96

Codes

Color #C7A174 in popluar color models

C7A174
RGB199161116
HSL33°42.56%61.76%
HSB/HSV33°41.71%78.04%
CMYK0.00%19.10%41.71%
21.96%

Color #C7A174 in popluar number systems.

HEXC7A174
Decimal199161116
Binary11000111101000011110100
Octal307241164

Shades and tints

Shades of #C7A174

#C7A174
(199,161,116)
#B5936A
(181,147,106)
#A38560
(163,133,96)
#917756
(145,119,86)
#7F694C
(127,105,76)
#6D5B42
(109,91,66)
#5B4D38
(91,77,56)
#493F2E
(73,63,46)
#373124
(55,49,36)
#25231A
(37,35,26)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #C7A174

#C7A174
(199,161,116)
#CCA980
(204,169,128)
#D1B18C
(209,177,140)
#D6B998
(214,185,152)
#DBC1A4
(219,193,164)
#E0C9B0
(224,201,176)
#E5D1BC
(229,209,188)
#EAD9C8
(234,217,200)
#EFE1D4
(239,225,212)
#F4E9E0
(244,233,224)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A174; }

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

This text font color is #C7A174.


Background Color

.myBgColor { background-color: #C7A174; }

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

This div background color is #C7A174.


Border color

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

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

This div border color is #C7A174.


Opacity

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

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

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

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

This text has shadow with #C7A174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A174 on black background.


Color preview on white background

This text has color #C7A174 on white background.



Black color preview on #C7A174 background

This text has black color on #C7A174 background.


White color preview on #C7A174 background

This text has white color on #C7A174 background.