COLOR #C0A989

HEX: #C0A989
RGB: (192,169,137)

Color info

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

RGB color model

#C0A989 color RGB value is (192,169,137).

  • red value is 192;
  • green value is 169;
  • blue value is 137.
RGB:
(192,169,137)
(75%,66%,54%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 137 of 255 = 54%

192
169
137

R + G + B ~ 65%. #C0A989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 169 + 137 = 498 (100%)
R 192 of 498 ~ 38.55%
G 169 of 498 ~ 33.94%
B 137 of 498 ~ 27.51%

%38.55
%33.94
%27.51

CMYK color model

#C0A989 color CMYK value is (0,12,29,25).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(0,12,29,25)
C0M12Y29K25 
(0%,12%,29%,25%)
(0.00/0.12/0.29/0.25)	

CMYK percentages

%0
%11.98
%28.65
%24.71

Codes

Color #C0A989 in popluar color models

C0A989
RGB192169137
HSL35°30.39%64.51%
HSB/HSV35°28.65%75.29%
CMYK0.00%11.98%28.65%
24.71%

Color #C0A989 in popluar number systems.

HEXC0A989
Decimal192169137
Binary110000001010100110001001
Octal300251211

Shades and tints

Shades of #C0A989

#C0A989
(192,169,137)
#AF9A7D
(175,154,125)
#9E8B71
(158,139,113)
#8D7C65
(141,124,101)
#7C6D59
(124,109,89)
#6B5E4D
(107,94,77)
#5A4F41
(90,79,65)
#494035
(73,64,53)
#383129
(56,49,41)
#27221D
(39,34,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #C0A989

#C0A989
(192,169,137)
#C5B093
(197,176,147)
#CAB79D
(202,183,157)
#CFBEA7
(207,190,167)
#D4C5B1
(212,197,177)
#D9CCBB
(217,204,187)
#DED3C5
(222,211,197)
#E3DACF
(227,218,207)
#E8E1D9
(232,225,217)
#EDE8E3
(237,232,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A989 color. Also use rgb(192,169,137) instead hex code.

Text Font Color

.myTextColor { color: #C0A989; }

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

This text font color is #C0A989.


Background Color

.myBgColor { background-color: #C0A989; }

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

This div background color is #C0A989.


Border color

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

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

This div border color is #C0A989.


Opacity

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

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

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

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

This text has shadow with #C0A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A989 on black background.


Color preview on white background

This text has color #C0A989 on white background.



Black color preview on #C0A989 background

This text has black color on #C0A989 background.


White color preview on #C0A989 background

This text has white color on #C0A989 background.