COLOR #C1A897

HEX: #C1A897
RGB: (193,168,151)

Color info

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

RGB color model

#C1A897 color RGB value is (193,168,151).

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

RGB channels and saturation

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

193
168
151

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

Portions of RGB colors in percentages

R + G + B =
193 + 168 + 151 = 512 (100%)
R 193 of 512 ~ 37.7%
G 168 of 512 ~ 32.81%
B 151 of 512 ~ 29.49%

%37.7
%32.81
%29.49

CMYK color model

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

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

CMYK percentages

%0
%12.95
%21.76
%24.31

Codes

Color #C1A897 in popluar color models

C1A897
RGB193168151
HSL24°25.30%67.45%
HSB/HSV24°21.76%75.69%
CMYK0.00%12.95%21.76%
24.31%

Color #C1A897 in popluar number systems.

HEXC1A897
Decimal193168151
Binary110000011010100010010111
Octal301250227

Shades and tints

Shades of #C1A897

#C1A897
(193,168,151)
#B0998A
(176,153,138)
#9F8A7D
(159,138,125)
#8E7B70
(142,123,112)
#7D6C63
(125,108,99)
#6C5D56
(108,93,86)
#5B4E49
(91,78,73)
#4A3F3C
(74,63,60)
#39302F
(57,48,47)
#282122
(40,33,34)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #C1A897

#C1A897
(193,168,151)
#C6AFA0
(198,175,160)
#CBB6A9
(203,182,169)
#D0BDB2
(208,189,178)
#D5C4BB
(213,196,187)
#DACBC4
(218,203,196)
#DFD2CD
(223,210,205)
#E4D9D6
(228,217,214)
#E9E0DF
(233,224,223)
#EEE7E8
(238,231,232)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A897; }

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

This text font color is #C1A897.


Background Color

.myBgColor { background-color: #C1A897; }

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

This div background color is #C1A897.


Border color

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

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

This div border color is #C1A897.


Opacity

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

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

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

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

This text has shadow with #C1A897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A897 on black background.


Color preview on white background

This text has color #C1A897 on white background.



Black color preview on #C1A897 background

This text has black color on #C1A897 background.


White color preview on #C1A897 background

This text has white color on #C1A897 background.