COLOR #C5AF9C

HEX: #C5AF9C RGB: (197,175,156)

Color info

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

RGB color model

#C5AF9C color RGB value is (197,175,156).

RGB: (197,175,156) (77%, 69%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 156 of 255 = 61%

197
175
156

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

Portions of RGB colors in percentages

R + G + B = 197 + 175 + 156 = 528 (100%)
R 197 of 528 ~ 37.31%
G 175 of 528 ~ 33.14%
B 156 of 528 ~ 29.55'%

%37.31
%33.14
%29.55

CMYK color model

#C5AF9C color CMYK value is (0,11,21,23).

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

CMYK: (0,11,21,23)
C0M11Y21K23 (0%, 11%, 21%, 23%)
(0.00 / 0.11 / 0.21 / 0.23)

CMYK percentages

%0
%11.17
%20.81
%22.75

Codes

Color #C5AF9C in popluar color models

C5 AF 9C
RGB 197 175 156
HSL 28° 26.11% 69.22%
HSB/HSV 28° 20.81% 77.25%
CMYK 0.00% 11.17% 20.81%
22.75%

Color #C5AF9C in popluar number systems.

HEX C5 AF 9C
Decimal 197 175 156
Binary 11000101 10101111 10011100
Octal 305 257 234

Shades and tints

Shades of #C5AF9C

#C5AF9C
(197,175,156)
#B4A08E
(180,160,142)
#A39180
(163,145,128)
#928272
(146,130,114)
#817364
(129,115,100)
#706456
(112,100,86)
#5F5548
(95,85,72)
#4E463A
(78,70,58)
#3D372C
(61,55,44)
#2C281E
(44,40,30)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #C5AF9C

#C5AF9C
(197,175,156)
#CAB6A5
(202,182,165)
#CFBDAE
(207,189,174)
#D4C4B7
(212,196,183)
#D9CBC0
(217,203,192)
#DED2C9
(222,210,201)
#E3D9D2
(227,217,210)
#E8E0DB
(232,224,219)
#EDE7E4
(237,231,228)
#F2EEED
(242,238,237)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AF9C; }

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

This text font color is #C5AF9C.

Background Color

.myBgColor { background-color: #C5AF9C; }

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

This div background color is #C5AF9C.

Border color

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

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

This div border color is #C5AF9C.

Opacity

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

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

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

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

This text has shadow with #C5AF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AF9C.

Preview

Color preview on black background

This text has color #C5AF9C on black background.


Color preview on white background

This text has color #C5AF9C on white background.


Black color preview on #C5AF9C background

This text has black color on #C5AF9C background.


White color preview on #C5AF9C background

This text has white color on #C5AF9C background.


Related colors

Complementary color

Complementary color for #hex is #3A5063.


I love getcolorcode.com

Triadic colors

1 #9CC5AF and #AF9CC5 with #C5AF9C are triadic colors.

2 #9CAFC5 and #AFC59C with #C5AF9C are triadic colors.