COLOR #C29CA3

HEX: #C29CA3
RGB: (194,156,163)

Color info

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

RGB color model

#C29CA3 color RGB value is (194,156,163).

  • red value is 194;
  • green value is 156;
  • blue value is 163.
RGB:
(194,156,163)
(76%,61%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 163 of 255 = 64%

194
156
163

R + G + B ~ 67%. #C29CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 163 = 513 (100%)
R 194 of 513 ~ 37.82%
G 156 of 513 ~ 30.41%
B 163 of 513 ~ 31.77%

%37.82
%30.41
%31.77

CMYK color model

#C29CA3 color CMYK value is (0,20,16,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 15.98%
  • key color value is 23.92%
CMYK:
(0,20,16,24)
C0M20Y16K24 
(0%,20%,16%,24%)
(0.00/0.20/0.16/0.24)	

CMYK percentages

%0
%19.59
%15.98
%23.92

Codes

Color #C29CA3 in popluar color models

C29CA3
RGB194156163
HSL349°23.75%68.63%
HSB/HSV349°19.59%76.08%
CMYK0.00%19.59%15.98%
23.92%

Color #C29CA3 in popluar number systems.

HEXC29CA3
Decimal194156163
Binary110000101001110010100011
Octal302234243

Shades and tints

Shades of #C29CA3

#C29CA3
(194,156,163)
#B18E95
(177,142,149)
#A08087
(160,128,135)
#8F7279
(143,114,121)
#7E646B
(126,100,107)
#6D565D
(109,86,93)
#5C484F
(92,72,79)
#4B3A41
(75,58,65)
#3A2C33
(58,44,51)
#291E25
(41,30,37)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #C29CA3

#C29CA3
(194,156,163)
#C7A5AB
(199,165,171)
#CCAEB3
(204,174,179)
#D1B7BB
(209,183,187)
#D6C0C3
(214,192,195)
#DBC9CB
(219,201,203)
#E0D2D3
(224,210,211)
#E5DBDB
(229,219,219)
#EAE4E3
(234,228,227)
#EFEDEB
(239,237,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29CA3 color. Also use rgb(194,156,163) instead hex code.

Text Font Color

.myTextColor { color: #C29CA3; }

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

This text font color is #C29CA3.


Background Color

.myBgColor { background-color: #C29CA3; }

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

This div background color is #C29CA3.


Border color

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

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

This div border color is #C29CA3.


Opacity

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

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

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

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

This text has shadow with #C29CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29CA3 on black background.


Color preview on white background

This text has color #C29CA3 on white background.



Black color preview on #C29CA3 background

This text has black color on #C29CA3 background.


White color preview on #C29CA3 background

This text has white color on #C29CA3 background.