COLOR #C2A79C

HEX: #C2A79C
RGB: (194,167,156)

Color info

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

RGB color model

#C2A79C color RGB value is (194,167,156).

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

RGB channels and saturation

R 194 of 255 = 76%
G 167 of 255 = 65%
B 156 of 255 = 61%

194
167
156

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

Portions of RGB colors in percentages

R + G + B =
194 + 167 + 156 = 517 (100%)
R 194 of 517 ~ 37.52%
G 167 of 517 ~ 32.3%
B 156 of 517 ~ 30.17%

%37.52
%32.3
%30.17

CMYK color model

#C2A79C color CMYK value is (0,14,20,24).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(0,14,20,24)
C0M14Y20K24 
(0%,14%,20%,24%)
(0.00/0.14/0.20/0.24)	

CMYK percentages

%0
%13.92
%19.59
%23.92

Codes

Color #C2A79C in popluar color models

C2A79C
RGB194167156
HSL17°23.75%68.63%
HSB/HSV17°19.59%76.08%
CMYK0.00%13.92%19.59%
23.92%

Color #C2A79C in popluar number systems.

HEXC2A79C
Decimal194167156
Binary110000101010011110011100
Octal302247234

Shades and tints

Shades of #C2A79C

#C2A79C
(194,167,156)
#B1988E
(177,152,142)
#A08980
(160,137,128)
#8F7A72
(143,122,114)
#7E6B64
(126,107,100)
#6D5C56
(109,92,86)
#5C4D48
(92,77,72)
#4B3E3A
(75,62,58)
#3A2F2C
(58,47,44)
#29201E
(41,32,30)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #C2A79C

#C2A79C
(194,167,156)
#C7AFA5
(199,175,165)
#CCB7AE
(204,183,174)
#D1BFB7
(209,191,183)
#D6C7C0
(214,199,192)
#DBCFC9
(219,207,201)
#E0D7D2
(224,215,210)
#E5DFDB
(229,223,219)
#EAE7E4
(234,231,228)
#EFEFED
(239,239,237)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A79C; }

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

This text font color is #C2A79C.


Background Color

.myBgColor { background-color: #C2A79C; }

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

This div background color is #C2A79C.


Border color

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

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

This div border color is #C2A79C.


Opacity

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

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

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

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

This text has shadow with #C2A79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A79C on black background.


Color preview on white background

This text has color #C2A79C on white background.



Black color preview on #C2A79C background

This text has black color on #C2A79C background.


White color preview on #C2A79C background

This text has white color on #C2A79C background.