COLOR #C59F80

HEX: #C59F80 RGB: (197,159,128)

Color info

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

RGB color model

#C59F80 color RGB value is (197,159,128).

RGB: (197,159,128) (77%, 62%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 128 of 255 = 50%

197
159
128

R + G + B ~ 63%. #C59F80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 159 + 128 = 484 (100%)
R 197 of 484 ~ 40.7%
G 159 of 484 ~ 32.85%
B 128 of 484 ~ 26.45'%

%40.7
%32.85
%26.45

CMYK color model

#C59F80 color CMYK value is (0,19,35,23).

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

CMYK: (0,19,35,23)
C0M19Y35K23 (0%, 19%, 35%, 23%)
(0.00 / 0.19 / 0.35 / 0.23)

CMYK percentages

%0
%19.29
%35.03
%22.75

Codes

Color #C59F80 in popluar color models

C5 9F 80
RGB 197 159 128
HSL 27° 37.30% 63.73%
HSB/HSV 27° 35.03% 77.25%
CMYK 0.00% 19.29% 35.03%
22.75%

Color #C59F80 in popluar number systems.

HEX C5 9F 80
Decimal 197 159 128
Binary 11000101 10011111 10000000
Octal 305 237 200

Shades and tints

Shades of #C59F80

#C59F80
(197,159,128)
#B49175
(180,145,117)
#A3836A
(163,131,106)
#92755F
(146,117,95)
#816754
(129,103,84)
#705949
(112,89,73)
#5F4B3E
(95,75,62)
#4E3D33
(78,61,51)
#3D2F28
(61,47,40)
#2C211D
(44,33,29)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C59F80

#C59F80
(197,159,128)
#CAA78B
(202,167,139)
#CFAF96
(207,175,150)
#D4B7A1
(212,183,161)
#D9BFAC
(217,191,172)
#DEC7B7
(222,199,183)
#E3CFC2
(227,207,194)
#E8D7CD
(232,215,205)
#EDDFD8
(237,223,216)
#F2E7E3
(242,231,227)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59F80; }

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

This text font color is #C59F80.

Background Color

.myBgColor { background-color: #C59F80; }

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

This div background color is #C59F80.

Border color

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

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

This div border color is #C59F80.

Opacity

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

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

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

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

This text has shadow with #C59F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59F80.

Preview

Color preview on black background

This text has color #C59F80 on black background.


Color preview on white background

This text has color #C59F80 on white background.


Black color preview on #C59F80 background

This text has black color on #C59F80 background.


White color preview on #C59F80 background

This text has white color on #C59F80 background.


Related colors

Complementary color

Complementary color for #hex is #3A607F.


I love getcolorcode.com

Triadic colors

1 #80C59F and #9F80C5 with #C59F80 are triadic colors.

2 #809FC5 and #9FC580 with #C59F80 are triadic colors.