COLOR #C0A988

HEX: #C0A988
RGB: (192,169,136)

Color info

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

RGB color model

#C0A988 color RGB value is (192,169,136).

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

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 136 of 255 = 53%

192
169
136

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

Portions of RGB colors in percentages

R + G + B =
192 + 169 + 136 = 497 (100%)
R 192 of 497 ~ 38.63%
G 169 of 497 ~ 34%
B 136 of 497 ~ 27.36%

%38.63
%34
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 29.17%
  • 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
%29.17
%24.71

Codes

Color #C0A988 in popluar color models

C0A988
RGB192169136
HSL35°30.77%64.31%
HSB/HSV35°29.17%75.29%
CMYK0.00%11.98%29.17%
24.71%

Color #C0A988 in popluar number systems.

HEXC0A988
Decimal192169136
Binary110000001010100110001000
Octal300251210

Shades and tints

Shades of #C0A988

#C0A988
(192,169,136)
#AF9A7C
(175,154,124)
#9E8B70
(158,139,112)
#8D7C64
(141,124,100)
#7C6D58
(124,109,88)
#6B5E4C
(107,94,76)
#5A4F40
(90,79,64)
#494034
(73,64,52)
#383128
(56,49,40)
#27221C
(39,34,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #C0A988

#C0A988
(192,169,136)
#C5B092
(197,176,146)
#CAB79C
(202,183,156)
#CFBEA6
(207,190,166)
#D4C5B0
(212,197,176)
#D9CCBA
(217,204,186)
#DED3C4
(222,211,196)
#E3DACE
(227,218,206)
#E8E1D8
(232,225,216)
#EDE8E2
(237,232,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A988; }

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

This text font color is #C0A988.


Background Color

.myBgColor { background-color: #C0A988; }

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

This div background color is #C0A988.


Border color

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

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

This div border color is #C0A988.


Opacity

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

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

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

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

This text has shadow with #C0A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A988 on black background.


Color preview on white background

This text has color #C0A988 on white background.



Black color preview on #C0A988 background

This text has black color on #C0A988 background.


White color preview on #C0A988 background

This text has white color on #C0A988 background.