COLOR #C7A991

HEX: #C7A991
RGB: (199,169,145)

Color info

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

RGB color model

#C7A991 color RGB value is (199,169,145).

  • red value is 199;
  • green value is 169;
  • blue value is 145.
RGB:
(199,169,145)
(78%,66%,57%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 145 of 255 = 57%

199
169
145

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

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 145 = 513 (100%)
R 199 of 513 ~ 38.79%
G 169 of 513 ~ 32.94%
B 145 of 513 ~ 28.27%

%38.79
%32.94
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(0,15,27,22)
C0M15Y27K22 
(0%,15%,27%,22%)
(0.00/0.15/0.27/0.22)	

CMYK percentages

%0
%15.08
%27.14
%21.96

Codes

Color #C7A991 in popluar color models

C7A991
RGB199169145
HSL27°32.53%67.45%
HSB/HSV27°27.14%78.04%
CMYK0.00%15.08%27.14%
21.96%

Color #C7A991 in popluar number systems.

HEXC7A991
Decimal199169145
Binary110001111010100110010001
Octal307251221

Shades and tints

Shades of #C7A991

#C7A991
(199,169,145)
#B59A84
(181,154,132)
#A38B77
(163,139,119)
#917C6A
(145,124,106)
#7F6D5D
(127,109,93)
#6D5E50
(109,94,80)
#5B4F43
(91,79,67)
#494036
(73,64,54)
#373129
(55,49,41)
#25221C
(37,34,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #C7A991

#C7A991
(199,169,145)
#CCB09B
(204,176,155)
#D1B7A5
(209,183,165)
#D6BEAF
(214,190,175)
#DBC5B9
(219,197,185)
#E0CCC3
(224,204,195)
#E5D3CD
(229,211,205)
#EADAD7
(234,218,215)
#EFE1E1
(239,225,225)
#F4E8EB
(244,232,235)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A991; }

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

This text font color is #C7A991.


Background Color

.myBgColor { background-color: #C7A991; }

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

This div background color is #C7A991.


Border color

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

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

This div border color is #C7A991.


Opacity

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

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

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

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

This text has shadow with #C7A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A991 on black background.


Color preview on white background

This text has color #C7A991 on white background.



Black color preview on #C7A991 background

This text has black color on #C7A991 background.


White color preview on #C7A991 background

This text has white color on #C7A991 background.