COLOR #C2948A

HEX: #C2948A
RGB: (194,148,138)

Color info

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

RGB color model

#C2948A color RGB value is (194,148,138).

  • red value is 194;
  • green value is 148;
  • blue value is 138.
RGB:
(194,148,138)
(76%,58%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 138 of 255 = 54%

194
148
138

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

Portions of RGB colors in percentages

R + G + B =
194 + 148 + 138 = 480 (100%)
R 194 of 480 ~ 40.42%
G 148 of 480 ~ 30.83%
B 138 of 480 ~ 28.75%

%40.42
%30.83
%28.75

CMYK color model

#C2948A color CMYK value is (0,24,29,24).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,24,29,24)
C0M24Y29K24 
(0%,24%,29%,24%)
(0.00/0.24/0.29/0.24)	

CMYK percentages

%0
%23.71
%28.87
%23.92

Codes

Color #C2948A in popluar color models

C2948A
RGB194148138
HSL11°31.46%65.10%
HSB/HSV11°28.87%76.08%
CMYK0.00%23.71%28.87%
23.92%

Color #C2948A in popluar number systems.

HEXC2948A
Decimal194148138
Binary110000101001010010001010
Octal302224212

Shades and tints

Shades of #C2948A

#C2948A
(194,148,138)
#B1877E
(177,135,126)
#A07A72
(160,122,114)
#8F6D66
(143,109,102)
#7E605A
(126,96,90)
#6D534E
(109,83,78)
#5C4642
(92,70,66)
#4B3936
(75,57,54)
#3A2C2A
(58,44,42)
#291F1E
(41,31,30)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #C2948A

#C2948A
(194,148,138)
#C79D94
(199,157,148)
#CCA69E
(204,166,158)
#D1AFA8
(209,175,168)
#D6B8B2
(214,184,178)
#DBC1BC
(219,193,188)
#E0CAC6
(224,202,198)
#E5D3D0
(229,211,208)
#EADCDA
(234,220,218)
#EFE5E4
(239,229,228)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2948A color. Also use rgb(194,148,138) instead hex code.

Text Font Color

.myTextColor { color: #C2948A; }

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

This text font color is #C2948A.


Background Color

.myBgColor { background-color: #C2948A; }

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

This div background color is #C2948A.


Border color

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

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

This div border color is #C2948A.


Opacity

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

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

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

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

This text has shadow with #C2948A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2948A on black background.


Color preview on white background

This text has color #C2948A on white background.



Black color preview on #C2948A background

This text has black color on #C2948A background.


White color preview on #C2948A background

This text has white color on #C2948A background.