COLOR #C0A36C

HEX: #C0A36C
RGB: (192,163,108)

Color info

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

RGB color model

#C0A36C color RGB value is (192,163,108).

  • red value is 192;
  • green value is 163;
  • blue value is 108.
RGB:
(192,163,108)
(75%,64%,42%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 108 of 255 = 42%

192
163
108

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 108 = 463 (100%)
R 192 of 463 ~ 41.47%
G 163 of 463 ~ 35.21%
B 108 of 463 ~ 23.33%

%41.47
%35.21
%23.33

CMYK color model

#C0A36C color CMYK value is (0,15,44,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 43.75%
  • key color value is 24.71%
CMYK:
(0,15,44,25)
C0M15Y44K25 
(0%,15%,44%,25%)
(0.00/0.15/0.44/0.25)	

CMYK percentages

%0
%15.1
%43.75
%24.71

Codes

Color #C0A36C in popluar color models

C0A36C
RGB192163108
HSL39°40.00%58.82%
HSB/HSV39°43.75%75.29%
CMYK0.00%15.10%43.75%
24.71%

Color #C0A36C in popluar number systems.

HEXC0A36C
Decimal192163108
Binary11000000101000111101100
Octal300243154

Shades and tints

Shades of #C0A36C

#C0A36C
(192,163,108)
#AF9563
(175,149,99)
#9E875A
(158,135,90)
#8D7951
(141,121,81)
#7C6B48
(124,107,72)
#6B5D3F
(107,93,63)
#5A4F36
(90,79,54)
#49412D
(73,65,45)
#383324
(56,51,36)
#27251B
(39,37,27)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #C0A36C

#C0A36C
(192,163,108)
#C5AB79
(197,171,121)
#CAB386
(202,179,134)
#CFBB93
(207,187,147)
#D4C3A0
(212,195,160)
#D9CBAD
(217,203,173)
#DED3BA
(222,211,186)
#E3DBC7
(227,219,199)
#E8E3D4
(232,227,212)
#EDEBE1
(237,235,225)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A36C color. Also use rgb(192,163,108) instead hex code.

Text Font Color

.myTextColor { color: #C0A36C; }

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

This text font color is #C0A36C.


Background Color

.myBgColor { background-color: #C0A36C; }

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

This div background color is #C0A36C.


Border color

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

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

This div border color is #C0A36C.


Opacity

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

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

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

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

This text has shadow with #C0A36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A36C on black background.


Color preview on white background

This text has color #C0A36C on white background.



Black color preview on #C0A36C background

This text has black color on #C0A36C background.


White color preview on #C0A36C background

This text has white color on #C0A36C background.