COLOR #C2829F

HEX: #C2829F
RGB: (194,130,159)

Color info

#C2829F contains mainly red and blue colors. Web safe color of #C2829F is #CC9999 (or #C99).

RGB color model

#C2829F color RGB value is (194,130,159).

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

RGB channels and saturation

R 194 of 255 = 76%
G 130 of 255 = 51%
B 159 of 255 = 62%

194
130
159

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

Portions of RGB colors in percentages

R + G + B =
194 + 130 + 159 = 483 (100%)
R 194 of 483 ~ 40.17%
G 130 of 483 ~ 26.92%
B 159 of 483 ~ 32.92%

%40.17
%26.92
%32.92

CMYK color model

#C2829F color CMYK value is (0,33,18,24).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(0,33,18,24)
C0M33Y18K24 
(0%,33%,18%,24%)
(0.00/0.33/0.18/0.24)	

CMYK percentages

%0
%32.99
%18.04
%23.92

Codes

Color #C2829F in popluar color models

C2829F
RGB194130159
HSL333°34.41%63.53%
HSB/HSV333°32.99%76.08%
CMYK0.00%32.99%18.04%
23.92%

Color #C2829F in popluar number systems.

HEXC2829F
Decimal194130159
Binary110000101000001010011111
Octal302202237

Shades and tints

Shades of #C2829F

#C2829F
(194,130,159)
#B17791
(177,119,145)
#A06C83
(160,108,131)
#8F6175
(143,97,117)
#7E5667
(126,86,103)
#6D4B59
(109,75,89)
#5C404B
(92,64,75)
#4B353D
(75,53,61)
#3A2A2F
(58,42,47)
#291F21
(41,31,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2829F

#C2829F
(194,130,159)
#C78DA7
(199,141,167)
#CC98AF
(204,152,175)
#D1A3B7
(209,163,183)
#D6AEBF
(214,174,191)
#DBB9C7
(219,185,199)
#E0C4CF
(224,196,207)
#E5CFD7
(229,207,215)
#EADADF
(234,218,223)
#EFE5E7
(239,229,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2829F; }

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

This text font color is #C2829F.


Background Color

.myBgColor { background-color: #C2829F; }

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

This div background color is #C2829F.


Border color

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

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

This div border color is #C2829F.


Opacity

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

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

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

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

This text has shadow with #C2829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2829F on black background.


Color preview on white background

This text has color #C2829F on white background.



Black color preview on #C2829F background

This text has black color on #C2829F background.


White color preview on #C2829F background

This text has white color on #C2829F background.