COLOR #C0A982

HEX: #C0A982 RGB: (192,169,130)

Color info

#C0A982 contains mainly red and green colors. Web safe color of #C0A982 is #CC9999 (or #C99).

RGB color model

#C0A982 color RGB value is (192,169,130).

RGB: (192,169,130) (75%, 66%, 51%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 130 of 255 = 51%

192
169
130

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

Portions of RGB colors in percentages

R + G + B = 192 + 169 + 130 = 491 (100%)
R 192 of 491 ~ 39.1%
G 169 of 491 ~ 34.42%
B 130 of 491 ~ 26.48'%

%39.1
%34.42
%26.48

CMYK color model

#C0A982 color CMYK value is (0,12,32,25).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK: (0,12,32,25) C0M12Y32K25 (0%,12%,32%,25%) (0.00/0.12/0.32/0.25) 

CMYK percentages

%0
%11.98
%32.29
%24.71

Codes

Color #C0A982 in popluar color models

C0 A9 82
RGB 192 169 130
HSL 38° 32.98% 63.14%
HSB/HSV 38° 32.29% 75.29%
CMYK 0.00% 11.98% 32.29%
24.71%

Color #C0A982 in popluar number systems.

HEX C0 A9 82
Decimal 192 169 130
Binary 11000000 10101001 10000010
Octal 300 251 202

Shades and tints

Shades of #C0A982

#C0A982
(192,169,130)
#AF9A77
(175,154,119)
#9E8B6C
(158,139,108)
#8D7C61
(141,124,97)
#7C6D56
(124,109,86)
#6B5E4B
(107,94,75)
#5A4F40
(90,79,64)
#494035
(73,64,53)
#38312A
(56,49,42)
#27221F
(39,34,31)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C0A982

#C0A982
(192,169,130)
#C5B08D
(197,176,141)
#CAB798
(202,183,152)
#CFBEA3
(207,190,163)
#D4C5AE
(212,197,174)
#D9CCB9
(217,204,185)
#DED3C4
(222,211,196)
#E3DACF
(227,218,207)
#E8E1DA
(232,225,218)
#EDE8E5
(237,232,229)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A982; }

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

This text font color is #C0A982.

Background Color

.myBgColor { background-color: #C0A982; }

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

This div background color is #C0A982.

Border color

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

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

This div border color is #C0A982.

Opacity

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

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

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

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

This text has shadow with #C0A982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A982.

Preview

Color preview on black background

This text has color #C0A982 on black background.


Color preview on white background

This text has color #C0A982 on white background.


Black color preview on #C0A982 background

This text has black color on #C0A982 background.


White color preview on #C0A982 background

This text has white color on #C0A982 background.


Related colors

Complementary color

Complementary color for #hex is #3F567D.


I love getcolorcode.com

Triadic colors

1 #82C0A9 and #A982C0 with #C0A982 are triadic colors.

2 #82A9C0 and #A9C082 with #C0A982 are triadic colors.