COLOR #C8A174

HEX: #C8A174
RGB: (200,161,116)

Color info

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

RGB color model

#C8A174 color RGB value is (200,161,116).

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

RGB channels and saturation

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

200
161
116

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

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 116 = 477 (100%)
R 200 of 477 ~ 41.93%
G 161 of 477 ~ 33.75%
B 116 of 477 ~ 24.32%

%41.93
%33.75
%24.32

CMYK color model

#C8A174 color CMYK value is (0,20,42,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 42.00%
  • key color value is 21.57%
CMYK:
(0,20,42,22)
C0M20Y42K22 
(0%,20%,42%,22%)
(0.00/0.20/0.42/0.22)	

CMYK percentages

%0
%19.5
%42
%21.57

Codes

Color #C8A174 in popluar color models

C8A174
RGB200161116
HSL32°43.30%61.96%
HSB/HSV32°42.00%78.43%
CMYK0.00%19.50%42.00%
21.57%

Color #C8A174 in popluar number systems.

HEXC8A174
Decimal200161116
Binary11001000101000011110100
Octal310241164

Shades and tints

Shades of #C8A174

#C8A174
(200,161,116)
#B6936A
(182,147,106)
#A48560
(164,133,96)
#927756
(146,119,86)
#80694C
(128,105,76)
#6E5B42
(110,91,66)
#5C4D38
(92,77,56)
#4A3F2E
(74,63,46)
#383124
(56,49,36)
#26231A
(38,35,26)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #C8A174

#C8A174
(200,161,116)
#CDA980
(205,169,128)
#D2B18C
(210,177,140)
#D7B998
(215,185,152)
#DCC1A4
(220,193,164)
#E1C9B0
(225,201,176)
#E6D1BC
(230,209,188)
#EBD9C8
(235,217,200)
#F0E1D4
(240,225,212)
#F5E9E0
(245,233,224)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A174; }

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

This text font color is #C8A174.


Background Color

.myBgColor { background-color: #C8A174; }

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

This div background color is #C8A174.


Border color

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

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

This div border color is #C8A174.


Opacity

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

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

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

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

This text has shadow with #C8A174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A174 on black background.


Color preview on white background

This text has color #C8A174 on white background.



Black color preview on #C8A174 background

This text has black color on #C8A174 background.


White color preview on #C8A174 background

This text has white color on #C8A174 background.