COLOR #C28E50

HEX: #C28E50
RGB: (194,142,80)

Color info

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

RGB color model

#C28E50 color RGB value is (194,142,80).

  • red value is 194;
  • green value is 142;
  • blue value is 80.
RGB:
(194,142,80)
(76%,56%,31%)

RGB channels and saturation

R 194 of 255 = 76%
G 142 of 255 = 56%
B 80 of 255 = 31%

194
142
80

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

Portions of RGB colors in percentages

R + G + B =
194 + 142 + 80 = 416 (100%)
R 194 of 416 ~ 46.63%
G 142 of 416 ~ 34.13%
B 80 of 416 ~ 19.23%

%46.63
%34.13
%19.23

CMYK color model

#C28E50 color CMYK value is (0,27,59,24).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 58.76%
  • key color value is 23.92%
CMYK:
(0,27,59,24)
C0M27Y59K24 
(0%,27%,59%,24%)
(0.00/0.27/0.59/0.24)	

CMYK percentages

%0
%26.8
%58.76
%23.92

Codes

Color #C28E50 in popluar color models

C28E50
RGB19414280
HSL33°48.31%53.73%
HSB/HSV33°58.76%76.08%
CMYK0.00%26.80%58.76%
23.92%

Color #C28E50 in popluar number systems.

HEXC28E50
Decimal19414280
Binary11000010100011101010000
Octal302216120

Shades and tints

Shades of #C28E50

#C28E50
(194,142,80)
#B18249
(177,130,73)
#A07642
(160,118,66)
#8F6A3B
(143,106,59)
#7E5E34
(126,94,52)
#6D522D
(109,82,45)
#5C4626
(92,70,38)
#4B3A1F
(75,58,31)
#3A2E18
(58,46,24)
#292211
(41,34,17)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #C28E50

#C28E50
(194,142,80)
#C7985F
(199,152,95)
#CCA26E
(204,162,110)
#D1AC7D
(209,172,125)
#D6B68C
(214,182,140)
#DBC09B
(219,192,155)
#E0CAAA
(224,202,170)
#E5D4B9
(229,212,185)
#EADEC8
(234,222,200)
#EFE8D7
(239,232,215)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28E50 color. Also use rgb(194,142,80) instead hex code.

Text Font Color

.myTextColor { color: #C28E50; }

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

This text font color is #C28E50.


Background Color

.myBgColor { background-color: #C28E50; }

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

This div background color is #C28E50.


Border color

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

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

This div border color is #C28E50.


Opacity

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

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

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

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

This text has shadow with #C28E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28E50 on black background.


Color preview on white background

This text has color #C28E50 on white background.



Black color preview on #C28E50 background

This text has black color on #C28E50 background.


White color preview on #C28E50 background

This text has white color on #C28E50 background.