COLOR #C28F5D

HEX: #C28F5D
RGB: (194,143,93)

Color info

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

RGB color model

#C28F5D color RGB value is (194,143,93).

  • red value is 194;
  • green value is 143;
  • blue value is 93.
RGB:
(194,143,93)
(76%,56%,36%)

RGB channels and saturation

R 194 of 255 = 76%
G 143 of 255 = 56%
B 93 of 255 = 36%

194
143
93

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

Portions of RGB colors in percentages

R + G + B =
194 + 143 + 93 = 430 (100%)
R 194 of 430 ~ 45.12%
G 143 of 430 ~ 33.26%
B 93 of 430 ~ 21.63%

%45.12
%33.26
%21.63

CMYK color model

#C28F5D color CMYK value is (0,26,52,24).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 52.06%
  • key color value is 23.92%
CMYK:
(0,26,52,24)
C0M26Y52K24 
(0%,26%,52%,24%)
(0.00/0.26/0.52/0.24)	

CMYK percentages

%0
%26.29
%52.06
%23.92

Codes

Color #C28F5D in popluar color models

C28F5D
RGB19414393
HSL30°45.29%56.27%
HSB/HSV30°52.06%76.08%
CMYK0.00%26.29%52.06%
23.92%

Color #C28F5D in popluar number systems.

HEXC28F5D
Decimal19414393
Binary11000010100011111011101
Octal302217135

Shades and tints

Shades of #C28F5D

#C28F5D
(194,143,93)
#B18255
(177,130,85)
#A0754D
(160,117,77)
#8F6845
(143,104,69)
#7E5B3D
(126,91,61)
#6D4E35
(109,78,53)
#5C412D
(92,65,45)
#4B3425
(75,52,37)
#3A271D
(58,39,29)
#291A15
(41,26,21)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #C28F5D

#C28F5D
(194,143,93)
#C7996B
(199,153,107)
#CCA379
(204,163,121)
#D1AD87
(209,173,135)
#D6B795
(214,183,149)
#DBC1A3
(219,193,163)
#E0CBB1
(224,203,177)
#E5D5BF
(229,213,191)
#EADFCD
(234,223,205)
#EFE9DB
(239,233,219)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28F5D color. Also use rgb(194,143,93) instead hex code.

Text Font Color

.myTextColor { color: #C28F5D; }

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

This text font color is #C28F5D.


Background Color

.myBgColor { background-color: #C28F5D; }

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

This div background color is #C28F5D.


Border color

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

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

This div border color is #C28F5D.


Opacity

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

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

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

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

This text has shadow with #C28F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28F5D on black background.


Color preview on white background

This text has color #C28F5D on white background.



Black color preview on #C28F5D background

This text has black color on #C28F5D background.


White color preview on #C28F5D background

This text has white color on #C28F5D background.