COLOR #C5AF9F

HEX: #C5AF9F RGB: (197,175,159)

Color info

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

RGB color model

#C5AF9F color RGB value is (197,175,159).

RGB: (197,175,159) (77%, 69%, 62%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 159 of 255 = 62%

197
175
159

R + G + B ~ 69%. #C5AF9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 175 + 159 = 531 (100%)
R 197 of 531 ~ 37.1%
G 175 of 531 ~ 32.96%
B 159 of 531 ~ 29.94'%

%37.1
%32.96
%29.94

CMYK color model

#C5AF9F color CMYK value is (0,11,19,23).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 19.29%
  • key color value is 22.75%

CMYK: (0,11,19,23)
C0M11Y19K23 (0%, 11%, 19%, 23%)
(0.00 / 0.11 / 0.19 / 0.23)

CMYK percentages

%0
%11.17
%19.29
%22.75

Codes

Color #C5AF9F in popluar color models

C5 AF 9F
RGB 197 175 159
HSL 25° 24.68% 69.80%
HSB/HSV 25° 19.29% 77.25%
CMYK 0.00% 11.17% 19.29%
22.75%

Color #C5AF9F in popluar number systems.

HEX C5 AF 9F
Decimal 197 175 159
Binary 11000101 10101111 10011111
Octal 305 257 237

Shades and tints

Shades of #C5AF9F

#C5AF9F
(197,175,159)
#B4A091
(180,160,145)
#A39183
(163,145,131)
#928275
(146,130,117)
#817367
(129,115,103)
#706459
(112,100,89)
#5F554B
(95,85,75)
#4E463D
(78,70,61)
#3D372F
(61,55,47)
#2C2821
(44,40,33)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5AF9F

#C5AF9F
(197,175,159)
#CAB6A7
(202,182,167)
#CFBDAF
(207,189,175)
#D4C4B7
(212,196,183)
#D9CBBF
(217,203,191)
#DED2C7
(222,210,199)
#E3D9CF
(227,217,207)
#E8E0D7
(232,224,215)
#EDE7DF
(237,231,223)
#F2EEE7
(242,238,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AF9F color. Also use rgb(197,175,159) instead hex code.

Text Font Color

.myTextColor { color: #C5AF9F; }

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

This text font color is #C5AF9F.

Background Color

.myBgColor { background-color: #C5AF9F; }

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

This div background color is #C5AF9F.

Border color

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

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

This div border color is #C5AF9F.

Opacity

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

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

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

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

This text has shadow with #C5AF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AF9F.

Preview

Color preview on black background

This text has color #C5AF9F on black background.


Color preview on white background

This text has color #C5AF9F on white background.


Black color preview on #C5AF9F background

This text has black color on #C5AF9F background.


White color preview on #C5AF9F background

This text has white color on #C5AF9F background.


Related colors

Complementary color

Complementary color for #hex is #3A5060.


I love getcolorcode.com

Triadic colors

1 #9FC5AF and #AF9FC5 with #C5AF9F are triadic colors.

2 #9FAFC5 and #AFC59F with #C5AF9F are triadic colors.