COLOR #C0A980

HEX: #C0A980
RGB: (192,169,128)

Color info

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

RGB color model

#C0A980 color RGB value is (192,169,128).

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

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 128 of 255 = 50%

192
169
128

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

Portions of RGB colors in percentages

R + G + B =
192 + 169 + 128 = 489 (100%)
R 192 of 489 ~ 39.26%
G 169 of 489 ~ 34.56%
B 128 of 489 ~ 26.18%

%39.26
%34.56
%26.18

CMYK color model

#C0A980 color CMYK value is (0,12,33,25).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,12,33,25)
C0M12Y33K25 
(0%,12%,33%,25%)
(0.00/0.12/0.33/0.25)	

CMYK percentages

%0
%11.98
%33.33
%24.71

Codes

Color #C0A980 in popluar color models

C0A980
RGB192169128
HSL38°33.68%62.75%
HSB/HSV38°33.33%75.29%
CMYK0.00%11.98%33.33%
24.71%

Color #C0A980 in popluar number systems.

HEXC0A980
Decimal192169128
Binary110000001010100110000000
Octal300251200

Shades and tints

Shades of #C0A980

#C0A980
(192,169,128)
#AF9A75
(175,154,117)
#9E8B6A
(158,139,106)
#8D7C5F
(141,124,95)
#7C6D54
(124,109,84)
#6B5E49
(107,94,73)
#5A4F3E
(90,79,62)
#494033
(73,64,51)
#383128
(56,49,40)
#27221D
(39,34,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #C0A980

#C0A980
(192,169,128)
#C5B08B
(197,176,139)
#CAB796
(202,183,150)
#CFBEA1
(207,190,161)
#D4C5AC
(212,197,172)
#D9CCB7
(217,204,183)
#DED3C2
(222,211,194)
#E3DACD
(227,218,205)
#E8E1D8
(232,225,216)
#EDE8E3
(237,232,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A980; }

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

This text font color is #C0A980.


Background Color

.myBgColor { background-color: #C0A980; }

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

This div background color is #C0A980.


Border color

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

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

This div border color is #C0A980.


Opacity

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

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

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

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

This text has shadow with #C0A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A980 on black background.


Color preview on white background

This text has color #C0A980 on white background.



Black color preview on #C0A980 background

This text has black color on #C0A980 background.


White color preview on #C0A980 background

This text has white color on #C0A980 background.