COLOR #C29F98

HEX: #C29F98
RGB: (194,159,152)

Color info

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

RGB color model

#C29F98 color RGB value is (194,159,152).

  • red value is 194;
  • green value is 159;
  • blue value is 152.
RGB:
(194,159,152)
(76%,62%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 159 of 255 = 62%
B 152 of 255 = 60%

194
159
152

R + G + B ~ 66%. #C29F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 159 + 152 = 505 (100%)
R 194 of 505 ~ 38.42%
G 159 of 505 ~ 31.49%
B 152 of 505 ~ 30.1%

%38.42
%31.49
%30.1

CMYK color model

#C29F98 color CMYK value is (0,18,22,24).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(0,18,22,24)
C0M18Y22K24 
(0%,18%,22%,24%)
(0.00/0.18/0.22/0.24)	

CMYK percentages

%0
%18.04
%21.65
%23.92

Codes

Color #C29F98 in popluar color models

C29F98
RGB194159152
HSL10°25.61%67.84%
HSB/HSV10°21.65%76.08%
CMYK0.00%18.04%21.65%
23.92%

Color #C29F98 in popluar number systems.

HEXC29F98
Decimal194159152
Binary110000101001111110011000
Octal302237230

Shades and tints

Shades of #C29F98

#C29F98
(194,159,152)
#B1918B
(177,145,139)
#A0837E
(160,131,126)
#8F7571
(143,117,113)
#7E6764
(126,103,100)
#6D5957
(109,89,87)
#5C4B4A
(92,75,74)
#4B3D3D
(75,61,61)
#3A2F30
(58,47,48)
#292123
(41,33,35)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #C29F98

#C29F98
(194,159,152)
#C7A7A1
(199,167,161)
#CCAFAA
(204,175,170)
#D1B7B3
(209,183,179)
#D6BFBC
(214,191,188)
#DBC7C5
(219,199,197)
#E0CFCE
(224,207,206)
#E5D7D7
(229,215,215)
#EADFE0
(234,223,224)
#EFE7E9
(239,231,233)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29F98 color. Also use rgb(194,159,152) instead hex code.

Text Font Color

.myTextColor { color: #C29F98; }

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

This text font color is #C29F98.


Background Color

.myBgColor { background-color: #C29F98; }

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

This div background color is #C29F98.


Border color

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

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

This div border color is #C29F98.


Opacity

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

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

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

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

This text has shadow with #C29F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29F98 on black background.


Color preview on white background

This text has color #C29F98 on white background.



Black color preview on #C29F98 background

This text has black color on #C29F98 background.


White color preview on #C29F98 background

This text has white color on #C29F98 background.