COLOR #C5965F

HEX: #C5965F
RGB: (197,150,95)

Color info

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

RGB color model

#C5965F color RGB value is (197,150,95).

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

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 95 of 255 = 37%

197
150
95

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

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 95 = 442 (100%)
R 197 of 442 ~ 44.57%
G 150 of 442 ~ 33.94%
B 95 of 442 ~ 21.49%

%44.57
%33.94
%21.49

CMYK color model

#C5965F color CMYK value is (0,24,52,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 51.78%
  • key color value is 22.75%
CMYK:
(0,24,52,23)
C0M24Y52K23 
(0%,24%,52%,23%)
(0.00/0.24/0.52/0.23)	

CMYK percentages

%0
%23.86
%51.78
%22.75

Codes

Color #C5965F in popluar color models

C5965F
RGB19715095
HSL32°46.79%57.25%
HSB/HSV32°51.78%77.25%
CMYK0.00%23.86%51.78%
22.75%

Color #C5965F in popluar number systems.

HEXC5965F
Decimal19715095
Binary11000101100101101011111
Octal305226137

Shades and tints

Shades of #C5965F

#C5965F
(197,150,95)
#B48957
(180,137,87)
#A37C4F
(163,124,79)
#926F47
(146,111,71)
#81623F
(129,98,63)
#705537
(112,85,55)
#5F482F
(95,72,47)
#4E3B27
(78,59,39)
#3D2E1F
(61,46,31)
#2C2117
(44,33,23)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #C5965F

#C5965F
(197,150,95)
#CA9F6D
(202,159,109)
#CFA87B
(207,168,123)
#D4B189
(212,177,137)
#D9BA97
(217,186,151)
#DEC3A5
(222,195,165)
#E3CCB3
(227,204,179)
#E8D5C1
(232,213,193)
#EDDECF
(237,222,207)
#F2E7DD
(242,231,221)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5965F; }

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

This text font color is #C5965F.


Background Color

.myBgColor { background-color: #C5965F; }

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

This div background color is #C5965F.


Border color

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

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

This div border color is #C5965F.


Opacity

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

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

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

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

This text has shadow with #C5965F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5965F on black background.


Color preview on white background

This text has color #C5965F on white background.



Black color preview on #C5965F background

This text has black color on #C5965F background.


White color preview on #C5965F background

This text has white color on #C5965F background.