COLOR #C0A88D

HEX: #C0A88D
RGB: (192,168,141)

Color info

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

RGB color model

#C0A88D color RGB value is (192,168,141).

  • red value is 192;
  • green value is 168;
  • blue value is 141.
RGB:
(192,168,141)
(75%,66%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 141 of 255 = 55%

192
168
141

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

Portions of RGB colors in percentages

R + G + B =
192 + 168 + 141 = 501 (100%)
R 192 of 501 ~ 38.32%
G 168 of 501 ~ 33.53%
B 141 of 501 ~ 28.14%

%38.32
%33.53
%28.14

CMYK color model

#C0A88D color CMYK value is (0,13,27,25).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 26.56%
  • key color value is 24.71%
CMYK:
(0,13,27,25)
C0M13Y27K25 
(0%,13%,27%,25%)
(0.00/0.13/0.27/0.25)	

CMYK percentages

%0
%12.5
%26.56
%24.71

Codes

Color #C0A88D in popluar color models

C0A88D
RGB192168141
HSL32°28.81%65.29%
HSB/HSV32°26.56%75.29%
CMYK0.00%12.50%26.56%
24.71%

Color #C0A88D in popluar number systems.

HEXC0A88D
Decimal192168141
Binary110000001010100010001101
Octal300250215

Shades and tints

Shades of #C0A88D

#C0A88D
(192,168,141)
#AF9981
(175,153,129)
#9E8A75
(158,138,117)
#8D7B69
(141,123,105)
#7C6C5D
(124,108,93)
#6B5D51
(107,93,81)
#5A4E45
(90,78,69)
#493F39
(73,63,57)
#38302D
(56,48,45)
#272121
(39,33,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #C0A88D

#C0A88D
(192,168,141)
#C5AF97
(197,175,151)
#CAB6A1
(202,182,161)
#CFBDAB
(207,189,171)
#D4C4B5
(212,196,181)
#D9CBBF
(217,203,191)
#DED2C9
(222,210,201)
#E3D9D3
(227,217,211)
#E8E0DD
(232,224,221)
#EDE7E7
(237,231,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A88D color. Also use rgb(192,168,141) instead hex code.

Text Font Color

.myTextColor { color: #C0A88D; }

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

This text font color is #C0A88D.


Background Color

.myBgColor { background-color: #C0A88D; }

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

This div background color is #C0A88D.


Border color

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

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

This div border color is #C0A88D.


Opacity

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

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

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

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

This text has shadow with #C0A88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A88D on black background.


Color preview on white background

This text has color #C0A88D on white background.



Black color preview on #C0A88D background

This text has black color on #C0A88D background.


White color preview on #C0A88D background

This text has white color on #C0A88D background.