COLOR #C8A980

HEX: #C8A980
RGB: (200,169,128)

Color info

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

RGB color model

#C8A980 color RGB value is (200,169,128).

  • red value is 200;
  • green value is 169;
  • blue value is 128.
RGB:
(200,169,128)
(78%,66%,50%)

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 128 of 255 = 50%

200
169
128

R + G + B ~ 65%. #C8A980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 169 + 128 = 497 (100%)
R 200 of 497 ~ 40.24%
G 169 of 497 ~ 34%
B 128 of 497 ~ 25.75%

%40.24
%34
%25.75

CMYK color model

#C8A980 color CMYK value is (0,16,36,22).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 36.00%
  • key color value is 21.57%
CMYK:
(0,16,36,22)
C0M16Y36K22 
(0%,16%,36%,22%)
(0.00/0.16/0.36/0.22)	

CMYK percentages

%0
%15.5
%36
%21.57

Codes

Color #C8A980 in popluar color models

C8A980
RGB200169128
HSL34°39.56%64.31%
HSB/HSV34°36.00%78.43%
CMYK0.00%15.50%36.00%
21.57%

Color #C8A980 in popluar number systems.

HEXC8A980
Decimal200169128
Binary110010001010100110000000
Octal310251200

Shades and tints

Shades of #C8A980

#C8A980
(200,169,128)
#B69A75
(182,154,117)
#A48B6A
(164,139,106)
#927C5F
(146,124,95)
#806D54
(128,109,84)
#6E5E49
(110,94,73)
#5C4F3E
(92,79,62)
#4A4033
(74,64,51)
#383128
(56,49,40)
#26221D
(38,34,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #C8A980

#C8A980
(200,169,128)
#CDB08B
(205,176,139)
#D2B796
(210,183,150)
#D7BEA1
(215,190,161)
#DCC5AC
(220,197,172)
#E1CCB7
(225,204,183)
#E6D3C2
(230,211,194)
#EBDACD
(235,218,205)
#F0E1D8
(240,225,216)
#F5E8E3
(245,232,227)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A980 color. Also use rgb(200,169,128) instead hex code.

Text Font Color

.myTextColor { color: #C8A980; }

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

This text font color is #C8A980.


Background Color

.myBgColor { background-color: #C8A980; }

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

This div background color is #C8A980.


Border color

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

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

This div border color is #C8A980.


Opacity

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

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

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

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

This text has shadow with #C8A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A980 on black background.


Color preview on white background

This text has color #C8A980 on white background.



Black color preview on #C8A980 background

This text has black color on #C8A980 background.


White color preview on #C8A980 background

This text has white color on #C8A980 background.