COLOR #C0A49B

HEX: #C0A49B RGB: (192,164,155)

Color info

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

RGB color model

#C0A49B color RGB value is (192,164,155).

RGB: (192,164,155) (75%, 64%, 61%)

RGB channels and saturation

R 192 of 255 = 75%
G 164 of 255 = 64%
B 155 of 255 = 61%

192
164
155

R + G + B ~ 67%. #C0A49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 164 + 155 = 511 (100%)
R 192 of 511 ~ 37.57%
G 164 of 511 ~ 32.09%
B 155 of 511 ~ 30.33'%

%37.57
%32.09
%30.33

CMYK color model

#C0A49B color CMYK value is (0,15,19,25).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 19.27%
  • key color value is 24.71%

CMYK: (0,15,19,25)
C0M15Y19K25 (0%, 15%, 19%, 25%)
(0.00 / 0.15 / 0.19 / 0.25)

CMYK percentages

%0
%14.58
%19.27
%24.71

Codes

Color #C0A49B in popluar color models

C0 A4 9B
RGB 192 164 155
HSL 15° 22.70% 68.04%
HSB/HSV 15° 19.27% 75.29%
CMYK 0.00% 14.58% 19.27%
24.71%

Color #C0A49B in popluar number systems.

HEX C0 A4 9B
Decimal 192 164 155
Binary 11000000 10100100 10011011
Octal 300 244 233

Shades and tints

Shades of #C0A49B

#C0A49B
(192,164,155)
#AF968D
(175,150,141)
#9E887F
(158,136,127)
#8D7A71
(141,122,113)
#7C6C63
(124,108,99)
#6B5E55
(107,94,85)
#5A5047
(90,80,71)
#494239
(73,66,57)
#38342B
(56,52,43)
#27261D
(39,38,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0A49B

#C0A49B
(192,164,155)
#C5ACA4
(197,172,164)
#CAB4AD
(202,180,173)
#CFBCB6
(207,188,182)
#D4C4BF
(212,196,191)
#D9CCC8
(217,204,200)
#DED4D1
(222,212,209)
#E3DCDA
(227,220,218)
#E8E4E3
(232,228,227)
#EDECEC
(237,236,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A49B; }

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

This text font color is #C0A49B.

Background Color

.myBgColor { background-color: #C0A49B; }

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

This div background color is #C0A49B.

Border color

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

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

This div border color is #C0A49B.

Opacity

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

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

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

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

This text has shadow with #C0A49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A49B.

Preview

Color preview on black background

This text has color #C0A49B on black background.


Color preview on white background

This text has color #C0A49B on white background.


Black color preview on #C0A49B background

This text has black color on #C0A49B background.


White color preview on #C0A49B background

This text has white color on #C0A49B background.


Related colors

Complementary color

Complementary color for #hex is #3F5B64.


I love getcolorcode.com

Triadic colors

1 #9BC0A4 and #A49BC0 with #C0A49B are triadic colors.

2 #9BA4C0 and #A4C09B with #C0A49B are triadic colors.