COLOR #C7A99C

HEX: #C7A99C RGB: (199,169,156)

Color info

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

RGB color model

#C7A99C color RGB value is (199,169,156).

RGB: (199,169,156) (78%, 66%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 156 of 255 = 61%

199
169
156

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

Portions of RGB colors in percentages

R + G + B = 199 + 169 + 156 = 524 (100%)
R 199 of 524 ~ 37.98%
G 169 of 524 ~ 32.25%
B 156 of 524 ~ 29.77'%

%37.98
%32.25
%29.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 21.61%
  • key color value is 21.96%

CMYK: (0,15,22,22)
C0M15Y22K22 (0%, 15%, 22%, 22%)
(0.00 / 0.15 / 0.22 / 0.22)

CMYK percentages

%0
%15.08
%21.61
%21.96

Codes

Color #C7A99C in popluar color models

C7 A9 9C
RGB 199 169 156
HSL 18° 27.74% 69.61%
HSB/HSV 18° 21.61% 78.04%
CMYK 0.00% 15.08% 21.61%
21.96%

Color #C7A99C in popluar number systems.

HEX C7 A9 9C
Decimal 199 169 156
Binary 11000111 10101001 10011100
Octal 307 251 234

Shades and tints

Shades of #C7A99C

#C7A99C
(199,169,156)
#B59A8E
(181,154,142)
#A38B80
(163,139,128)
#917C72
(145,124,114)
#7F6D64
(127,109,100)
#6D5E56
(109,94,86)
#5B4F48
(91,79,72)
#49403A
(73,64,58)
#37312C
(55,49,44)
#25221E
(37,34,30)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #C7A99C

#C7A99C
(199,169,156)
#CCB0A5
(204,176,165)
#D1B7AE
(209,183,174)
#D6BEB7
(214,190,183)
#DBC5C0
(219,197,192)
#E0CCC9
(224,204,201)
#E5D3D2
(229,211,210)
#EADADB
(234,218,219)
#EFE1E4
(239,225,228)
#F4E8ED
(244,232,237)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A99C color. Also use rgb(199,169,156) instead hex code.

Text Font Color

.myTextColor { color: #C7A99C; }

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

This text font color is #C7A99C.

Background Color

.myBgColor { background-color: #C7A99C; }

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

This div background color is #C7A99C.

Border color

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

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

This div border color is #C7A99C.

Opacity

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

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

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

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

This text has shadow with #C7A99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A99C.

Preview

Color preview on black background

This text has color #C7A99C on black background.


Color preview on white background

This text has color #C7A99C on white background.


Black color preview on #C7A99C background

This text has black color on #C7A99C background.


White color preview on #C7A99C background

This text has white color on #C7A99C background.


Related colors

Complementary color

Complementary color for #hex is #385663.


I love getcolorcode.com

Triadic colors

1 #9CC7A9 and #A99CC7 with #C7A99C are triadic colors.

2 #9CA9C7 and #A9C79C with #C7A99C are triadic colors.