COLOR #C5795F

HEX: #C5795F
RGB: (197,121,95)

Color info

#C5795F contains mainly red color. Web safe color of #C5795F is #CC6666 (or #C66).

RGB color model

#C5795F color RGB value is (197,121,95).

  • red value is 197;
  • green value is 121;
  • blue value is 95.
RGB:
(197,121,95)
(77%,47%,37%)

RGB channels and saturation

R 197 of 255 = 77%
G 121 of 255 = 47%
B 95 of 255 = 37%

197
121
95

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

Portions of RGB colors in percentages

R + G + B =
197 + 121 + 95 = 413 (100%)
R 197 of 413 ~ 47.7%
G 121 of 413 ~ 29.3%
B 95 of 413 ~ 23%

%47.7
%29.3
%23

CMYK color model

#C5795F color CMYK value is (0,39,52,23).

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 51.78%
  • key color value is 22.75%
CMYK:
(0,39,52,23)
C0M39Y52K23 
(0%,39%,52%,23%)
(0.00/0.39/0.52/0.23)	

CMYK percentages

%0
%38.58
%51.78
%22.75

Codes

Color #C5795F in popluar color models

C5795F
RGB19712195
HSL15°46.79%57.25%
HSB/HSV15°51.78%77.25%
CMYK0.00%38.58%51.78%
22.75%

Color #C5795F in popluar number systems.

HEXC5795F
Decimal19712195
Binary1100010111110011011111
Octal305171137

Shades and tints

Shades of #C5795F

#C5795F
(197,121,95)
#B46E57
(180,110,87)
#A3634F
(163,99,79)
#925847
(146,88,71)
#814D3F
(129,77,63)
#704237
(112,66,55)
#5F372F
(95,55,47)
#4E2C27
(78,44,39)
#3D211F
(61,33,31)
#2C1617
(44,22,23)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #C5795F

#C5795F
(197,121,95)
#CA856D
(202,133,109)
#CF917B
(207,145,123)
#D49D89
(212,157,137)
#D9A997
(217,169,151)
#DEB5A5
(222,181,165)
#E3C1B3
(227,193,179)
#E8CDC1
(232,205,193)
#EDD9CF
(237,217,207)
#F2E5DD
(242,229,221)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5795F color. Also use rgb(197,121,95) instead hex code.

Text Font Color

.myTextColor { color: #C5795F; }

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

This text font color is #C5795F.


Background Color

.myBgColor { background-color: #C5795F; }

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

This div background color is #C5795F.


Border color

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

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

This div border color is #C5795F.


Opacity

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

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

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

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

This text has shadow with #C5795F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5795F on black background.


Color preview on white background

This text has color #C5795F on white background.



Black color preview on #C5795F background

This text has black color on #C5795F background.


White color preview on #C5795F background

This text has white color on #C5795F background.