COLOR #C0A774

HEX: #C0A774 RGB: (192,167,116)

Color info

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

RGB color model

#C0A774 color RGB value is (192,167,116).

RGB: (192,167,116) (75%, 65%, 45%)

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 116 of 255 = 45%

192
167
116

R + G + B ~ 62%. #C0A774 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 167 + 116 = 475 (100%)
R 192 of 475 ~ 40.42%
G 167 of 475 ~ 35.16%
B 116 of 475 ~ 24.42'%

%40.42
%35.16
%24.42

CMYK color model

#C0A774 color CMYK value is (0,13,40,25).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK: (0,13,40,25) C0M13Y40K25 (0%,13%,40%,25%) (0.00/0.13/0.40/0.25) 

CMYK percentages

%0
%13.02
%39.58
%24.71

Codes

Color #C0A774 in popluar color models

C0 A7 74
RGB 192 167 116
HSL 40° 37.62% 60.39%
HSB/HSV 40° 39.58% 75.29%
CMYK 0.00% 13.02% 39.58%
24.71%

Color #C0A774 in popluar number systems.

HEX C0 A7 74
Decimal 192 167 116
Binary 11000000 10100111 1110100
Octal 300 247 164

Shades and tints

Shades of #C0A774

#C0A774
(192,167,116)
#AF986A
(175,152,106)
#9E8960
(158,137,96)
#8D7A56
(141,122,86)
#7C6B4C
(124,107,76)
#6B5C42
(107,92,66)
#5A4D38
(90,77,56)
#493E2E
(73,62,46)
#382F24
(56,47,36)
#27201A
(39,32,26)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C0A774

#C0A774
(192,167,116)
#C5AF80
(197,175,128)
#CAB78C
(202,183,140)
#CFBF98
(207,191,152)
#D4C7A4
(212,199,164)
#D9CFB0
(217,207,176)
#DED7BC
(222,215,188)
#E3DFC8
(227,223,200)
#E8E7D4
(232,231,212)
#EDEFE0
(237,239,224)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A774 color. Also use rgb(192,167,116) instead hex code.

Text Font Color

.myTextColor { color: #C0A774; }

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

This text font color is #C0A774.

Background Color

.myBgColor { background-color: #C0A774; }

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

This div background color is #C0A774.

Border color

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

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

This div border color is #C0A774.

Opacity

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

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

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

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

This text has shadow with #C0A774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A774.

Preview

Color preview on black background

This text has color #C0A774 on black background.


Color preview on white background

This text has color #C0A774 on white background.


Black color preview on #C0A774 background

This text has black color on #C0A774 background.


White color preview on #C0A774 background

This text has white color on #C0A774 background.


Related colors

Complementary color

Complementary color for #hex is #3F588B.


I love getcolorcode.com

Triadic colors

1 #74C0A7 and #A774C0 with #C0A774 are triadic colors.

2 #74A7C0 and #A7C074 with #C0A774 are triadic colors.