COLOR #C2888E

HEX: #C2888E
RGB: (194,136,142)

Color info

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

RGB color model

#C2888E color RGB value is (194,136,142).

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

RGB channels and saturation

R 194 of 255 = 76%
G 136 of 255 = 53%
B 142 of 255 = 56%

194
136
142

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

Portions of RGB colors in percentages

R + G + B =
194 + 136 + 142 = 472 (100%)
R 194 of 472 ~ 41.1%
G 136 of 472 ~ 28.81%
B 142 of 472 ~ 30.08%

%41.1
%28.81
%30.08

CMYK color model

#C2888E color CMYK value is (0,30,27,24).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(0,30,27,24)
C0M30Y27K24 
(0%,30%,27%,24%)
(0.00/0.30/0.27/0.24)	

CMYK percentages

%0
%29.9
%26.8
%23.92

Codes

Color #C2888E in popluar color models

C2888E
RGB194136142
HSL354°32.22%64.71%
HSB/HSV354°29.90%76.08%
CMYK0.00%29.90%26.80%
23.92%

Color #C2888E in popluar number systems.

HEXC2888E
Decimal194136142
Binary110000101000100010001110
Octal302210216

Shades and tints

Shades of #C2888E

#C2888E
(194,136,142)
#B17C82
(177,124,130)
#A07076
(160,112,118)
#8F646A
(143,100,106)
#7E585E
(126,88,94)
#6D4C52
(109,76,82)
#5C4046
(92,64,70)
#4B343A
(75,52,58)
#3A282E
(58,40,46)
#291C22
(41,28,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #C2888E

#C2888E
(194,136,142)
#C79298
(199,146,152)
#CC9CA2
(204,156,162)
#D1A6AC
(209,166,172)
#D6B0B6
(214,176,182)
#DBBAC0
(219,186,192)
#E0C4CA
(224,196,202)
#E5CED4
(229,206,212)
#EAD8DE
(234,216,222)
#EFE2E8
(239,226,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2888E; }

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

This text font color is #C2888E.


Background Color

.myBgColor { background-color: #C2888E; }

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

This div background color is #C2888E.


Border color

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

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

This div border color is #C2888E.


Opacity

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

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

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

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

This text has shadow with #C2888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2888E on black background.


Color preview on white background

This text has color #C2888E on white background.



Black color preview on #C2888E background

This text has black color on #C2888E background.


White color preview on #C2888E background

This text has white color on #C2888E background.