COLOR #C1A89E

HEX: #C1A89E RGB: (193,168,158)

Color info

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

RGB color model

#C1A89E color RGB value is (193,168,158).

RGB: (193,168,158) (76%, 66%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 168 of 255 = 66%
B 158 of 255 = 62%

193
168
158

R + G + B ~ 68%. #C1A89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 168 + 158 = 519 (100%)
R 193 of 519 ~ 37.19%
G 168 of 519 ~ 32.37%
B 158 of 519 ~ 30.44'%

%37.19
%32.37
%30.44

CMYK color model

#C1A89E color CMYK value is (0,13,18,24).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 18.13%
  • key color value is 24.31%

CMYK: (0,13,18,24)
C0M13Y18K24 (0%, 13%, 18%, 24%)
(0.00 / 0.13 / 0.18 / 0.24)

CMYK percentages

%0
%12.95
%18.13
%24.31

Codes

Color #C1A89E in popluar color models

C1 A8 9E
RGB 193 168 158
HSL 17° 22.01% 68.82%
HSB/HSV 17° 18.13% 75.69%
CMYK 0.00% 12.95% 18.13%
24.31%

Color #C1A89E in popluar number systems.

HEX C1 A8 9E
Decimal 193 168 158
Binary 11000001 10101000 10011110
Octal 301 250 236

Shades and tints

Shades of #C1A89E

#C1A89E
(193,168,158)
#B09990
(176,153,144)
#9F8A82
(159,138,130)
#8E7B74
(142,123,116)
#7D6C66
(125,108,102)
#6C5D58
(108,93,88)
#5B4E4A
(91,78,74)
#4A3F3C
(74,63,60)
#39302E
(57,48,46)
#282120
(40,33,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #C1A89E

#C1A89E
(193,168,158)
#C6AFA6
(198,175,166)
#CBB6AE
(203,182,174)
#D0BDB6
(208,189,182)
#D5C4BE
(213,196,190)
#DACBC6
(218,203,198)
#DFD2CE
(223,210,206)
#E4D9D6
(228,217,214)
#E9E0DE
(233,224,222)
#EEE7E6
(238,231,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A89E; }

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

This text font color is #C1A89E.

Background Color

.myBgColor { background-color: #C1A89E; }

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

This div background color is #C1A89E.

Border color

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

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

This div border color is #C1A89E.

Opacity

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

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

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

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

This text has shadow with #C1A89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A89E.

Preview

Color preview on black background

This text has color #C1A89E on black background.


Color preview on white background

This text has color #C1A89E on white background.


Black color preview on #C1A89E background

This text has black color on #C1A89E background.


White color preview on #C1A89E background

This text has white color on #C1A89E background.


Related colors

Complementary color

Complementary color for #hex is #3E5761.


I love getcolorcode.com

Triadic colors

1 #9EC1A8 and #A89EC1 with #C1A89E are triadic colors.

2 #9EA8C1 and #A8C19E with #C1A89E are triadic colors.