COLOR #C5935E

HEX: #C5935E RGB: (197,147,94)

Color info

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

RGB color model

#C5935E color RGB value is (197,147,94).

RGB: (197,147,94) (77%, 58%, 37%)

RGB channels and saturation

R 197 of 255 = 77%
G 147 of 255 = 58%
B 94 of 255 = 37%

197
147
94

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

Portions of RGB colors in percentages

R + G + B = 197 + 147 + 94 = 438 (100%)
R 197 of 438 ~ 44.98%
G 147 of 438 ~ 33.56%
B 94 of 438 ~ 21.46'%

%44.98
%33.56
%21.46

CMYK color model

#C5935E color CMYK value is (0,25,52,23).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 52.28%
  • key color value is 22.75%
CMYK: (0,25,52,23) C0M25Y52K23 (0%,25%,52%,23%) (0.00/0.25/0.52/0.23) 

CMYK percentages

%0
%25.38
%52.28
%22.75

Codes

Color #C5935E in popluar color models

C5 93 5E
RGB 197 147 94
HSL 31° 47.03% 57.06%
HSB/HSV 31° 52.28% 77.25%
CMYK 0.00% 25.38% 52.28%
22.75%

Color #C5935E in popluar number systems.

HEX C5 93 5E
Decimal 197 147 94
Binary 11000101 10010011 1011110
Octal 305 223 136

Shades and tints

Shades of #C5935E

#C5935E
(197,147,94)
#B48656
(180,134,86)
#A3794E
(163,121,78)
#926C46
(146,108,70)
#815F3E
(129,95,62)
#705236
(112,82,54)
#5F452E
(95,69,46)
#4E3826
(78,56,38)
#3D2B1E
(61,43,30)
#2C1E16
(44,30,22)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #C5935E

#C5935E
(197,147,94)
#CA9C6C
(202,156,108)
#CFA57A
(207,165,122)
#D4AE88
(212,174,136)
#D9B796
(217,183,150)
#DEC0A4
(222,192,164)
#E3C9B2
(227,201,178)
#E8D2C0
(232,210,192)
#EDDBCE
(237,219,206)
#F2E4DC
(242,228,220)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5935E color. Also use rgb(197,147,94) instead hex code.

Text Font Color

.myTextColor { color: #C5935E; }

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

This text font color is #C5935E.

Background Color

.myBgColor { background-color: #C5935E; }

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

This div background color is #C5935E.

Border color

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

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

This div border color is #C5935E.

Opacity

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

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

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

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

This text has shadow with #C5935E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5935E.

Preview

Color preview on black background

This text has color #C5935E on black background.


Color preview on white background

This text has color #C5935E on white background.


Black color preview on #C5935E background

This text has black color on #C5935E background.


White color preview on #C5935E background

This text has white color on #C5935E background.


Related colors

Complementary color

Complementary color for #hex is #3A6CA1.


I love getcolorcode.com

Triadic colors

1 #5EC593 and #935EC5 with #C5935E are triadic colors.

2 #5E93C5 and #93C55E with #C5935E are triadic colors.