COLOR #C2748B

HEX: #C2748B
RGB: (194,116,139)

Color info

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

RGB color model

#C2748B color RGB value is (194,116,139).

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

RGB channels and saturation

R 194 of 255 = 76%
G 116 of 255 = 45%
B 139 of 255 = 55%

194
116
139

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

Portions of RGB colors in percentages

R + G + B =
194 + 116 + 139 = 449 (100%)
R 194 of 449 ~ 43.21%
G 116 of 449 ~ 25.84%
B 139 of 449 ~ 30.96%

%43.21
%25.84
%30.96

CMYK color model

#C2748B color CMYK value is (0,40,28,24).

  • cyan value is 0.00%
  • magenta value is 40.21%
  • yellow value is 28.35%
  • key color value is 23.92%
CMYK:
(0,40,28,24)
C0M40Y28K24 
(0%,40%,28%,24%)
(0.00/0.40/0.28/0.24)	

CMYK percentages

%0
%40.21
%28.35
%23.92

Codes

Color #C2748B in popluar color models

C2748B
RGB194116139
HSL342°39.00%60.78%
HSB/HSV342°40.21%76.08%
CMYK0.00%40.21%28.35%
23.92%

Color #C2748B in popluar number systems.

HEXC2748B
Decimal194116139
Binary11000010111010010001011
Octal302164213

Shades and tints

Shades of #C2748B

#C2748B
(194,116,139)
#B16A7F
(177,106,127)
#A06073
(160,96,115)
#8F5667
(143,86,103)
#7E4C5B
(126,76,91)
#6D424F
(109,66,79)
#5C3843
(92,56,67)
#4B2E37
(75,46,55)
#3A242B
(58,36,43)
#291A1F
(41,26,31)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #C2748B

#C2748B
(194,116,139)
#C78095
(199,128,149)
#CC8C9F
(204,140,159)
#D198A9
(209,152,169)
#D6A4B3
(214,164,179)
#DBB0BD
(219,176,189)
#E0BCC7
(224,188,199)
#E5C8D1
(229,200,209)
#EAD4DB
(234,212,219)
#EFE0E5
(239,224,229)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2748B; }

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

This text font color is #C2748B.


Background Color

.myBgColor { background-color: #C2748B; }

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

This div background color is #C2748B.


Border color

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

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

This div border color is #C2748B.


Opacity

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

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

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

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

This text has shadow with #C2748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2748B on black background.


Color preview on white background

This text has color #C2748B on white background.



Black color preview on #C2748B background

This text has black color on #C2748B background.


White color preview on #C2748B background

This text has white color on #C2748B background.