COLOR #C0A487

HEX: #C0A487
RGB: (192,164,135)

Color info

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

RGB color model

#C0A487 color RGB value is (192,164,135).

  • red value is 192;
  • green value is 164;
  • blue value is 135.
RGB:
(192,164,135)
(75%,64%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 164 of 255 = 64%
B 135 of 255 = 53%

192
164
135

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

Portions of RGB colors in percentages

R + G + B =
192 + 164 + 135 = 491 (100%)
R 192 of 491 ~ 39.1%
G 164 of 491 ~ 33.4%
B 135 of 491 ~ 27.49%

%39.1
%33.4
%27.49

CMYK color model

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

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

Codes

Color #C0A487 in popluar color models

C0A487
RGB192164135
HSL31°31.15%64.12%
HSB/HSV31°29.69%75.29%
CMYK0.00%14.58%29.69%
24.71%

Color #C0A487 in popluar number systems.

HEXC0A487
Decimal192164135
Binary110000001010010010000111
Octal300244207

Shades and tints

Shades of #C0A487

#C0A487
(192,164,135)
#AF967B
(175,150,123)
#9E886F
(158,136,111)
#8D7A63
(141,122,99)
#7C6C57
(124,108,87)
#6B5E4B
(107,94,75)
#5A503F
(90,80,63)
#494233
(73,66,51)
#383427
(56,52,39)
#27261B
(39,38,27)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0A487

#C0A487
(192,164,135)
#C5AC91
(197,172,145)
#CAB49B
(202,180,155)
#CFBCA5
(207,188,165)
#D4C4AF
(212,196,175)
#D9CCB9
(217,204,185)
#DED4C3
(222,212,195)
#E3DCCD
(227,220,205)
#E8E4D7
(232,228,215)
#EDECE1
(237,236,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A487 color. Also use rgb(192,164,135) instead hex code.

Text Font Color

.myTextColor { color: #C0A487; }

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

This text font color is #C0A487.


Background Color

.myBgColor { background-color: #C0A487; }

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

This div background color is #C0A487.


Border color

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

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

This div border color is #C0A487.


Opacity

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

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

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

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

This text has shadow with #C0A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A487 on black background.


Color preview on white background

This text has color #C0A487 on white background.



Black color preview on #C0A487 background

This text has black color on #C0A487 background.


White color preview on #C0A487 background

This text has white color on #C0A487 background.