COLOR #C2AC88

HEX: #C2AC88
RGB: (194,172,136)

Color info

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

RGB color model

#C2AC88 color RGB value is (194,172,136).

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

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 136 of 255 = 53%

194
172
136

R + G + B ~ 65%. #C2AC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 136 = 502 (100%)
R 194 of 502 ~ 38.65%
G 172 of 502 ~ 34.26%
B 136 of 502 ~ 27.09%

%38.65
%34.26
%27.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(0,11,30,24)
C0M11Y30K24 
(0%,11%,30%,24%)
(0.00/0.11/0.30/0.24)	

CMYK percentages

%0
%11.34
%29.9
%23.92

Codes

Color #C2AC88 in popluar color models

C2AC88
RGB194172136
HSL37°32.22%64.71%
HSB/HSV37°29.90%76.08%
CMYK0.00%11.34%29.90%
23.92%

Color #C2AC88 in popluar number systems.

HEXC2AC88
Decimal194172136
Binary110000101010110010001000
Octal302254210

Shades and tints

Shades of #C2AC88

#C2AC88
(194,172,136)
#B19D7C
(177,157,124)
#A08E70
(160,142,112)
#8F7F64
(143,127,100)
#7E7058
(126,112,88)
#6D614C
(109,97,76)
#5C5240
(92,82,64)
#4B4334
(75,67,52)
#3A3428
(58,52,40)
#29251C
(41,37,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #C2AC88

#C2AC88
(194,172,136)
#C7B392
(199,179,146)
#CCBA9C
(204,186,156)
#D1C1A6
(209,193,166)
#D6C8B0
(214,200,176)
#DBCFBA
(219,207,186)
#E0D6C4
(224,214,196)
#E5DDCE
(229,221,206)
#EAE4D8
(234,228,216)
#EFEBE2
(239,235,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AC88; }

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

This text font color is #C2AC88.


Background Color

.myBgColor { background-color: #C2AC88; }

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

This div background color is #C2AC88.


Border color

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

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

This div border color is #C2AC88.


Opacity

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

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

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

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

This text has shadow with #C2AC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AC88 on black background.


Color preview on white background

This text has color #C2AC88 on white background.



Black color preview on #C2AC88 background

This text has black color on #C2AC88 background.


White color preview on #C2AC88 background

This text has white color on #C2AC88 background.