COLOR #C2879F

HEX: #C2879F
RGB: (194,135,159)

Color info

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

RGB color model

#C2879F color RGB value is (194,135,159).

  • red value is 194;
  • green value is 135;
  • blue value is 159.
RGB:
(194,135,159)
(76%,53%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 135 of 255 = 53%
B 159 of 255 = 62%

194
135
159

R + G + B ~ 64%. #C2879F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 135 + 159 = 488 (100%)
R 194 of 488 ~ 39.75%
G 135 of 488 ~ 27.66%
B 159 of 488 ~ 32.58%

%39.75
%27.66
%32.58

CMYK color model

#C2879F color CMYK value is (0,30,18,24).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(0,30,18,24)
C0M30Y18K24 
(0%,30%,18%,24%)
(0.00/0.30/0.18/0.24)	

CMYK percentages

%0
%30.41
%18.04
%23.92

Codes

Color #C2879F in popluar color models

C2879F
RGB194135159
HSL336°32.60%64.51%
HSB/HSV336°30.41%76.08%
CMYK0.00%30.41%18.04%
23.92%

Color #C2879F in popluar number systems.

HEXC2879F
Decimal194135159
Binary110000101000011110011111
Octal302207237

Shades and tints

Shades of #C2879F

#C2879F
(194,135,159)
#B17B91
(177,123,145)
#A06F83
(160,111,131)
#8F6375
(143,99,117)
#7E5767
(126,87,103)
#6D4B59
(109,75,89)
#5C3F4B
(92,63,75)
#4B333D
(75,51,61)
#3A272F
(58,39,47)
#291B21
(41,27,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #C2879F

#C2879F
(194,135,159)
#C791A7
(199,145,167)
#CC9BAF
(204,155,175)
#D1A5B7
(209,165,183)
#D6AFBF
(214,175,191)
#DBB9C7
(219,185,199)
#E0C3CF
(224,195,207)
#E5CDD7
(229,205,215)
#EAD7DF
(234,215,223)
#EFE1E7
(239,225,231)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2879F color. Also use rgb(194,135,159) instead hex code.

Text Font Color

.myTextColor { color: #C2879F; }

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

This text font color is #C2879F.


Background Color

.myBgColor { background-color: #C2879F; }

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

This div background color is #C2879F.


Border color

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

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

This div border color is #C2879F.


Opacity

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

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

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

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

This text has shadow with #C2879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2879F on black background.


Color preview on white background

This text has color #C2879F on white background.



Black color preview on #C2879F background

This text has black color on #C2879F background.


White color preview on #C2879F background

This text has white color on #C2879F background.