COLOR #C7AA95

HEX: #C7AA95 RGB: (199,170,149)

Color info

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

RGB color model

#C7AA95 color RGB value is (199,170,149).

RGB: (199,170,149) (78%, 67%, 58%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 149 of 255 = 58%

199
170
149

R + G + B ~ 68%. #C7AA95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 170 + 149 = 518 (100%)
R 199 of 518 ~ 38.42%
G 170 of 518 ~ 32.82%
B 149 of 518 ~ 28.76'%

%38.42
%32.82
%28.76

CMYK color model

#C7AA95 color CMYK value is (0,15,25,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 25.13%
  • key color value is 21.96%

CMYK: (0,15,25,22)
C0M15Y25K22 (0%, 15%, 25%, 22%)
(0.00 / 0.15 / 0.25 / 0.22)

CMYK percentages

%0
%14.57
%25.13
%21.96

Codes

Color #C7AA95 in popluar color models

C7 AA 95
RGB 199 170 149
HSL 25° 30.86% 68.24%
HSB/HSV 25° 25.13% 78.04%
CMYK 0.00% 14.57% 25.13%
21.96%

Color #C7AA95 in popluar number systems.

HEX C7 AA 95
Decimal 199 170 149
Binary 11000111 10101010 10010101
Octal 307 252 225

Shades and tints

Shades of #C7AA95

#C7AA95
(199,170,149)
#B59B88
(181,155,136)
#A38C7B
(163,140,123)
#917D6E
(145,125,110)
#7F6E61
(127,110,97)
#6D5F54
(109,95,84)
#5B5047
(91,80,71)
#49413A
(73,65,58)
#37322D
(55,50,45)
#252320
(37,35,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7AA95

#C7AA95
(199,170,149)
#CCB19E
(204,177,158)
#D1B8A7
(209,184,167)
#D6BFB0
(214,191,176)
#DBC6B9
(219,198,185)
#E0CDC2
(224,205,194)
#E5D4CB
(229,212,203)
#EADBD4
(234,219,212)
#EFE2DD
(239,226,221)
#F4E9E6
(244,233,230)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AA95; }

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

This text font color is #C7AA95.

Background Color

.myBgColor { background-color: #C7AA95; }

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

This div background color is #C7AA95.

Border color

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

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

This div border color is #C7AA95.

Opacity

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

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

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

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

This text has shadow with #C7AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AA95.

Preview

Color preview on black background

This text has color #C7AA95 on black background.


Color preview on white background

This text has color #C7AA95 on white background.


Black color preview on #C7AA95 background

This text has black color on #C7AA95 background.


White color preview on #C7AA95 background

This text has white color on #C7AA95 background.


Related colors

Complementary color

Complementary color for #hex is #38556A.


I love getcolorcode.com

Triadic colors

1 #95C7AA and #AA95C7 with #C7AA95 are triadic colors.

2 #95AAC7 and #AAC795 with #C7AA95 are triadic colors.