COLOR #C28756

HEX: #C28756
RGB: (194,135,86)

Color info

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

RGB color model

#C28756 color RGB value is (194,135,86).

  • red value is 194;
  • green value is 135;
  • blue value is 86.
RGB:
(194,135,86)
(76%,53%,34%)

RGB channels and saturation

R 194 of 255 = 76%
G 135 of 255 = 53%
B 86 of 255 = 34%

194
135
86

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

Portions of RGB colors in percentages

R + G + B =
194 + 135 + 86 = 415 (100%)
R 194 of 415 ~ 46.75%
G 135 of 415 ~ 32.53%
B 86 of 415 ~ 20.72%

%46.75
%32.53
%20.72

CMYK color model

#C28756 color CMYK value is (0,30,56,24).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 55.67%
  • key color value is 23.92%
CMYK:
(0,30,56,24)
C0M30Y56K24 
(0%,30%,56%,24%)
(0.00/0.30/0.56/0.24)	

CMYK percentages

%0
%30.41
%55.67
%23.92

Codes

Color #C28756 in popluar color models

C28756
RGB19413586
HSL27°46.96%54.90%
HSB/HSV27°55.67%76.08%
CMYK0.00%30.41%55.67%
23.92%

Color #C28756 in popluar number systems.

HEXC28756
Decimal19413586
Binary11000010100001111010110
Octal302207126

Shades and tints

Shades of #C28756

#C28756
(194,135,86)
#B17B4F
(177,123,79)
#A06F48
(160,111,72)
#8F6341
(143,99,65)
#7E573A
(126,87,58)
#6D4B33
(109,75,51)
#5C3F2C
(92,63,44)
#4B3325
(75,51,37)
#3A271E
(58,39,30)
#291B17
(41,27,23)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C28756

#C28756
(194,135,86)
#C79165
(199,145,101)
#CC9B74
(204,155,116)
#D1A583
(209,165,131)
#D6AF92
(214,175,146)
#DBB9A1
(219,185,161)
#E0C3B0
(224,195,176)
#E5CDBF
(229,205,191)
#EAD7CE
(234,215,206)
#EFE1DD
(239,225,221)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28756 color. Also use rgb(194,135,86) instead hex code.

Text Font Color

.myTextColor { color: #C28756; }

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

This text font color is #C28756.


Background Color

.myBgColor { background-color: #C28756; }

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

This div background color is #C28756.


Border color

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

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

This div border color is #C28756.


Opacity

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

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

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

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

This text has shadow with #C28756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28756 on black background.


Color preview on white background

This text has color #C28756 on white background.



Black color preview on #C28756 background

This text has black color on #C28756 background.


White color preview on #C28756 background

This text has white color on #C28756 background.