COLOR #C2AA95

HEX: #C2AA95 RGB: (194,170,149)

Color info

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

RGB color model

#C2AA95 color RGB value is (194,170,149).

RGB: (194,170,149) (76%, 67%, 58%)

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 149 of 255 = 58%

194
170
149

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

Portions of RGB colors in percentages

R + G + B = 194 + 170 + 149 = 513 (100%)
R 194 of 513 ~ 37.82%
G 170 of 513 ~ 33.14%
B 149 of 513 ~ 29.04'%

%37.82
%33.14
%29.04

CMYK color model

#C2AA95 color CMYK value is (0,12,23,24).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 23.20%
  • key color value is 23.92%

CMYK: (0,12,23,24)
C0M12Y23K24 (0%, 12%, 23%, 24%)
(0.00 / 0.12 / 0.23 / 0.24)

CMYK percentages

%0
%12.37
%23.2
%23.92

Codes

Color #C2AA95 in popluar color models

C2 AA 95
RGB 194 170 149
HSL 28° 26.95% 67.25%
HSB/HSV 28° 23.20% 76.08%
CMYK 0.00% 12.37% 23.20%
23.92%

Color #C2AA95 in popluar number systems.

HEX C2 AA 95
Decimal 194 170 149
Binary 11000010 10101010 10010101
Octal 302 252 225

Shades and tints

Shades of #C2AA95

#C2AA95
(194,170,149)
#B19B88
(177,155,136)
#A08C7B
(160,140,123)
#8F7D6E
(143,125,110)
#7E6E61
(126,110,97)
#6D5F54
(109,95,84)
#5C5047
(92,80,71)
#4B413A
(75,65,58)
#3A322D
(58,50,45)
#292320
(41,35,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2AA95

#C2AA95
(194,170,149)
#C7B19E
(199,177,158)
#CCB8A7
(204,184,167)
#D1BFB0
(209,191,176)
#D6C6B9
(214,198,185)
#DBCDC2
(219,205,194)
#E0D4CB
(224,212,203)
#E5DBD4
(229,219,212)
#EAE2DD
(234,226,221)
#EFE9E6
(239,233,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AA95 color. Also use rgb(194,170,149) instead hex code.

Text Font Color

.myTextColor { color: #C2AA95; }

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

This text font color is #C2AA95.

Background Color

.myBgColor { background-color: #C2AA95; }

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

This div background color is #C2AA95.

Border color

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

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

This div border color is #C2AA95.

Opacity

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

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

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

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

This text has shadow with #C2AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AA95.

Preview

Color preview on black background

This text has color #C2AA95 on black background.


Color preview on white background

This text has color #C2AA95 on white background.


Black color preview on #C2AA95 background

This text has black color on #C2AA95 background.


White color preview on #C2AA95 background

This text has white color on #C2AA95 background.


Related colors

Complementary color

Complementary color for #hex is #3D556A.


I love getcolorcode.com

Triadic colors

1 #95C2AA and #AA95C2 with #C2AA95 are triadic colors.

2 #95AAC2 and #AAC295 with #C2AA95 are triadic colors.