COLOR #C0A277

HEX: #C0A277
RGB: (192,162,119)

Color info

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

RGB color model

#C0A277 color RGB value is (192,162,119).

  • red value is 192;
  • green value is 162;
  • blue value is 119.
RGB:
(192,162,119)
(75%,64%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 162 of 255 = 64%
B 119 of 255 = 47%

192
162
119

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

Portions of RGB colors in percentages

R + G + B =
192 + 162 + 119 = 473 (100%)
R 192 of 473 ~ 40.59%
G 162 of 473 ~ 34.25%
B 119 of 473 ~ 25.16%

%40.59
%34.25
%25.16

CMYK color model

#C0A277 color CMYK value is (0,16,38,25).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK:
(0,16,38,25)
C0M16Y38K25 
(0%,16%,38%,25%)
(0.00/0.16/0.38/0.25)	

CMYK percentages

%0
%15.63
%38.02
%24.71

Codes

Color #C0A277 in popluar color models

C0A277
RGB192162119
HSL35°36.68%60.98%
HSB/HSV35°38.02%75.29%
CMYK0.00%15.63%38.02%
24.71%

Color #C0A277 in popluar number systems.

HEXC0A277
Decimal192162119
Binary11000000101000101110111
Octal300242167

Shades and tints

Shades of #C0A277

#C0A277
(192,162,119)
#AF946D
(175,148,109)
#9E8663
(158,134,99)
#8D7859
(141,120,89)
#7C6A4F
(124,106,79)
#6B5C45
(107,92,69)
#5A4E3B
(90,78,59)
#494031
(73,64,49)
#383227
(56,50,39)
#27241D
(39,36,29)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C0A277

#C0A277
(192,162,119)
#C5AA83
(197,170,131)
#CAB28F
(202,178,143)
#CFBA9B
(207,186,155)
#D4C2A7
(212,194,167)
#D9CAB3
(217,202,179)
#DED2BF
(222,210,191)
#E3DACB
(227,218,203)
#E8E2D7
(232,226,215)
#EDEAE3
(237,234,227)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A277 color. Also use rgb(192,162,119) instead hex code.

Text Font Color

.myTextColor { color: #C0A277; }

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

This text font color is #C0A277.


Background Color

.myBgColor { background-color: #C0A277; }

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

This div background color is #C0A277.


Border color

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

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

This div border color is #C0A277.


Opacity

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

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

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

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

This text has shadow with #C0A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A277 on black background.


Color preview on white background

This text has color #C0A277 on white background.



Black color preview on #C0A277 background

This text has black color on #C0A277 background.


White color preview on #C0A277 background

This text has white color on #C0A277 background.