COLOR #C0AA48

HEX: #C0AA48
RGB: (192,170,72)

Color info

#C0AA48 contains mainly red and green colors. Web safe color of #C0AA48 is #CC9933 (or #C93).

RGB color model

#C0AA48 color RGB value is (192,170,72).

  • red value is 192;
  • green value is 170;
  • blue value is 72.
RGB:
(192,170,72)
(75%,67%,28%)

RGB channels and saturation

R 192 of 255 = 75%
G 170 of 255 = 67%
B 72 of 255 = 28%

192
170
72

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

Portions of RGB colors in percentages

R + G + B =
192 + 170 + 72 = 434 (100%)
R 192 of 434 ~ 44.24%
G 170 of 434 ~ 39.17%
B 72 of 434 ~ 16.59%

%44.24
%39.17
%16.59

CMYK color model

#C0AA48 color CMYK value is (0,11,63,25).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 62.50%
  • key color value is 24.71%
CMYK:
(0,11,63,25)
C0M11Y63K25 
(0%,11%,63%,25%)
(0.00/0.11/0.63/0.25)	

CMYK percentages

%0
%11.46
%62.5
%24.71

Codes

Color #C0AA48 in popluar color models

C0AA48
RGB19217072
HSL49°48.78%51.76%
HSB/HSV49°62.50%75.29%
CMYK0.00%11.46%62.50%
24.71%

Color #C0AA48 in popluar number systems.

HEXC0AA48
Decimal19217072
Binary11000000101010101001000
Octal300252110

Shades and tints

Shades of #C0AA48

#C0AA48
(192,170,72)
#AF9B42
(175,155,66)
#9E8C3C
(158,140,60)
#8D7D36
(141,125,54)
#7C6E30
(124,110,48)
#6B5F2A
(107,95,42)
#5A5024
(90,80,36)
#49411E
(73,65,30)
#383218
(56,50,24)
#272312
(39,35,18)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #C0AA48

#C0AA48
(192,170,72)
#C5B158
(197,177,88)
#CAB868
(202,184,104)
#CFBF78
(207,191,120)
#D4C688
(212,198,136)
#D9CD98
(217,205,152)
#DED4A8
(222,212,168)
#E3DBB8
(227,219,184)
#E8E2C8
(232,226,200)
#EDE9D8
(237,233,216)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AA48 color. Also use rgb(192,170,72) instead hex code.

Text Font Color

.myTextColor { color: #C0AA48; }

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

This text font color is #C0AA48.


Background Color

.myBgColor { background-color: #C0AA48; }

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

This div background color is #C0AA48.


Border color

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

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

This div border color is #C0AA48.


Opacity

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

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

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

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

This text has shadow with #C0AA48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AA48 on black background.


Color preview on white background

This text has color #C0AA48 on white background.



Black color preview on #C0AA48 background

This text has black color on #C0AA48 background.


White color preview on #C0AA48 background

This text has white color on #C0AA48 background.