COLOR #C8AD74

HEX: #C8AD74
RGB: (200,173,116)

Color info

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

RGB color model

#C8AD74 color RGB value is (200,173,116).

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

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 116 of 255 = 45%

200
173
116

R + G + B ~ 64%. #C8AD74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 116 = 489 (100%)
R 200 of 489 ~ 40.9%
G 173 of 489 ~ 35.38%
B 116 of 489 ~ 23.72%

%40.9
%35.38
%23.72

CMYK color model

#C8AD74 color CMYK value is (0,14,42,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 42.00%
  • key color value is 21.57%
CMYK:
(0,14,42,22)
C0M14Y42K22 
(0%,14%,42%,22%)
(0.00/0.14/0.42/0.22)	

CMYK percentages

%0
%13.5
%42
%21.57

Codes

Color #C8AD74 in popluar color models

C8AD74
RGB200173116
HSL41°43.30%61.96%
HSB/HSV41°42.00%78.43%
CMYK0.00%13.50%42.00%
21.57%

Color #C8AD74 in popluar number systems.

HEXC8AD74
Decimal200173116
Binary11001000101011011110100
Octal310255164

Shades and tints

Shades of #C8AD74

#C8AD74
(200,173,116)
#B69E6A
(182,158,106)
#A48F60
(164,143,96)
#928056
(146,128,86)
#80714C
(128,113,76)
#6E6242
(110,98,66)
#5C5338
(92,83,56)
#4A442E
(74,68,46)
#383524
(56,53,36)
#26261A
(38,38,26)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #C8AD74

#C8AD74
(200,173,116)
#CDB480
(205,180,128)
#D2BB8C
(210,187,140)
#D7C298
(215,194,152)
#DCC9A4
(220,201,164)
#E1D0B0
(225,208,176)
#E6D7BC
(230,215,188)
#EBDEC8
(235,222,200)
#F0E5D4
(240,229,212)
#F5ECE0
(245,236,224)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AD74; }

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

This text font color is #C8AD74.


Background Color

.myBgColor { background-color: #C8AD74; }

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

This div background color is #C8AD74.


Border color

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

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

This div border color is #C8AD74.


Opacity

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

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

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

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

This text has shadow with #C8AD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AD74 on black background.


Color preview on white background

This text has color #C8AD74 on white background.



Black color preview on #C8AD74 background

This text has black color on #C8AD74 background.


White color preview on #C8AD74 background

This text has white color on #C8AD74 background.