COLOR #C2A897

HEX: #C2A897
RGB: (194,168,151)

Color info

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

RGB color model

#C2A897 color RGB value is (194,168,151).

  • red value is 194;
  • green value is 168;
  • blue value is 151.
RGB:
(194,168,151)
(76%,66%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 151 of 255 = 59%

194
168
151

R + G + B ~ 67%. #C2A897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 168 + 151 = 513 (100%)
R 194 of 513 ~ 37.82%
G 168 of 513 ~ 32.75%
B 151 of 513 ~ 29.43%

%37.82
%32.75
%29.43

CMYK color model

#C2A897 color CMYK value is (0,13,22,24).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 22.16%
  • key color value is 23.92%
CMYK:
(0,13,22,24)
C0M13Y22K24 
(0%,13%,22%,24%)
(0.00/0.13/0.22/0.24)	

CMYK percentages

%0
%13.4
%22.16
%23.92

Codes

Color #C2A897 in popluar color models

C2A897
RGB194168151
HSL24°26.06%67.65%
HSB/HSV24°22.16%76.08%
CMYK0.00%13.40%22.16%
23.92%

Color #C2A897 in popluar number systems.

HEXC2A897
Decimal194168151
Binary110000101010100010010111
Octal302250227

Shades and tints

Shades of #C2A897

#C2A897
(194,168,151)
#B1998A
(177,153,138)
#A08A7D
(160,138,125)
#8F7B70
(143,123,112)
#7E6C63
(126,108,99)
#6D5D56
(109,93,86)
#5C4E49
(92,78,73)
#4B3F3C
(75,63,60)
#3A302F
(58,48,47)
#292122
(41,33,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #C2A897

#C2A897
(194,168,151)
#C7AFA0
(199,175,160)
#CCB6A9
(204,182,169)
#D1BDB2
(209,189,178)
#D6C4BB
(214,196,187)
#DBCBC4
(219,203,196)
#E0D2CD
(224,210,205)
#E5D9D6
(229,217,214)
#EAE0DF
(234,224,223)
#EFE7E8
(239,231,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A897; }

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

This text font color is #C2A897.


Background Color

.myBgColor { background-color: #C2A897; }

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

This div background color is #C2A897.


Border color

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

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

This div border color is #C2A897.


Opacity

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

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

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

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

This text has shadow with #C2A897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A897 on black background.


Color preview on white background

This text has color #C2A897 on white background.



Black color preview on #C2A897 background

This text has black color on #C2A897 background.


White color preview on #C2A897 background

This text has white color on #C2A897 background.