COLOR #C59776

HEX: #C59776
RGB: (197,151,118)

Color info

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

RGB color model

#C59776 color RGB value is (197,151,118).

  • red value is 197;
  • green value is 151;
  • blue value is 118.
RGB:
(197,151,118)
(77%,59%,46%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 118 of 255 = 46%

197
151
118

R + G + B ~ 61%. #C59776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 118 = 466 (100%)
R 197 of 466 ~ 42.27%
G 151 of 466 ~ 32.4%
B 118 of 466 ~ 25.32%

%42.27
%32.4
%25.32

CMYK color model

#C59776 color CMYK value is (0,23,40,23).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 40.10%
  • key color value is 22.75%
CMYK:
(0,23,40,23)
C0M23Y40K23 
(0%,23%,40%,23%)
(0.00/0.23/0.40/0.23)	

CMYK percentages

%0
%23.35
%40.1
%22.75

Codes

Color #C59776 in popluar color models

C59776
RGB197151118
HSL25°40.51%61.76%
HSB/HSV25°40.10%77.25%
CMYK0.00%23.35%40.10%
22.75%

Color #C59776 in popluar number systems.

HEXC59776
Decimal197151118
Binary11000101100101111110110
Octal305227166

Shades and tints

Shades of #C59776

#C59776
(197,151,118)
#B48A6C
(180,138,108)
#A37D62
(163,125,98)
#927058
(146,112,88)
#81634E
(129,99,78)
#705644
(112,86,68)
#5F493A
(95,73,58)
#4E3C30
(78,60,48)
#3D2F26
(61,47,38)
#2C221C
(44,34,28)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C59776

#C59776
(197,151,118)
#CAA082
(202,160,130)
#CFA98E
(207,169,142)
#D4B29A
(212,178,154)
#D9BBA6
(217,187,166)
#DEC4B2
(222,196,178)
#E3CDBE
(227,205,190)
#E8D6CA
(232,214,202)
#EDDFD6
(237,223,214)
#F2E8E2
(242,232,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59776 color. Also use rgb(197,151,118) instead hex code.

Text Font Color

.myTextColor { color: #C59776; }

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

This text font color is #C59776.


Background Color

.myBgColor { background-color: #C59776; }

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

This div background color is #C59776.


Border color

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

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

This div border color is #C59776.


Opacity

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

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

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

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

This text has shadow with #C59776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59776 on black background.


Color preview on white background

This text has color #C59776 on white background.



Black color preview on #C59776 background

This text has black color on #C59776 background.


White color preview on #C59776 background

This text has white color on #C59776 background.