COLOR #C8A16E

HEX: #C8A16E
RGB: (200,161,110)

Color info

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

RGB color model

#C8A16E color RGB value is (200,161,110).

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

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 110 of 255 = 43%

200
161
110

R + G + B ~ 61%. #C8A16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 110 = 471 (100%)
R 200 of 471 ~ 42.46%
G 161 of 471 ~ 34.18%
B 110 of 471 ~ 23.35%

%42.46
%34.18
%23.35

CMYK color model

#C8A16E color CMYK value is (0,20,45,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 45.00%
  • key color value is 21.57%
CMYK:
(0,20,45,22)
C0M20Y45K22 
(0%,20%,45%,22%)
(0.00/0.20/0.45/0.22)	

CMYK percentages

%0
%19.5
%45
%21.57

Codes

Color #C8A16E in popluar color models

C8A16E
RGB200161110
HSL34°45.00%60.78%
HSB/HSV34°45.00%78.43%
CMYK0.00%19.50%45.00%
21.57%

Color #C8A16E in popluar number systems.

HEXC8A16E
Decimal200161110
Binary11001000101000011101110
Octal310241156

Shades and tints

Shades of #C8A16E

#C8A16E
(200,161,110)
#B69364
(182,147,100)
#A4855A
(164,133,90)
#927750
(146,119,80)
#806946
(128,105,70)
#6E5B3C
(110,91,60)
#5C4D32
(92,77,50)
#4A3F28
(74,63,40)
#38311E
(56,49,30)
#262314
(38,35,20)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #C8A16E

#C8A16E
(200,161,110)
#CDA97B
(205,169,123)
#D2B188
(210,177,136)
#D7B995
(215,185,149)
#DCC1A2
(220,193,162)
#E1C9AF
(225,201,175)
#E6D1BC
(230,209,188)
#EBD9C9
(235,217,201)
#F0E1D6
(240,225,214)
#F5E9E3
(245,233,227)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A16E; }

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

This text font color is #C8A16E.


Background Color

.myBgColor { background-color: #C8A16E; }

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

This div background color is #C8A16E.


Border color

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

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

This div border color is #C8A16E.


Opacity

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

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

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

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

This text has shadow with #C8A16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A16E on black background.


Color preview on white background

This text has color #C8A16E on white background.



Black color preview on #C8A16E background

This text has black color on #C8A16E background.


White color preview on #C8A16E background

This text has white color on #C8A16E background.