COLOR #C2888C

HEX: #C2888C
RGB: (194,136,140)

Color info

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

RGB color model

#C2888C color RGB value is (194,136,140).

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

RGB channels and saturation

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

194
136
140

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

Portions of RGB colors in percentages

R + G + B =
194 + 136 + 140 = 470 (100%)
R 194 of 470 ~ 41.28%
G 136 of 470 ~ 28.94%
B 140 of 470 ~ 29.79%

%41.28
%28.94
%29.79

CMYK color model

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

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

CMYK percentages

%0
%29.9
%27.84
%23.92

Codes

Color #C2888C in popluar color models

C2888C
RGB194136140
HSL356°32.22%64.71%
HSB/HSV356°29.90%76.08%
CMYK0.00%29.90%27.84%
23.92%

Color #C2888C in popluar number systems.

HEXC2888C
Decimal194136140
Binary110000101000100010001100
Octal302210214

Shades and tints

Shades of #C2888C

#C2888C
(194,136,140)
#B17C80
(177,124,128)
#A07074
(160,112,116)
#8F6468
(143,100,104)
#7E585C
(126,88,92)
#6D4C50
(109,76,80)
#5C4044
(92,64,68)
#4B3438
(75,52,56)
#3A282C
(58,40,44)
#291C20
(41,28,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #C2888C

#C2888C
(194,136,140)
#C79296
(199,146,150)
#CC9CA0
(204,156,160)
#D1A6AA
(209,166,170)
#D6B0B4
(214,176,180)
#DBBABE
(219,186,190)
#E0C4C8
(224,196,200)
#E5CED2
(229,206,210)
#EAD8DC
(234,216,220)
#EFE2E6
(239,226,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2888C; }

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

This text font color is #C2888C.


Background Color

.myBgColor { background-color: #C2888C; }

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

This div background color is #C2888C.


Border color

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

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

This div border color is #C2888C.


Opacity

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

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

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

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

This text has shadow with #C2888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2888C on black background.


Color preview on white background

This text has color #C2888C on white background.



Black color preview on #C2888C background

This text has black color on #C2888C background.


White color preview on #C2888C background

This text has white color on #C2888C background.