COLOR #C0A386

HEX: #C0A386 RGB: (192,163,134)

Color info

#C0A386 contains red, green and blue colors in about the same proportion. Web safe color of #C0A386 is #CC9999 (or #C99).

RGB color model

#C0A386 color RGB value is (192,163,134).

RGB: (192,163,134) (75%, 64%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 134 of 255 = 53%

192
163
134

R + G + B ~ 64%. #C0A386 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 163 + 134 = 489 (100%)
R 192 of 489 ~ 39.26%
G 163 of 489 ~ 33.33%
B 134 of 489 ~ 27.4'%

%39.26
%33.33
%27.4

CMYK color model

#C0A386 color CMYK value is (0,15,30,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK: (0,15,30,25) C0M15Y30K25 (0%,15%,30%,25%) (0.00/0.15/0.30/0.25) 

CMYK percentages

%0
%15.1
%30.21
%24.71

Codes

Color #C0A386 in popluar color models

C0 A3 86
RGB 192 163 134
HSL 30° 31.52% 63.92%
HSB/HSV 30° 30.21% 75.29%
CMYK 0.00% 15.10% 30.21%
24.71%

Color #C0A386 in popluar number systems.

HEX C0 A3 86
Decimal 192 163 134
Binary 11000000 10100011 10000110
Octal 300 243 206

Shades and tints

Shades of #C0A386

#C0A386
(192,163,134)
#AF957A
(175,149,122)
#9E876E
(158,135,110)
#8D7962
(141,121,98)
#7C6B56
(124,107,86)
#6B5D4A
(107,93,74)
#5A4F3E
(90,79,62)
#494132
(73,65,50)
#383326
(56,51,38)
#27251A
(39,37,26)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #C0A386

#C0A386
(192,163,134)
#C5AB91
(197,171,145)
#CAB39C
(202,179,156)
#CFBBA7
(207,187,167)
#D4C3B2
(212,195,178)
#D9CBBD
(217,203,189)
#DED3C8
(222,211,200)
#E3DBD3
(227,219,211)
#E8E3DE
(232,227,222)
#EDEBE9
(237,235,233)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A386; }

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

This text font color is #C0A386.

Background Color

.myBgColor { background-color: #C0A386; }

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

This div background color is #C0A386.

Border color

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

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

This div border color is #C0A386.

Opacity

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

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

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

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

This text has shadow with #C0A386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A386.

Preview

Color preview on black background

This text has color #C0A386 on black background.


Color preview on white background

This text has color #C0A386 on white background.


Black color preview on #C0A386 background

This text has black color on #C0A386 background.


White color preview on #C0A386 background

This text has white color on #C0A386 background.


Related colors

Complementary color

Complementary color for #hex is #3F5C79.


I love getcolorcode.com

Triadic colors

1 #86C0A3 and #A386C0 with #C0A386 are triadic colors.

2 #86A3C0 and #A3C086 with #C0A386 are triadic colors.