COLOR #C2749B

HEX: #C2749B
RGB: (194,116,155)

Color info

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

RGB color model

#C2749B color RGB value is (194,116,155).

  • red value is 194;
  • green value is 116;
  • blue value is 155.
RGB:
(194,116,155)
(76%,45%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 116 of 255 = 45%
B 155 of 255 = 61%

194
116
155

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

Portions of RGB colors in percentages

R + G + B =
194 + 116 + 155 = 465 (100%)
R 194 of 465 ~ 41.72%
G 116 of 465 ~ 24.95%
B 155 of 465 ~ 33.33%

%41.72
%24.95
%33.33

CMYK color model

#C2749B color CMYK value is (0,40,20,24).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(0,40,20,24)
C0M40Y20K24 
(0%,40%,20%,24%)
(0.00/0.40/0.20/0.24)	

CMYK percentages

%0
%40.21
%20.1
%23.92

Codes

Color #C2749B in popluar color models

C2749B
RGB194116155
HSL330°39.00%60.78%
HSB/HSV330°40.21%76.08%
CMYK0.00%40.21%20.10%
23.92%

Color #C2749B in popluar number systems.

HEXC2749B
Decimal194116155
Binary11000010111010010011011
Octal302164233

Shades and tints

Shades of #C2749B

#C2749B
(194,116,155)
#B16A8D
(177,106,141)
#A0607F
(160,96,127)
#8F5671
(143,86,113)
#7E4C63
(126,76,99)
#6D4255
(109,66,85)
#5C3847
(92,56,71)
#4B2E39
(75,46,57)
#3A242B
(58,36,43)
#291A1D
(41,26,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #C2749B

#C2749B
(194,116,155)
#C780A4
(199,128,164)
#CC8CAD
(204,140,173)
#D198B6
(209,152,182)
#D6A4BF
(214,164,191)
#DBB0C8
(219,176,200)
#E0BCD1
(224,188,209)
#E5C8DA
(229,200,218)
#EAD4E3
(234,212,227)
#EFE0EC
(239,224,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2749B color. Also use rgb(194,116,155) instead hex code.

Text Font Color

.myTextColor { color: #C2749B; }

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

This text font color is #C2749B.


Background Color

.myBgColor { background-color: #C2749B; }

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

This div background color is #C2749B.


Border color

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

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

This div border color is #C2749B.


Opacity

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

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

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

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

This text has shadow with #C2749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2749B on black background.


Color preview on white background

This text has color #C2749B on white background.



Black color preview on #C2749B background

This text has black color on #C2749B background.


White color preview on #C2749B background

This text has white color on #C2749B background.