COLOR #C0A766

HEX: #C0A766
RGB: (192,167,102)

Color info

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

RGB color model

#C0A766 color RGB value is (192,167,102).

  • red value is 192;
  • green value is 167;
  • blue value is 102.
RGB:
(192,167,102)
(75%,65%,40%)

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 102 of 255 = 40%

192
167
102

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

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 102 = 461 (100%)
R 192 of 461 ~ 41.65%
G 167 of 461 ~ 36.23%
B 102 of 461 ~ 22.13%

%41.65
%36.23
%22.13

CMYK color model

#C0A766 color CMYK value is (0,13,47,25).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 46.88%
  • key color value is 24.71%
CMYK:
(0,13,47,25)
C0M13Y47K25 
(0%,13%,47%,25%)
(0.00/0.13/0.47/0.25)	

CMYK percentages

%0
%13.02
%46.88
%24.71

Codes

Color #C0A766 in popluar color models

C0A766
RGB192167102
HSL43°41.67%57.65%
HSB/HSV43°46.88%75.29%
CMYK0.00%13.02%46.88%
24.71%

Color #C0A766 in popluar number systems.

HEXC0A766
Decimal192167102
Binary11000000101001111100110
Octal300247146

Shades and tints

Shades of #C0A766

#C0A766
(192,167,102)
#AF985D
(175,152,93)
#9E8954
(158,137,84)
#8D7A4B
(141,122,75)
#7C6B42
(124,107,66)
#6B5C39
(107,92,57)
#5A4D30
(90,77,48)
#493E27
(73,62,39)
#382F1E
(56,47,30)
#272015
(39,32,21)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #C0A766

#C0A766
(192,167,102)
#C5AF73
(197,175,115)
#CAB780
(202,183,128)
#CFBF8D
(207,191,141)
#D4C79A
(212,199,154)
#D9CFA7
(217,207,167)
#DED7B4
(222,215,180)
#E3DFC1
(227,223,193)
#E8E7CE
(232,231,206)
#EDEFDB
(237,239,219)
#F2F7E8
(242,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A766; }

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

This text font color is #C0A766.


Background Color

.myBgColor { background-color: #C0A766; }

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

This div background color is #C0A766.


Border color

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

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

This div border color is #C0A766.


Opacity

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

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

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

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

This text has shadow with #C0A766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A766 on black background.


Color preview on white background

This text has color #C0A766 on white background.



Black color preview on #C0A766 background

This text has black color on #C0A766 background.


White color preview on #C0A766 background

This text has white color on #C0A766 background.