COLOR #C2729A

HEX: #C2729A
RGB: (194,114,154)

Color info

#C2729A contains mainly red and blue colors. Web safe color of #C2729A is #CC6699 (or #C69).

RGB color model

#C2729A color RGB value is (194,114,154).

  • red value is 194;
  • green value is 114;
  • blue value is 154.
RGB:
(194,114,154)
(76%,45%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 114 of 255 = 45%
B 154 of 255 = 60%

194
114
154

R + G + B ~ 60%. #C2729A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 114 + 154 = 462 (100%)
R 194 of 462 ~ 41.99%
G 114 of 462 ~ 24.68%
B 154 of 462 ~ 33.33%

%41.99
%24.68
%33.33

CMYK color model

#C2729A color CMYK value is (0,41,21,24).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK:
(0,41,21,24)
C0M41Y21K24 
(0%,41%,21%,24%)
(0.00/0.41/0.21/0.24)	

CMYK percentages

%0
%41.24
%20.62
%23.92

Codes

Color #C2729A in popluar color models

C2729A
RGB194114154
HSL330°39.60%60.39%
HSB/HSV330°41.24%76.08%
CMYK0.00%41.24%20.62%
23.92%

Color #C2729A in popluar number systems.

HEXC2729A
Decimal194114154
Binary11000010111001010011010
Octal302162232

Shades and tints

Shades of #C2729A

#C2729A
(194,114,154)
#B1688C
(177,104,140)
#A05E7E
(160,94,126)
#8F5470
(143,84,112)
#7E4A62
(126,74,98)
#6D4054
(109,64,84)
#5C3646
(92,54,70)
#4B2C38
(75,44,56)
#3A222A
(58,34,42)
#29181C
(41,24,28)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #C2729A

#C2729A
(194,114,154)
#C77EA3
(199,126,163)
#CC8AAC
(204,138,172)
#D196B5
(209,150,181)
#D6A2BE
(214,162,190)
#DBAEC7
(219,174,199)
#E0BAD0
(224,186,208)
#E5C6D9
(229,198,217)
#EAD2E2
(234,210,226)
#EFDEEB
(239,222,235)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2729A color. Also use rgb(194,114,154) instead hex code.

Text Font Color

.myTextColor { color: #C2729A; }

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

This text font color is #C2729A.


Background Color

.myBgColor { background-color: #C2729A; }

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

This div background color is #C2729A.


Border color

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

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

This div border color is #C2729A.


Opacity

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

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

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

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

This text has shadow with #C2729A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2729A on black background.


Color preview on white background

This text has color #C2729A on white background.



Black color preview on #C2729A background

This text has black color on #C2729A background.


White color preview on #C2729A background

This text has white color on #C2729A background.