COLOR #C2AC94

HEX: #C2AC94
RGB: (194,172,148)

Color info

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

RGB color model

#C2AC94 color RGB value is (194,172,148).

  • red value is 194;
  • green value is 172;
  • blue value is 148.
RGB:
(194,172,148)
(76%,67%,58%)

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 148 of 255 = 58%

194
172
148

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

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 148 = 514 (100%)
R 194 of 514 ~ 37.74%
G 172 of 514 ~ 33.46%
B 148 of 514 ~ 28.79%

%37.74
%33.46
%28.79

CMYK color model

#C2AC94 color CMYK value is (0,11,24,24).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(0,11,24,24)
C0M11Y24K24 
(0%,11%,24%,24%)
(0.00/0.11/0.24/0.24)	

CMYK percentages

%0
%11.34
%23.71
%23.92

Codes

Color #C2AC94 in popluar color models

C2AC94
RGB194172148
HSL31°27.38%67.06%
HSB/HSV31°23.71%76.08%
CMYK0.00%11.34%23.71%
23.92%

Color #C2AC94 in popluar number systems.

HEXC2AC94
Decimal194172148
Binary110000101010110010010100
Octal302254224

Shades and tints

Shades of #C2AC94

#C2AC94
(194,172,148)
#B19D87
(177,157,135)
#A08E7A
(160,142,122)
#8F7F6D
(143,127,109)
#7E7060
(126,112,96)
#6D6153
(109,97,83)
#5C5246
(92,82,70)
#4B4339
(75,67,57)
#3A342C
(58,52,44)
#29251F
(41,37,31)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #C2AC94

#C2AC94
(194,172,148)
#C7B39D
(199,179,157)
#CCBAA6
(204,186,166)
#D1C1AF
(209,193,175)
#D6C8B8
(214,200,184)
#DBCFC1
(219,207,193)
#E0D6CA
(224,214,202)
#E5DDD3
(229,221,211)
#EAE4DC
(234,228,220)
#EFEBE5
(239,235,229)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AC94 color. Also use rgb(194,172,148) instead hex code.

Text Font Color

.myTextColor { color: #C2AC94; }

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

This text font color is #C2AC94.


Background Color

.myBgColor { background-color: #C2AC94; }

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

This div background color is #C2AC94.


Border color

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

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

This div border color is #C2AC94.


Opacity

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

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

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

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

This text has shadow with #C2AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AC94 on black background.


Color preview on white background

This text has color #C2AC94 on white background.



Black color preview on #C2AC94 background

This text has black color on #C2AC94 background.


White color preview on #C2AC94 background

This text has white color on #C2AC94 background.