COLOR #C59C59

HEX: #C59C59 RGB: (197,156,89)

Color info

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

RGB color model

#C59C59 color RGB value is (197,156,89).

RGB: (197,156,89) (77%, 61%, 35%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 89 of 255 = 35%

197
156
89

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

Portions of RGB colors in percentages

R + G + B = 197 + 156 + 89 = 442 (100%)
R 197 of 442 ~ 44.57%
G 156 of 442 ~ 35.29%
B 89 of 442 ~ 20.14'%

%44.57
%35.29
%20.14

CMYK color model

#C59C59 color CMYK value is (0,21,55,23).

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

CMYK: (0,21,55,23)
C0M21Y55K23 (0%, 21%, 55%, 23%)
(0.00 / 0.21 / 0.55 / 0.23)

CMYK percentages

%0
%20.81
%54.82
%22.75

Codes

Color #C59C59 in popluar color models

C5 9C 59
RGB 197 156 89
HSL 37° 48.21% 56.08%
HSB/HSV 37° 54.82% 77.25%
CMYK 0.00% 20.81% 54.82%
22.75%

Color #C59C59 in popluar number systems.

HEX C5 9C 59
Decimal 197 156 89
Binary 11000101 10011100 1011001
Octal 305 234 131

Shades and tints

Shades of #C59C59

#C59C59
(197,156,89)
#B48E51
(180,142,81)
#A38049
(163,128,73)
#927241
(146,114,65)
#816439
(129,100,57)
#705631
(112,86,49)
#5F4829
(95,72,41)
#4E3A21
(78,58,33)
#3D2C19
(61,44,25)
#2C1E11
(44,30,17)
#1B1009
(27,16,9)
#000000
(0,0,0)

Tints of #C59C59

#C59C59
(197,156,89)
#CAA568
(202,165,104)
#CFAE77
(207,174,119)
#D4B786
(212,183,134)
#D9C095
(217,192,149)
#DEC9A4
(222,201,164)
#E3D2B3
(227,210,179)
#E8DBC2
(232,219,194)
#EDE4D1
(237,228,209)
#F2EDE0
(242,237,224)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59C59; }

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

This text font color is #C59C59.

Background Color

.myBgColor { background-color: #C59C59; }

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

This div background color is #C59C59.

Border color

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

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

This div border color is #C59C59.

Opacity

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

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

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

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

This text has shadow with #C59C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59C59.

Preview

Color preview on black background

This text has color #C59C59 on black background.


Color preview on white background

This text has color #C59C59 on white background.


Black color preview on #C59C59 background

This text has black color on #C59C59 background.


White color preview on #C59C59 background

This text has white color on #C59C59 background.


Related colors

Complementary color

Complementary color for #hex is #3A63A6.


I love getcolorcode.com

Triadic colors

1 #59C59C and #9C59C5 with #C59C59 are triadic colors.

2 #599CC5 and #9CC559 with #C59C59 are triadic colors.