COLOR #C2899B

HEX: #C2899B
RGB: (194,137,155)

Color info

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

RGB color model

#C2899B color RGB value is (194,137,155).

  • red value is 194;
  • green value is 137;
  • blue value is 155.
RGB:
(194,137,155)
(76%,54%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 137 of 255 = 54%
B 155 of 255 = 61%

194
137
155

R + G + B ~ 64%. #C2899B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 137 + 155 = 486 (100%)
R 194 of 486 ~ 39.92%
G 137 of 486 ~ 28.19%
B 155 of 486 ~ 31.89%

%39.92
%28.19
%31.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(0,29,20,24)
C0M29Y20K24 
(0%,29%,20%,24%)
(0.00/0.29/0.20/0.24)	

CMYK percentages

%0
%29.38
%20.1
%23.92

Codes

Color #C2899B in popluar color models

C2899B
RGB194137155
HSL341°31.84%64.90%
HSB/HSV341°29.38%76.08%
CMYK0.00%29.38%20.10%
23.92%

Color #C2899B in popluar number systems.

HEXC2899B
Decimal194137155
Binary110000101000100110011011
Octal302211233

Shades and tints

Shades of #C2899B

#C2899B
(194,137,155)
#B17D8D
(177,125,141)
#A0717F
(160,113,127)
#8F6571
(143,101,113)
#7E5963
(126,89,99)
#6D4D55
(109,77,85)
#5C4147
(92,65,71)
#4B3539
(75,53,57)
#3A292B
(58,41,43)
#291D1D
(41,29,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #C2899B

#C2899B
(194,137,155)
#C793A4
(199,147,164)
#CC9DAD
(204,157,173)
#D1A7B6
(209,167,182)
#D6B1BF
(214,177,191)
#DBBBC8
(219,187,200)
#E0C5D1
(224,197,209)
#E5CFDA
(229,207,218)
#EAD9E3
(234,217,227)
#EFE3EC
(239,227,236)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2899B; }

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

This text font color is #C2899B.


Background Color

.myBgColor { background-color: #C2899B; }

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

This div background color is #C2899B.


Border color

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

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

This div border color is #C2899B.


Opacity

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

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

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

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

This text has shadow with #C2899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2899B on black background.


Color preview on white background

This text has color #C2899B on white background.



Black color preview on #C2899B background

This text has black color on #C2899B background.


White color preview on #C2899B background

This text has white color on #C2899B background.