COLOR #C2899A

HEX: #C2899A RGB: (194,137,154)

Color info

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

RGB color model

#C2899A color RGB value is (194,137,154).

RGB: (194,137,154) (76%, 54%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 137 of 255 = 54%
B 154 of 255 = 60%

194
137
154

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

Portions of RGB colors in percentages

R + G + B = 194 + 137 + 154 = 485 (100%)
R 194 of 485 ~ 40%
G 137 of 485 ~ 28.25%
B 154 of 485 ~ 31.75'%

%40
%28.25
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 20.62%
  • key color value is 23.92%

CMYK: (0,29,21,24)
C0M29Y21K24 (0%, 29%, 21%, 24%)
(0.00 / 0.29 / 0.21 / 0.24)

CMYK percentages

%0
%29.38
%20.62
%23.92

Codes

Color #C2899A in popluar color models

C2 89 9A
RGB 194 137 154
HSL 342° 31.84% 64.90%
HSB/HSV 342° 29.38% 76.08%
CMYK 0.00% 29.38% 20.62%
23.92%

Color #C2899A in popluar number systems.

HEX C2 89 9A
Decimal 194 137 154
Binary 11000010 10001001 10011010
Octal 302 211 232

Shades and tints

Shades of #C2899A

#C2899A
(194,137,154)
#B17D8C
(177,125,140)
#A0717E
(160,113,126)
#8F6570
(143,101,112)
#7E5962
(126,89,98)
#6D4D54
(109,77,84)
#5C4146
(92,65,70)
#4B3538
(75,53,56)
#3A292A
(58,41,42)
#291D1C
(41,29,28)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #C2899A

#C2899A
(194,137,154)
#C793A3
(199,147,163)
#CC9DAC
(204,157,172)
#D1A7B5
(209,167,181)
#D6B1BE
(214,177,190)
#DBBBC7
(219,187,199)
#E0C5D0
(224,197,208)
#E5CFD9
(229,207,217)
#EAD9E2
(234,217,226)
#EFE3EB
(239,227,235)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2899A; }

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

This text font color is #C2899A.

Background Color

.myBgColor { background-color: #C2899A; }

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

This div background color is #C2899A.

Border color

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

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

This div border color is #C2899A.

Opacity

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

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

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

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

This text has shadow with #C2899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2899A.

Preview

Color preview on black background

This text has color #C2899A on black background.


Color preview on white background

This text has color #C2899A on white background.


Black color preview on #C2899A background

This text has black color on #C2899A background.


White color preview on #C2899A background

This text has white color on #C2899A background.


Related colors

Complementary color

Complementary color for #hex is #3D7665.


I love getcolorcode.com

Triadic colors

1 #9AC289 and #899AC2 with #C2899A are triadic colors.

2 #9A89C2 and #89C29A with #C2899A are triadic colors.