COLOR #C59E7D

HEX: #C59E7D
RGB: (197,158,125)

Color info

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

RGB color model

#C59E7D color RGB value is (197,158,125).

  • red value is 197;
  • green value is 158;
  • blue value is 125.
RGB:
(197,158,125)
(77%,62%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 125 of 255 = 49%

197
158
125

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

Portions of RGB colors in percentages

R + G + B =
197 + 158 + 125 = 480 (100%)
R 197 of 480 ~ 41.04%
G 158 of 480 ~ 32.92%
B 125 of 480 ~ 26.04%

%41.04
%32.92
%26.04

CMYK color model

#C59E7D color CMYK value is (0,20,37,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 36.55%
  • key color value is 22.75%
CMYK:
(0,20,37,23)
C0M20Y37K23 
(0%,20%,37%,23%)
(0.00/0.20/0.37/0.23)	

CMYK percentages

%0
%19.8
%36.55
%22.75

Codes

Color #C59E7D in popluar color models

C59E7D
RGB197158125
HSL28°38.30%63.14%
HSB/HSV28°36.55%77.25%
CMYK0.00%19.80%36.55%
22.75%

Color #C59E7D in popluar number systems.

HEXC59E7D
Decimal197158125
Binary11000101100111101111101
Octal305236175

Shades and tints

Shades of #C59E7D

#C59E7D
(197,158,125)
#B49072
(180,144,114)
#A38267
(163,130,103)
#92745C
(146,116,92)
#816651
(129,102,81)
#705846
(112,88,70)
#5F4A3B
(95,74,59)
#4E3C30
(78,60,48)
#3D2E25
(61,46,37)
#2C201A
(44,32,26)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #C59E7D

#C59E7D
(197,158,125)
#CAA688
(202,166,136)
#CFAE93
(207,174,147)
#D4B69E
(212,182,158)
#D9BEA9
(217,190,169)
#DEC6B4
(222,198,180)
#E3CEBF
(227,206,191)
#E8D6CA
(232,214,202)
#EDDED5
(237,222,213)
#F2E6E0
(242,230,224)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59E7D color. Also use rgb(197,158,125) instead hex code.

Text Font Color

.myTextColor { color: #C59E7D; }

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

This text font color is #C59E7D.


Background Color

.myBgColor { background-color: #C59E7D; }

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

This div background color is #C59E7D.


Border color

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

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

This div border color is #C59E7D.


Opacity

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

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

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

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

This text has shadow with #C59E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59E7D on black background.


Color preview on white background

This text has color #C59E7D on white background.



Black color preview on #C59E7D background

This text has black color on #C59E7D background.


White color preview on #C59E7D background

This text has white color on #C59E7D background.