COLOR #C0A79B

HEX: #C0A79B
RGB: (192,167,155)

Color info

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

RGB color model

#C0A79B color RGB value is (192,167,155).

  • red value is 192;
  • green value is 167;
  • blue value is 155.
RGB:
(192,167,155)
(75%,65%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 155 of 255 = 61%

192
167
155

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

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 155 = 514 (100%)
R 192 of 514 ~ 37.35%
G 167 of 514 ~ 32.49%
B 155 of 514 ~ 30.16%

%37.35
%32.49
%30.16

CMYK color model

#C0A79B color CMYK value is (0,13,19,25).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(0,13,19,25)
C0M13Y19K25 
(0%,13%,19%,25%)
(0.00/0.13/0.19/0.25)	

CMYK percentages

%0
%13.02
%19.27
%24.71

Codes

Color #C0A79B in popluar color models

C0A79B
RGB192167155
HSL19°22.70%68.04%
HSB/HSV19°19.27%75.29%
CMYK0.00%13.02%19.27%
24.71%

Color #C0A79B in popluar number systems.

HEXC0A79B
Decimal192167155
Binary110000001010011110011011
Octal300247233

Shades and tints

Shades of #C0A79B

#C0A79B
(192,167,155)
#AF988D
(175,152,141)
#9E897F
(158,137,127)
#8D7A71
(141,122,113)
#7C6B63
(124,107,99)
#6B5C55
(107,92,85)
#5A4D47
(90,77,71)
#493E39
(73,62,57)
#382F2B
(56,47,43)
#27201D
(39,32,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #C0A79B

#C0A79B
(192,167,155)
#C5AFA4
(197,175,164)
#CAB7AD
(202,183,173)
#CFBFB6
(207,191,182)
#D4C7BF
(212,199,191)
#D9CFC8
(217,207,200)
#DED7D1
(222,215,209)
#E3DFDA
(227,223,218)
#E8E7E3
(232,231,227)
#EDEFEC
(237,239,236)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A79B; }

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

This text font color is #C0A79B.


Background Color

.myBgColor { background-color: #C0A79B; }

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

This div background color is #C0A79B.


Border color

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

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

This div border color is #C0A79B.


Opacity

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

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

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

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

This text has shadow with #C0A79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A79B on black background.


Color preview on white background

This text has color #C0A79B on white background.



Black color preview on #C0A79B background

This text has black color on #C0A79B background.


White color preview on #C0A79B background

This text has white color on #C0A79B background.