COLOR #C28889

HEX: #C28889
RGB: (194,136,137)

Color info

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

RGB color model

#C28889 color RGB value is (194,136,137).

  • red value is 194;
  • green value is 136;
  • blue value is 137.
RGB:
(194,136,137)
(76%,53%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 136 of 255 = 53%
B 137 of 255 = 54%

194
136
137

R + G + B ~ 61%. #C28889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 136 + 137 = 467 (100%)
R 194 of 467 ~ 41.54%
G 136 of 467 ~ 29.12%
B 137 of 467 ~ 29.34%

%41.54
%29.12
%29.34

CMYK color model

#C28889 color CMYK value is (0,30,29,24).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(0,30,29,24)
C0M30Y29K24 
(0%,30%,29%,24%)
(0.00/0.30/0.29/0.24)	

CMYK percentages

%0
%29.9
%29.38
%23.92

Codes

Color #C28889 in popluar color models

C28889
RGB194136137
HSL359°32.22%64.71%
HSB/HSV359°29.90%76.08%
CMYK0.00%29.90%29.38%
23.92%

Color #C28889 in popluar number systems.

HEXC28889
Decimal194136137
Binary110000101000100010001001
Octal302210211

Shades and tints

Shades of #C28889

#C28889
(194,136,137)
#B17C7D
(177,124,125)
#A07071
(160,112,113)
#8F6465
(143,100,101)
#7E5859
(126,88,89)
#6D4C4D
(109,76,77)
#5C4041
(92,64,65)
#4B3435
(75,52,53)
#3A2829
(58,40,41)
#291C1D
(41,28,29)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #C28889

#C28889
(194,136,137)
#C79293
(199,146,147)
#CC9C9D
(204,156,157)
#D1A6A7
(209,166,167)
#D6B0B1
(214,176,177)
#DBBABB
(219,186,187)
#E0C4C5
(224,196,197)
#E5CECF
(229,206,207)
#EAD8D9
(234,216,217)
#EFE2E3
(239,226,227)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28889; }

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

This text font color is #C28889.


Background Color

.myBgColor { background-color: #C28889; }

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

This div background color is #C28889.


Border color

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

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

This div border color is #C28889.


Opacity

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

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

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

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

This text has shadow with #C28889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28889 on black background.


Color preview on white background

This text has color #C28889 on white background.



Black color preview on #C28889 background

This text has black color on #C28889 background.


White color preview on #C28889 background

This text has white color on #C28889 background.