COLOR #C8AA80

HEX: #C8AA80
RGB: (200,170,128)

Color info

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

RGB color model

#C8AA80 color RGB value is (200,170,128).

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

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 128 of 255 = 50%

200
170
128

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

Portions of RGB colors in percentages

R + G + B =
200 + 170 + 128 = 498 (100%)
R 200 of 498 ~ 40.16%
G 170 of 498 ~ 34.14%
B 128 of 498 ~ 25.7%

%40.16
%34.14
%25.7

CMYK color model

#C8AA80 color CMYK value is (0,15,36,22).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 36.00%
  • key color value is 21.57%
CMYK:
(0,15,36,22)
C0M15Y36K22 
(0%,15%,36%,22%)
(0.00/0.15/0.36/0.22)	

CMYK percentages

%0
%15
%36
%21.57

Codes

Color #C8AA80 in popluar color models

C8AA80
RGB200170128
HSL35°39.56%64.31%
HSB/HSV35°36.00%78.43%
CMYK0.00%15.00%36.00%
21.57%

Color #C8AA80 in popluar number systems.

HEXC8AA80
Decimal200170128
Binary110010001010101010000000
Octal310252200

Shades and tints

Shades of #C8AA80

#C8AA80
(200,170,128)
#B69B75
(182,155,117)
#A48C6A
(164,140,106)
#927D5F
(146,125,95)
#806E54
(128,110,84)
#6E5F49
(110,95,73)
#5C503E
(92,80,62)
#4A4133
(74,65,51)
#383228
(56,50,40)
#26231D
(38,35,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #C8AA80

#C8AA80
(200,170,128)
#CDB18B
(205,177,139)
#D2B896
(210,184,150)
#D7BFA1
(215,191,161)
#DCC6AC
(220,198,172)
#E1CDB7
(225,205,183)
#E6D4C2
(230,212,194)
#EBDBCD
(235,219,205)
#F0E2D8
(240,226,216)
#F5E9E3
(245,233,227)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AA80; }

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

This text font color is #C8AA80.


Background Color

.myBgColor { background-color: #C8AA80; }

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

This div background color is #C8AA80.


Border color

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

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

This div border color is #C8AA80.


Opacity

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

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

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

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

This text has shadow with #C8AA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AA80 on black background.


Color preview on white background

This text has color #C8AA80 on white background.



Black color preview on #C8AA80 background

This text has black color on #C8AA80 background.


White color preview on #C8AA80 background

This text has white color on #C8AA80 background.