COLOR #C0A79C

HEX: #C0A79C
RGB: (192,167,156)

Color info

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

RGB color model

#C0A79C color RGB value is (192,167,156).

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

RGB channels and saturation

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

192
167
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 156 = 515 (100%)
R 192 of 515 ~ 37.28%
G 167 of 515 ~ 32.43%
B 156 of 515 ~ 30.29%

%37.28
%32.43
%30.29

CMYK color model

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

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

Codes

Color #C0A79C in popluar color models

C0A79C
RGB192167156
HSL18°22.22%68.24%
HSB/HSV18°18.75%75.29%
CMYK0.00%13.02%18.75%
24.71%

Color #C0A79C in popluar number systems.

HEXC0A79C
Decimal192167156
Binary110000001010011110011100
Octal300247234

Shades and tints

Shades of #C0A79C

#C0A79C
(192,167,156)
#AF988E
(175,152,142)
#9E8980
(158,137,128)
#8D7A72
(141,122,114)
#7C6B64
(124,107,100)
#6B5C56
(107,92,86)
#5A4D48
(90,77,72)
#493E3A
(73,62,58)
#382F2C
(56,47,44)
#27201E
(39,32,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C0A79C

#C0A79C
(192,167,156)
#C5AFA5
(197,175,165)
#CAB7AE
(202,183,174)
#CFBFB7
(207,191,183)
#D4C7C0
(212,199,192)
#D9CFC9
(217,207,201)
#DED7D2
(222,215,210)
#E3DFDB
(227,223,219)
#E8E7E4
(232,231,228)
#EDEFED
(237,239,237)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A79C; }

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

This text font color is #C0A79C.


Background Color

.myBgColor { background-color: #C0A79C; }

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

This div background color is #C0A79C.


Border color

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

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

This div border color is #C0A79C.


Opacity

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

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

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

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

This text has shadow with #C0A79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A79C on black background.


Color preview on white background

This text has color #C0A79C on white background.



Black color preview on #C0A79C background

This text has black color on #C0A79C background.


White color preview on #C0A79C background

This text has white color on #C0A79C background.