COLOR #C2928E

HEX: #C2928E
RGB: (194,146,142)

Color info

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

RGB color model

#C2928E color RGB value is (194,146,142).

  • red value is 194;
  • green value is 146;
  • blue value is 142.
RGB:
(194,146,142)
(76%,57%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 146 of 255 = 57%
B 142 of 255 = 56%

194
146
142

R + G + B ~ 63%. #C2928E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 146 + 142 = 482 (100%)
R 194 of 482 ~ 40.25%
G 146 of 482 ~ 30.29%
B 142 of 482 ~ 29.46%

%40.25
%30.29
%29.46

CMYK color model

#C2928E color CMYK value is (0,25,27,24).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(0,25,27,24)
C0M25Y27K24 
(0%,25%,27%,24%)
(0.00/0.25/0.27/0.24)	

CMYK percentages

%0
%24.74
%26.8
%23.92

Codes

Color #C2928E in popluar color models

C2928E
RGB194146142
HSL29.89%65.88%
HSB/HSV26.80%76.08%
CMYK0.00%24.74%26.80%
23.92%

Color #C2928E in popluar number systems.

HEXC2928E
Decimal194146142
Binary110000101001001010001110
Octal302222216

Shades and tints

Shades of #C2928E

#C2928E
(194,146,142)
#B18582
(177,133,130)
#A07876
(160,120,118)
#8F6B6A
(143,107,106)
#7E5E5E
(126,94,94)
#6D5152
(109,81,82)
#5C4446
(92,68,70)
#4B373A
(75,55,58)
#3A2A2E
(58,42,46)
#291D22
(41,29,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #C2928E

#C2928E
(194,146,142)
#C79B98
(199,155,152)
#CCA4A2
(204,164,162)
#D1ADAC
(209,173,172)
#D6B6B6
(214,182,182)
#DBBFC0
(219,191,192)
#E0C8CA
(224,200,202)
#E5D1D4
(229,209,212)
#EADADE
(234,218,222)
#EFE3E8
(239,227,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2928E; }

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

This text font color is #C2928E.


Background Color

.myBgColor { background-color: #C2928E; }

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

This div background color is #C2928E.


Border color

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

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

This div border color is #C2928E.


Opacity

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

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

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

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

This text has shadow with #C2928E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2928E on black background.


Color preview on white background

This text has color #C2928E on white background.



Black color preview on #C2928E background

This text has black color on #C2928E background.


White color preview on #C2928E background

This text has white color on #C2928E background.