COLOR #C59683

HEX: #C59683
RGB: (197,150,131)

Color info

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

RGB color model

#C59683 color RGB value is (197,150,131).

  • red value is 197;
  • green value is 150;
  • blue value is 131.
RGB:
(197,150,131)
(77%,59%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 131 of 255 = 51%

197
150
131

R + G + B ~ 62%. #C59683 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 131 = 478 (100%)
R 197 of 478 ~ 41.21%
G 150 of 478 ~ 31.38%
B 131 of 478 ~ 27.41%

%41.21
%31.38
%27.41

CMYK color model

#C59683 color CMYK value is (0,24,34,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(0,24,34,23)
C0M24Y34K23 
(0%,24%,34%,23%)
(0.00/0.24/0.34/0.23)	

CMYK percentages

%0
%23.86
%33.5
%22.75

Codes

Color #C59683 in popluar color models

C59683
RGB197150131
HSL17°36.26%64.31%
HSB/HSV17°33.50%77.25%
CMYK0.00%23.86%33.50%
22.75%

Color #C59683 in popluar number systems.

HEXC59683
Decimal197150131
Binary110001011001011010000011
Octal305226203

Shades and tints

Shades of #C59683

#C59683
(197,150,131)
#B48978
(180,137,120)
#A37C6D
(163,124,109)
#926F62
(146,111,98)
#816257
(129,98,87)
#70554C
(112,85,76)
#5F4841
(95,72,65)
#4E3B36
(78,59,54)
#3D2E2B
(61,46,43)
#2C2120
(44,33,32)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C59683

#C59683
(197,150,131)
#CA9F8E
(202,159,142)
#CFA899
(207,168,153)
#D4B1A4
(212,177,164)
#D9BAAF
(217,186,175)
#DEC3BA
(222,195,186)
#E3CCC5
(227,204,197)
#E8D5D0
(232,213,208)
#EDDEDB
(237,222,219)
#F2E7E6
(242,231,230)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59683 color. Also use rgb(197,150,131) instead hex code.

Text Font Color

.myTextColor { color: #C59683; }

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

This text font color is #C59683.


Background Color

.myBgColor { background-color: #C59683; }

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

This div background color is #C59683.


Border color

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

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

This div border color is #C59683.


Opacity

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

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

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

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

This text has shadow with #C59683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59683 on black background.


Color preview on white background

This text has color #C59683 on white background.



Black color preview on #C59683 background

This text has black color on #C59683 background.


White color preview on #C59683 background

This text has white color on #C59683 background.