COLOR #C7AFA1

HEX: #C7AFA1 RGB: (199,175,161)

Color info

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

RGB color model

#C7AFA1 color RGB value is (199,175,161).

RGB: (199,175,161) (78%, 69%, 63%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 161 of 255 = 63%

199
175
161

R + G + B ~ 70%. #C7AFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 175 + 161 = 535 (100%)
R 199 of 535 ~ 37.2%
G 175 of 535 ~ 32.71%
B 161 of 535 ~ 30.09'%

%37.2
%32.71
%30.09

CMYK color model

#C7AFA1 color CMYK value is (0,12,19,22).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 19.10%
  • key color value is 21.96%

CMYK: (0,12,19,22)
C0M12Y19K22 (0%, 12%, 19%, 22%)
(0.00 / 0.12 / 0.19 / 0.22)

CMYK percentages

%0
%12.06
%19.1
%21.96

Codes

Color #C7AFA1 in popluar color models

C7 AF A1
RGB 199 175 161
HSL 22° 25.33% 70.59%
HSB/HSV 22° 19.10% 78.04%
CMYK 0.00% 12.06% 19.10%
21.96%

Color #C7AFA1 in popluar number systems.

HEX C7 AF A1
Decimal 199 175 161
Binary 11000111 10101111 10100001
Octal 307 257 241

Shades and tints

Shades of #C7AFA1

#C7AFA1
(199,175,161)
#B5A093
(181,160,147)
#A39185
(163,145,133)
#918277
(145,130,119)
#7F7369
(127,115,105)
#6D645B
(109,100,91)
#5B554D
(91,85,77)
#49463F
(73,70,63)
#373731
(55,55,49)
#252823
(37,40,35)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7AFA1

#C7AFA1
(199,175,161)
#CCB6A9
(204,182,169)
#D1BDB1
(209,189,177)
#D6C4B9
(214,196,185)
#DBCBC1
(219,203,193)
#E0D2C9
(224,210,201)
#E5D9D1
(229,217,209)
#EAE0D9
(234,224,217)
#EFE7E1
(239,231,225)
#F4EEE9
(244,238,233)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AFA1 color. Also use rgb(199,175,161) instead hex code.

Text Font Color

.myTextColor { color: #C7AFA1; }

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

This text font color is #C7AFA1.

Background Color

.myBgColor { background-color: #C7AFA1; }

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

This div background color is #C7AFA1.

Border color

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

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

This div border color is #C7AFA1.

Opacity

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

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

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

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

This text has shadow with #C7AFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AFA1.

Preview

Color preview on black background

This text has color #C7AFA1 on black background.


Color preview on white background

This text has color #C7AFA1 on white background.


Black color preview on #C7AFA1 background

This text has black color on #C7AFA1 background.


White color preview on #C7AFA1 background

This text has white color on #C7AFA1 background.


Related colors

Complementary color

Complementary color for #hex is #38505E.


I love getcolorcode.com

Triadic colors

1 #A1C7AF and #AFA1C7 with #C7AFA1 are triadic colors.

2 #A1AFC7 and #AFC7A1 with #C7AFA1 are triadic colors.