COLOR #C5AF89

HEX: #C5AF89 RGB: (197,175,137)

Color info

#C5AF89 contains mainly red and green colors. Web safe color of #C5AF89 is #CC9999 (or #C99).

RGB color model

#C5AF89 color RGB value is (197,175,137).

RGB: (197,175,137) (77%, 69%, 54%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 137 of 255 = 54%

197
175
137

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

Portions of RGB colors in percentages

R + G + B = 197 + 175 + 137 = 509 (100%)
R 197 of 509 ~ 38.7%
G 175 of 509 ~ 34.38%
B 137 of 509 ~ 26.92'%

%38.7
%34.38
%26.92

CMYK color model

#C5AF89 color CMYK value is (0,11,30,23).

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

CMYK: (0,11,30,23)
C0M11Y30K23 (0%, 11%, 30%, 23%)
(0.00 / 0.11 / 0.30 / 0.23)

CMYK percentages

%0
%11.17
%30.46
%22.75

Codes

Color #C5AF89 in popluar color models

C5 AF 89
RGB 197 175 137
HSL 38° 34.09% 65.49%
HSB/HSV 38° 30.46% 77.25%
CMYK 0.00% 11.17% 30.46%
22.75%

Color #C5AF89 in popluar number systems.

HEX C5 AF 89
Decimal 197 175 137
Binary 11000101 10101111 10001001
Octal 305 257 211

Shades and tints

Shades of #C5AF89

#C5AF89
(197,175,137)
#B4A07D
(180,160,125)
#A39171
(163,145,113)
#928265
(146,130,101)
#817359
(129,115,89)
#70644D
(112,100,77)
#5F5541
(95,85,65)
#4E4635
(78,70,53)
#3D3729
(61,55,41)
#2C281D
(44,40,29)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #C5AF89

#C5AF89
(197,175,137)
#CAB693
(202,182,147)
#CFBD9D
(207,189,157)
#D4C4A7
(212,196,167)
#D9CBB1
(217,203,177)
#DED2BB
(222,210,187)
#E3D9C5
(227,217,197)
#E8E0CF
(232,224,207)
#EDE7D9
(237,231,217)
#F2EEE3
(242,238,227)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AF89; }

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

This text font color is #C5AF89.

Background Color

.myBgColor { background-color: #C5AF89; }

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

This div background color is #C5AF89.

Border color

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

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

This div border color is #C5AF89.

Opacity

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

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

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

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

This text has shadow with #C5AF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AF89.

Preview

Color preview on black background

This text has color #C5AF89 on black background.


Color preview on white background

This text has color #C5AF89 on white background.


Black color preview on #C5AF89 background

This text has black color on #C5AF89 background.


White color preview on #C5AF89 background

This text has white color on #C5AF89 background.


Related colors

Complementary color

Complementary color for #hex is #3A5076.


I love getcolorcode.com

Triadic colors

1 #89C5AF and #AF89C5 with #C5AF89 are triadic colors.

2 #89AFC5 and #AFC589 with #C5AF89 are triadic colors.