COLOR #C2897C

HEX: #C2897C
RGB: (194,137,124)

Color info

#C2897C contains mainly red and green colors. Web safe color of #C2897C is #CC9966 (or #C96).

RGB color model

#C2897C color RGB value is (194,137,124).

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

RGB channels and saturation

R 194 of 255 = 76%
G 137 of 255 = 54%
B 124 of 255 = 49%

194
137
124

R + G + B ~ 60%. #C2897C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 137 + 124 = 455 (100%)
R 194 of 455 ~ 42.64%
G 137 of 455 ~ 30.11%
B 124 of 455 ~ 27.25%

%42.64
%30.11
%27.25

CMYK color model

#C2897C color CMYK value is (0,29,36,24).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 36.08%
  • key color value is 23.92%
CMYK:
(0,29,36,24)
C0M29Y36K24 
(0%,29%,36%,24%)
(0.00/0.29/0.36/0.24)	

CMYK percentages

%0
%29.38
%36.08
%23.92

Codes

Color #C2897C in popluar color models

C2897C
RGB194137124
HSL11°36.46%62.35%
HSB/HSV11°36.08%76.08%
CMYK0.00%29.38%36.08%
23.92%

Color #C2897C in popluar number systems.

HEXC2897C
Decimal194137124
Binary11000010100010011111100
Octal302211174

Shades and tints

Shades of #C2897C

#C2897C
(194,137,124)
#B17D71
(177,125,113)
#A07166
(160,113,102)
#8F655B
(143,101,91)
#7E5950
(126,89,80)
#6D4D45
(109,77,69)
#5C413A
(92,65,58)
#4B352F
(75,53,47)
#3A2924
(58,41,36)
#291D19
(41,29,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #C2897C

#C2897C
(194,137,124)
#C79387
(199,147,135)
#CC9D92
(204,157,146)
#D1A79D
(209,167,157)
#D6B1A8
(214,177,168)
#DBBBB3
(219,187,179)
#E0C5BE
(224,197,190)
#E5CFC9
(229,207,201)
#EAD9D4
(234,217,212)
#EFE3DF
(239,227,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2897C; }

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

This text font color is #C2897C.


Background Color

.myBgColor { background-color: #C2897C; }

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

This div background color is #C2897C.


Border color

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

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

This div border color is #C2897C.


Opacity

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

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

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

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

This text has shadow with #C2897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2897C on black background.


Color preview on white background

This text has color #C2897C on white background.



Black color preview on #C2897C background

This text has black color on #C2897C background.


White color preview on #C2897C background

This text has white color on #C2897C background.