COLOR #C28473

HEX: #C28473
RGB: (194,132,115)

Color info

#C28473 contains mainly red color. Web safe color of #C28473 is #CC9966 (or #C96).

RGB color model

#C28473 color RGB value is (194,132,115).

  • red value is 194;
  • green value is 132;
  • blue value is 115.
RGB:
(194,132,115)
(76%,52%,45%)

RGB channels and saturation

R 194 of 255 = 76%
G 132 of 255 = 52%
B 115 of 255 = 45%

194
132
115

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

Portions of RGB colors in percentages

R + G + B =
194 + 132 + 115 = 441 (100%)
R 194 of 441 ~ 43.99%
G 132 of 441 ~ 29.93%
B 115 of 441 ~ 26.08%

%43.99
%29.93
%26.08

CMYK color model

#C28473 color CMYK value is (0,32,41,24).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 40.72%
  • key color value is 23.92%
CMYK:
(0,32,41,24)
C0M32Y41K24 
(0%,32%,41%,24%)
(0.00/0.32/0.41/0.24)	

CMYK percentages

%0
%31.96
%40.72
%23.92

Codes

Color #C28473 in popluar color models

C28473
RGB194132115
HSL13°39.30%60.59%
HSB/HSV13°40.72%76.08%
CMYK0.00%31.96%40.72%
23.92%

Color #C28473 in popluar number systems.

HEXC28473
Decimal194132115
Binary11000010100001001110011
Octal302204163

Shades and tints

Shades of #C28473

#C28473
(194,132,115)
#B17869
(177,120,105)
#A06C5F
(160,108,95)
#8F6055
(143,96,85)
#7E544B
(126,84,75)
#6D4841
(109,72,65)
#5C3C37
(92,60,55)
#4B302D
(75,48,45)
#3A2423
(58,36,35)
#291819
(41,24,25)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #C28473

#C28473
(194,132,115)
#C78F7F
(199,143,127)
#CC9A8B
(204,154,139)
#D1A597
(209,165,151)
#D6B0A3
(214,176,163)
#DBBBAF
(219,187,175)
#E0C6BB
(224,198,187)
#E5D1C7
(229,209,199)
#EADCD3
(234,220,211)
#EFE7DF
(239,231,223)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28473 color. Also use rgb(194,132,115) instead hex code.

Text Font Color

.myTextColor { color: #C28473; }

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

This text font color is #C28473.


Background Color

.myBgColor { background-color: #C28473; }

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

This div background color is #C28473.


Border color

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

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

This div border color is #C28473.


Opacity

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

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

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

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

This text has shadow with #C28473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28473 on black background.


Color preview on white background

This text has color #C28473 on white background.



Black color preview on #C28473 background

This text has black color on #C28473 background.


White color preview on #C28473 background

This text has white color on #C28473 background.