COLOR #C28C7A

HEX: #C28C7A
RGB: (194,140,122)

Color info

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

RGB color model

#C28C7A color RGB value is (194,140,122).

  • red value is 194;
  • green value is 140;
  • blue value is 122.
RGB:
(194,140,122)
(76%,55%,48%)

RGB channels and saturation

R 194 of 255 = 76%
G 140 of 255 = 55%
B 122 of 255 = 48%

194
140
122

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

Portions of RGB colors in percentages

R + G + B =
194 + 140 + 122 = 456 (100%)
R 194 of 456 ~ 42.54%
G 140 of 456 ~ 30.7%
B 122 of 456 ~ 26.75%

%42.54
%30.7
%26.75

CMYK color model

#C28C7A color CMYK value is (0,28,37,24).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 37.11%
  • key color value is 23.92%
CMYK:
(0,28,37,24)
C0M28Y37K24 
(0%,28%,37%,24%)
(0.00/0.28/0.37/0.24)	

CMYK percentages

%0
%27.84
%37.11
%23.92

Codes

Color #C28C7A in popluar color models

C28C7A
RGB194140122
HSL15°37.11%61.96%
HSB/HSV15°37.11%76.08%
CMYK0.00%27.84%37.11%
23.92%

Color #C28C7A in popluar number systems.

HEXC28C7A
Decimal194140122
Binary11000010100011001111010
Octal302214172

Shades and tints

Shades of #C28C7A

#C28C7A
(194,140,122)
#B1806F
(177,128,111)
#A07464
(160,116,100)
#8F6859
(143,104,89)
#7E5C4E
(126,92,78)
#6D5043
(109,80,67)
#5C4438
(92,68,56)
#4B382D
(75,56,45)
#3A2C22
(58,44,34)
#292017
(41,32,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #C28C7A

#C28C7A
(194,140,122)
#C79686
(199,150,134)
#CCA092
(204,160,146)
#D1AA9E
(209,170,158)
#D6B4AA
(214,180,170)
#DBBEB6
(219,190,182)
#E0C8C2
(224,200,194)
#E5D2CE
(229,210,206)
#EADCDA
(234,220,218)
#EFE6E6
(239,230,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28C7A color. Also use rgb(194,140,122) instead hex code.

Text Font Color

.myTextColor { color: #C28C7A; }

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

This text font color is #C28C7A.


Background Color

.myBgColor { background-color: #C28C7A; }

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

This div background color is #C28C7A.


Border color

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

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

This div border color is #C28C7A.


Opacity

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

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

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

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

This text has shadow with #C28C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28C7A on black background.


Color preview on white background

This text has color #C28C7A on white background.



Black color preview on #C28C7A background

This text has black color on #C28C7A background.


White color preview on #C28C7A background

This text has white color on #C28C7A background.