COLOR #C0A955

HEX: #C0A955 RGB: (192,169,85)

Color info

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

RGB color model

#C0A955 color RGB value is (192,169,85).

RGB: (192,169,85) (75%, 66%, 33%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 85 of 255 = 33%

192
169
85

R + G + B ~ 58%. #C0A955 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 169 + 85 = 446 (100%)
R 192 of 446 ~ 43.05%
G 169 of 446 ~ 37.89%
B 85 of 446 ~ 19.06'%

%43.05
%37.89
%19.06

CMYK color model

#C0A955 color CMYK value is (0,12,56,25).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 55.73%
  • key color value is 24.71%

CMYK: (0,12,56,25)
C0M12Y56K25 (0%, 12%, 56%, 25%)
(0.00 / 0.12 / 0.56 / 0.25)

CMYK percentages

%0
%11.98
%55.73
%24.71

Codes

Color #C0A955 in popluar color models

C0 A9 55
RGB 192 169 85
HSL 47° 45.92% 54.31%
HSB/HSV 47° 55.73% 75.29%
CMYK 0.00% 11.98% 55.73%
24.71%

Color #C0A955 in popluar number systems.

HEX C0 A9 55
Decimal 192 169 85
Binary 11000000 10101001 1010101
Octal 300 251 125

Shades and tints

Shades of #C0A955

#C0A955
(192,169,85)
#AF9A4E
(175,154,78)
#9E8B47
(158,139,71)
#8D7C40
(141,124,64)
#7C6D39
(124,109,57)
#6B5E32
(107,94,50)
#5A4F2B
(90,79,43)
#494024
(73,64,36)
#38311D
(56,49,29)
#272216
(39,34,22)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #C0A955

#C0A955
(192,169,85)
#C5B064
(197,176,100)
#CAB773
(202,183,115)
#CFBE82
(207,190,130)
#D4C591
(212,197,145)
#D9CCA0
(217,204,160)
#DED3AF
(222,211,175)
#E3DABE
(227,218,190)
#E8E1CD
(232,225,205)
#EDE8DC
(237,232,220)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A955; }

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

This text font color is #C0A955.

Background Color

.myBgColor { background-color: #C0A955; }

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

This div background color is #C0A955.

Border color

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

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

This div border color is #C0A955.

Opacity

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

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

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

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

This text has shadow with #C0A955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A955.

Preview

Color preview on black background

This text has color #C0A955 on black background.


Color preview on white background

This text has color #C0A955 on white background.


Black color preview on #C0A955 background

This text has black color on #C0A955 background.


White color preview on #C0A955 background

This text has white color on #C0A955 background.


Related colors

Complementary color

Complementary color for #hex is #3F56AA.


I love getcolorcode.com

Triadic colors

1 #55C0A9 and #A955C0 with #C0A955 are triadic colors.

2 #55A9C0 and #A9C055 with #C0A955 are triadic colors.