COLOR #C59F64

HEX: #C59F64
RGB: (197,159,100)

Color info

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

RGB color model

#C59F64 color RGB value is (197,159,100).

  • red value is 197;
  • green value is 159;
  • blue value is 100.
RGB:
(197,159,100)
(77%,62%,39%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 100 of 255 = 39%

197
159
100

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

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 100 = 456 (100%)
R 197 of 456 ~ 43.2%
G 159 of 456 ~ 34.87%
B 100 of 456 ~ 21.93%

%43.2
%34.87
%21.93

CMYK color model

#C59F64 color CMYK value is (0,19,49,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 49.24%
  • key color value is 22.75%
CMYK:
(0,19,49,23)
C0M19Y49K23 
(0%,19%,49%,23%)
(0.00/0.19/0.49/0.23)	

CMYK percentages

%0
%19.29
%49.24
%22.75

Codes

Color #C59F64 in popluar color models

C59F64
RGB197159100
HSL36°45.54%58.24%
HSB/HSV36°49.24%77.25%
CMYK0.00%19.29%49.24%
22.75%

Color #C59F64 in popluar number systems.

HEXC59F64
Decimal197159100
Binary11000101100111111100100
Octal305237144

Shades and tints

Shades of #C59F64

#C59F64
(197,159,100)
#B4915B
(180,145,91)
#A38352
(163,131,82)
#927549
(146,117,73)
#816740
(129,103,64)
#705937
(112,89,55)
#5F4B2E
(95,75,46)
#4E3D25
(78,61,37)
#3D2F1C
(61,47,28)
#2C2113
(44,33,19)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #C59F64

#C59F64
(197,159,100)
#CAA772
(202,167,114)
#CFAF80
(207,175,128)
#D4B78E
(212,183,142)
#D9BF9C
(217,191,156)
#DEC7AA
(222,199,170)
#E3CFB8
(227,207,184)
#E8D7C6
(232,215,198)
#EDDFD4
(237,223,212)
#F2E7E2
(242,231,226)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59F64 color. Also use rgb(197,159,100) instead hex code.

Text Font Color

.myTextColor { color: #C59F64; }

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

This text font color is #C59F64.


Background Color

.myBgColor { background-color: #C59F64; }

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

This div background color is #C59F64.


Border color

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

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

This div border color is #C59F64.


Opacity

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

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

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

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

This text has shadow with #C59F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59F64 on black background.


Color preview on white background

This text has color #C59F64 on white background.



Black color preview on #C59F64 background

This text has black color on #C59F64 background.


White color preview on #C59F64 background

This text has white color on #C59F64 background.