COLOR #C5986C

HEX: #C5986C RGB: (197,152,108)

Color info

#C5986C contains mainly red and green colors. Web safe color of #C5986C is #CC9966 (or #C96).

RGB color model

#C5986C color RGB value is (197,152,108).

RGB: (197,152,108) (77%, 60%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 108 of 255 = 42%

197
152
108

R + G + B ~ 60%. #C5986C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 152 + 108 = 457 (100%)
R 197 of 457 ~ 43.11%
G 152 of 457 ~ 33.26%
B 108 of 457 ~ 23.63'%

%43.11
%33.26
%23.63

CMYK color model

#C5986C color CMYK value is (0,23,45,23).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 45.18%
  • key color value is 22.75%

CMYK: (0,23,45,23)
C0M23Y45K23 (0%, 23%, 45%, 23%)
(0.00 / 0.23 / 0.45 / 0.23)

CMYK percentages

%0
%22.84
%45.18
%22.75

Codes

Color #C5986C in popluar color models

C5 98 6C
RGB 197 152 108
HSL 30° 43.41% 59.80%
HSB/HSV 30° 45.18% 77.25%
CMYK 0.00% 22.84% 45.18%
22.75%

Color #C5986C in popluar number systems.

HEX C5 98 6C
Decimal 197 152 108
Binary 11000101 10011000 1101100
Octal 305 230 154

Shades and tints

Shades of #C5986C

#C5986C
(197,152,108)
#B48B63
(180,139,99)
#A37E5A
(163,126,90)
#927151
(146,113,81)
#816448
(129,100,72)
#70573F
(112,87,63)
#5F4A36
(95,74,54)
#4E3D2D
(78,61,45)
#3D3024
(61,48,36)
#2C231B
(44,35,27)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5986C

#C5986C
(197,152,108)
#CAA179
(202,161,121)
#CFAA86
(207,170,134)
#D4B393
(212,179,147)
#D9BCA0
(217,188,160)
#DEC5AD
(222,197,173)
#E3CEBA
(227,206,186)
#E8D7C7
(232,215,199)
#EDE0D4
(237,224,212)
#F2E9E1
(242,233,225)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5986C color. Also use rgb(197,152,108) instead hex code.

Text Font Color

.myTextColor { color: #C5986C; }

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

This text font color is #C5986C.

Background Color

.myBgColor { background-color: #C5986C; }

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

This div background color is #C5986C.

Border color

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

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

This div border color is #C5986C.

Opacity

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

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

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

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

This text has shadow with #C5986C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5986C.

Preview

Color preview on black background

This text has color #C5986C on black background.


Color preview on white background

This text has color #C5986C on white background.


Black color preview on #C5986C background

This text has black color on #C5986C background.


White color preview on #C5986C background

This text has white color on #C5986C background.


Related colors

Complementary color

Complementary color for #hex is #3A6793.


I love getcolorcode.com

Triadic colors

1 #6CC598 and #986CC5 with #C5986C are triadic colors.

2 #6C98C5 and #98C56C with #C5986C are triadic colors.