COLOR #C7A891

HEX: #C7A891 RGB: (199,168,145)

Color info

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

RGB color model

#C7A891 color RGB value is (199,168,145).

RGB: (199,168,145) (78%, 66%, 57%)

RGB channels and saturation

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

199
168
145

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

Portions of RGB colors in percentages

R + G + B = 199 + 168 + 145 = 512 (100%)
R 199 of 512 ~ 38.87%
G 168 of 512 ~ 32.81%
B 145 of 512 ~ 28.32'%

%38.87
%32.81
%28.32

CMYK color model

#C7A891 color CMYK value is (0,16,27,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 27.14%
  • key color value is 21.96%

CMYK: (0,16,27,22)
C0M16Y27K22 (0%, 16%, 27%, 22%)
(0.00 / 0.16 / 0.27 / 0.22)

CMYK percentages

%0
%15.58
%27.14
%21.96

Codes

Color #C7A891 in popluar color models

C7 A8 91
RGB 199 168 145
HSL 26° 32.53% 67.45%
HSB/HSV 26° 27.14% 78.04%
CMYK 0.00% 15.58% 27.14%
21.96%

Color #C7A891 in popluar number systems.

HEX C7 A8 91
Decimal 199 168 145
Binary 11000111 10101000 10010001
Octal 307 250 221

Shades and tints

Shades of #C7A891

#C7A891
(199,168,145)
#B59984
(181,153,132)
#A38A77
(163,138,119)
#917B6A
(145,123,106)
#7F6C5D
(127,108,93)
#6D5D50
(109,93,80)
#5B4E43
(91,78,67)
#493F36
(73,63,54)
#373029
(55,48,41)
#25211C
(37,33,28)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #C7A891

#C7A891
(199,168,145)
#CCAF9B
(204,175,155)
#D1B6A5
(209,182,165)
#D6BDAF
(214,189,175)
#DBC4B9
(219,196,185)
#E0CBC3
(224,203,195)
#E5D2CD
(229,210,205)
#EAD9D7
(234,217,215)
#EFE0E1
(239,224,225)
#F4E7EB
(244,231,235)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A891; }

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

This text font color is #C7A891.

Background Color

.myBgColor { background-color: #C7A891; }

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

This div background color is #C7A891.

Border color

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

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

This div border color is #C7A891.

Opacity

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

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

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

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

This text has shadow with #C7A891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A891.

Preview

Color preview on black background

This text has color #C7A891 on black background.


Color preview on white background

This text has color #C7A891 on white background.


Black color preview on #C7A891 background

This text has black color on #C7A891 background.


White color preview on #C7A891 background

This text has white color on #C7A891 background.


Related colors

Complementary color

Complementary color for #hex is #38576E.


I love getcolorcode.com

Triadic colors

1 #91C7A8 and #A891C7 with #C7A891 are triadic colors.

2 #91A8C7 and #A8C791 with #C7A891 are triadic colors.