COLOR #C59C81

HEX: #C59C81
RGB: (197,156,129)

Color info

#C59C81 contains mainly red and green colors. Web safe color of #C59C81 is #CC9999 (or #C99).

RGB color model

#C59C81 color RGB value is (197,156,129).

  • red value is 197;
  • green value is 156;
  • blue value is 129.
RGB:
(197,156,129)
(77%,61%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 129 of 255 = 51%

197
156
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 129 = 482 (100%)
R 197 of 482 ~ 40.87%
G 156 of 482 ~ 32.37%
B 129 of 482 ~ 26.76%

%40.87
%32.37
%26.76

CMYK color model

#C59C81 color CMYK value is (0,21,35,23).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,21,35,23)
C0M21Y35K23 
(0%,21%,35%,23%)
(0.00/0.21/0.35/0.23)	

CMYK percentages

%0
%20.81
%34.52
%22.75

Codes

Color #C59C81 in popluar color models

C59C81
RGB197156129
HSL24°36.96%63.92%
HSB/HSV24°34.52%77.25%
CMYK0.00%20.81%34.52%
22.75%

Color #C59C81 in popluar number systems.

HEXC59C81
Decimal197156129
Binary110001011001110010000001
Octal305234201

Shades and tints

Shades of #C59C81

#C59C81
(197,156,129)
#B48E76
(180,142,118)
#A3806B
(163,128,107)
#927260
(146,114,96)
#816455
(129,100,85)
#70564A
(112,86,74)
#5F483F
(95,72,63)
#4E3A34
(78,58,52)
#3D2C29
(61,44,41)
#2C1E1E
(44,30,30)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #C59C81

#C59C81
(197,156,129)
#CAA58C
(202,165,140)
#CFAE97
(207,174,151)
#D4B7A2
(212,183,162)
#D9C0AD
(217,192,173)
#DEC9B8
(222,201,184)
#E3D2C3
(227,210,195)
#E8DBCE
(232,219,206)
#EDE4D9
(237,228,217)
#F2EDE4
(242,237,228)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59C81; }

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

This text font color is #C59C81.


Background Color

.myBgColor { background-color: #C59C81; }

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

This div background color is #C59C81.


Border color

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

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

This div border color is #C59C81.


Opacity

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

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

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

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

This text has shadow with #C59C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59C81 on black background.


Color preview on white background

This text has color #C59C81 on white background.



Black color preview on #C59C81 background

This text has black color on #C59C81 background.


White color preview on #C59C81 background

This text has white color on #C59C81 background.