COLOR #C28990

HEX: #C28990 RGB: (194,137,144)

Color info

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

RGB color model

#C28990 color RGB value is (194,137,144).

RGB: (194,137,144) (76%, 54%, 56%)

RGB channels and saturation

R 194 of 255 = 76%
G 137 of 255 = 54%
B 144 of 255 = 56%

194
137
144

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

Portions of RGB colors in percentages

R + G + B = 194 + 137 + 144 = 475 (100%)
R 194 of 475 ~ 40.84%
G 137 of 475 ~ 28.84%
B 144 of 475 ~ 30.32'%

%40.84
%28.84
%30.32

CMYK color model

#C28990 color CMYK value is (0,29,26,24).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 25.77%
  • key color value is 23.92%

CMYK: (0,29,26,24)
C0M29Y26K24 (0%, 29%, 26%, 24%)
(0.00 / 0.29 / 0.26 / 0.24)

CMYK percentages

%0
%29.38
%25.77
%23.92

Codes

Color #C28990 in popluar color models

C2 89 90
RGB 194 137 144
HSL 353° 31.84% 64.90%
HSB/HSV 353° 29.38% 76.08%
CMYK 0.00% 29.38% 25.77%
23.92%

Color #C28990 in popluar number systems.

HEX C2 89 90
Decimal 194 137 144
Binary 11000010 10001001 10010000
Octal 302 211 220

Shades and tints

Shades of #C28990

#C28990
(194,137,144)
#B17D83
(177,125,131)
#A07176
(160,113,118)
#8F6569
(143,101,105)
#7E595C
(126,89,92)
#6D4D4F
(109,77,79)
#5C4142
(92,65,66)
#4B3535
(75,53,53)
#3A2928
(58,41,40)
#291D1B
(41,29,27)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #C28990

#C28990
(194,137,144)
#C7939A
(199,147,154)
#CC9DA4
(204,157,164)
#D1A7AE
(209,167,174)
#D6B1B8
(214,177,184)
#DBBBC2
(219,187,194)
#E0C5CC
(224,197,204)
#E5CFD6
(229,207,214)
#EAD9E0
(234,217,224)
#EFE3EA
(239,227,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28990; }

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

This text font color is #C28990.

Background Color

.myBgColor { background-color: #C28990; }

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

This div background color is #C28990.

Border color

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

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

This div border color is #C28990.

Opacity

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

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

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

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

This text has shadow with #C28990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C28990.

Preview

Color preview on black background

This text has color #C28990 on black background.


Color preview on white background

This text has color #C28990 on white background.


Black color preview on #C28990 background

This text has black color on #C28990 background.


White color preview on #C28990 background

This text has white color on #C28990 background.


Related colors

Complementary color

Complementary color for #hex is #3D766F.


I love getcolorcode.com

Triadic colors

1 #90C289 and #8990C2 with #C28990 are triadic colors.

2 #9089C2 and #89C290 with #C28990 are triadic colors.