COLOR #C28C8C

HEX: #C28C8C
RGB: (194,140,140)

Color info

#C28C8C contains red, green and blue colors in about the same proportion. Web safe color of #C28C8C is #CC9999 (or #C99).

RGB color model

#C28C8C color RGB value is (194,140,140).

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

RGB channels and saturation

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

194
140
140

R + G + B ~ 62%. #C28C8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 140 + 140 = 474 (100%)
R 194 of 474 ~ 40.93%
G 140 of 474 ~ 29.54%
B 140 of 474 ~ 29.54%

%40.93
%29.54
%29.54

CMYK color model

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

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

CMYK percentages

%0
%27.84
%27.84
%23.92

Codes

Color #C28C8C in popluar color models

C28C8C
RGB194140140
HSL30.68%65.49%
HSB/HSV27.84%76.08%
CMYK0.00%27.84%27.84%
23.92%

Color #C28C8C in popluar number systems.

HEXC28C8C
Decimal194140140
Binary110000101000110010001100
Octal302214214

Shades and tints

Shades of #C28C8C

#C28C8C
(194,140,140)
#B18080
(177,128,128)
#A07474
(160,116,116)
#8F6868
(143,104,104)
#7E5C5C
(126,92,92)
#6D5050
(109,80,80)
#5C4444
(92,68,68)
#4B3838
(75,56,56)
#3A2C2C
(58,44,44)
#292020
(41,32,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C28C8C

#C28C8C
(194,140,140)
#C79696
(199,150,150)
#CCA0A0
(204,160,160)
#D1AAAA
(209,170,170)
#D6B4B4
(214,180,180)
#DBBEBE
(219,190,190)
#E0C8C8
(224,200,200)
#E5D2D2
(229,210,210)
#EADCDC
(234,220,220)
#EFE6E6
(239,230,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28C8C; }

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

This text font color is #C28C8C.


Background Color

.myBgColor { background-color: #C28C8C; }

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

This div background color is #C28C8C.


Border color

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

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

This div border color is #C28C8C.


Opacity

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

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

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

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

This text has shadow with #C28C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28C8C on black background.


Color preview on white background

This text has color #C28C8C on white background.



Black color preview on #C28C8C background

This text has black color on #C28C8C background.


White color preview on #C28C8C background

This text has white color on #C28C8C background.