COLOR #C8A66C

HEX: #C8A66C RGB: (200,166,108)

Color info

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

RGB color model

#C8A66C color RGB value is (200,166,108).

RGB: (200,166,108) (78%, 65%, 42%)

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 108 of 255 = 42%

200
166
108

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

Portions of RGB colors in percentages

R + G + B = 200 + 166 + 108 = 474 (100%)
R 200 of 474 ~ 42.19%
G 166 of 474 ~ 35.02%
B 108 of 474 ~ 22.78'%

%42.19
%35.02
%22.78

CMYK color model

#C8A66C color CMYK value is (0,17,46,22).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 46.00%
  • key color value is 21.57%

CMYK: (0,17,46,22)
C0M17Y46K22 (0%, 17%, 46%, 22%)
(0.00 / 0.17 / 0.46 / 0.22)

CMYK percentages

%0
%17
%46
%21.57

Codes

Color #C8A66C in popluar color models

C8 A6 6C
RGB 200 166 108
HSL 38° 45.54% 60.39%
HSB/HSV 38° 46.00% 78.43%
CMYK 0.00% 17.00% 46.00%
21.57%

Color #C8A66C in popluar number systems.

HEX C8 A6 6C
Decimal 200 166 108
Binary 11001000 10100110 1101100
Octal 310 246 154

Shades and tints

Shades of #C8A66C

#C8A66C
(200,166,108)
#B69763
(182,151,99)
#A4885A
(164,136,90)
#927951
(146,121,81)
#806A48
(128,106,72)
#6E5B3F
(110,91,63)
#5C4C36
(92,76,54)
#4A3D2D
(74,61,45)
#382E24
(56,46,36)
#261F1B
(38,31,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #C8A66C

#C8A66C
(200,166,108)
#CDAE79
(205,174,121)
#D2B686
(210,182,134)
#D7BE93
(215,190,147)
#DCC6A0
(220,198,160)
#E1CEAD
(225,206,173)
#E6D6BA
(230,214,186)
#EBDEC7
(235,222,199)
#F0E6D4
(240,230,212)
#F5EEE1
(245,238,225)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A66C color. Also use rgb(200,166,108) instead hex code.

Text Font Color

.myTextColor { color: #C8A66C; }

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

This text font color is #C8A66C.

Background Color

.myBgColor { background-color: #C8A66C; }

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

This div background color is #C8A66C.

Border color

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

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

This div border color is #C8A66C.

Opacity

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

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

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

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

This text has shadow with #C8A66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A66C.

Preview

Color preview on black background

This text has color #C8A66C on black background.


Color preview on white background

This text has color #C8A66C on white background.


Black color preview on #C8A66C background

This text has black color on #C8A66C background.


White color preview on #C8A66C background

This text has white color on #C8A66C background.


Related colors

Complementary color

Complementary color for #hex is #375993.


I love getcolorcode.com

Triadic colors

1 #6CC8A6 and #A66CC8 with #C8A66C are triadic colors.

2 #6CA6C8 and #A6C86C with #C8A66C are triadic colors.