COLOR #C29999

HEX: #C29999
RGB: (194,153,153)

Color info

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

RGB color model

#C29999 color RGB value is (194,153,153).

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

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 153 of 255 = 60%

194
153
153

R + G + B ~ 65%. #C29999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 153 = 500 (100%)
R 194 of 500 ~ 38.8%
G 153 of 500 ~ 30.6%
B 153 of 500 ~ 30.6%

%38.8
%30.6
%30.6

CMYK color model

#C29999 color CMYK value is (0,21,21,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 21.13%
  • key color value is 23.92%
CMYK:
(0,21,21,24)
C0M21Y21K24 
(0%,21%,21%,24%)
(0.00/0.21/0.21/0.24)	

CMYK percentages

%0
%21.13
%21.13
%23.92

Codes

Color #C29999 in popluar color models

C29999
RGB194153153
HSL25.15%68.04%
HSB/HSV21.13%76.08%
CMYK0.00%21.13%21.13%
23.92%

Color #C29999 in popluar number systems.

HEXC29999
Decimal194153153
Binary110000101001100110011001
Octal302231231

Shades and tints

Shades of #C29999

#C29999
(194,153,153)
#B18C8C
(177,140,140)
#A07F7F
(160,127,127)
#8F7272
(143,114,114)
#7E6565
(126,101,101)
#6D5858
(109,88,88)
#5C4B4B
(92,75,75)
#4B3E3E
(75,62,62)
#3A3131
(58,49,49)
#292424
(41,36,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #C29999

#C29999
(194,153,153)
#C7A2A2
(199,162,162)
#CCABAB
(204,171,171)
#D1B4B4
(209,180,180)
#D6BDBD
(214,189,189)
#DBC6C6
(219,198,198)
#E0CFCF
(224,207,207)
#E5D8D8
(229,216,216)
#EAE1E1
(234,225,225)
#EFEAEA
(239,234,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29999; }

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

This text font color is #C29999.


Background Color

.myBgColor { background-color: #C29999; }

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

This div background color is #C29999.


Border color

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

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

This div border color is #C29999.


Opacity

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

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

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

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

This text has shadow with #C29999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29999 on black background.


Color preview on white background

This text has color #C29999 on white background.



Black color preview on #C29999 background

This text has black color on #C29999 background.


White color preview on #C29999 background

This text has white color on #C29999 background.