COLOR #C2895F

HEX: #C2895F
RGB: (194,137,95)

Color info

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

RGB color model

#C2895F color RGB value is (194,137,95).

  • red value is 194;
  • green value is 137;
  • blue value is 95.
RGB:
(194,137,95)
(76%,54%,37%)

RGB channels and saturation

R 194 of 255 = 76%
G 137 of 255 = 54%
B 95 of 255 = 37%

194
137
95

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

Portions of RGB colors in percentages

R + G + B =
194 + 137 + 95 = 426 (100%)
R 194 of 426 ~ 45.54%
G 137 of 426 ~ 32.16%
B 95 of 426 ~ 22.3%

%45.54
%32.16
%22.3

CMYK color model

#C2895F color CMYK value is (0,29,51,24).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK:
(0,29,51,24)
C0M29Y51K24 
(0%,29%,51%,24%)
(0.00/0.29/0.51/0.24)	

CMYK percentages

%0
%29.38
%51.03
%23.92

Codes

Color #C2895F in popluar color models

C2895F
RGB19413795
HSL25°44.80%56.67%
HSB/HSV25°51.03%76.08%
CMYK0.00%29.38%51.03%
23.92%

Color #C2895F in popluar number systems.

HEXC2895F
Decimal19413795
Binary11000010100010011011111
Octal302211137

Shades and tints

Shades of #C2895F

#C2895F
(194,137,95)
#B17D57
(177,125,87)
#A0714F
(160,113,79)
#8F6547
(143,101,71)
#7E593F
(126,89,63)
#6D4D37
(109,77,55)
#5C412F
(92,65,47)
#4B3527
(75,53,39)
#3A291F
(58,41,31)
#291D17
(41,29,23)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #C2895F

#C2895F
(194,137,95)
#C7936D
(199,147,109)
#CC9D7B
(204,157,123)
#D1A789
(209,167,137)
#D6B197
(214,177,151)
#DBBBA5
(219,187,165)
#E0C5B3
(224,197,179)
#E5CFC1
(229,207,193)
#EAD9CF
(234,217,207)
#EFE3DD
(239,227,221)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2895F color. Also use rgb(194,137,95) instead hex code.

Text Font Color

.myTextColor { color: #C2895F; }

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

This text font color is #C2895F.


Background Color

.myBgColor { background-color: #C2895F; }

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

This div background color is #C2895F.


Border color

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

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

This div border color is #C2895F.


Opacity

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

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

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

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

This text has shadow with #C2895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2895F on black background.


Color preview on white background

This text has color #C2895F on white background.



Black color preview on #C2895F background

This text has black color on #C2895F background.


White color preview on #C2895F background

This text has white color on #C2895F background.