COLOR #C1A491

HEX: #C1A491 RGB: (193,164,145)

Color info

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

RGB color model

#C1A491 color RGB value is (193,164,145).

RGB: (193,164,145) (76%, 64%, 57%)

RGB channels and saturation

R 193 of 255 = 76%
G 164 of 255 = 64%
B 145 of 255 = 57%

193
164
145

R + G + B ~ 66%. #C1A491 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 164 + 145 = 502 (100%)
R 193 of 502 ~ 38.45%
G 164 of 502 ~ 32.67%
B 145 of 502 ~ 28.88'%

%38.45
%32.67
%28.88

CMYK color model

#C1A491 color CMYK value is (0,15,25,24).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 24.87%
  • key color value is 24.31%

CMYK: (0,15,25,24)
C0M15Y25K24 (0%, 15%, 25%, 24%)
(0.00 / 0.15 / 0.25 / 0.24)

CMYK percentages

%0
%15.03
%24.87
%24.31

Codes

Color #C1A491 in popluar color models

C1 A4 91
RGB 193 164 145
HSL 24° 27.91% 66.27%
HSB/HSV 24° 24.87% 75.69%
CMYK 0.00% 15.03% 24.87%
24.31%

Color #C1A491 in popluar number systems.

HEX C1 A4 91
Decimal 193 164 145
Binary 11000001 10100100 10010001
Octal 301 244 221

Shades and tints

Shades of #C1A491

#C1A491
(193,164,145)
#B09684
(176,150,132)
#9F8877
(159,136,119)
#8E7A6A
(142,122,106)
#7D6C5D
(125,108,93)
#6C5E50
(108,94,80)
#5B5043
(91,80,67)
#4A4236
(74,66,54)
#393429
(57,52,41)
#28261C
(40,38,28)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #C1A491

#C1A491
(193,164,145)
#C6AC9B
(198,172,155)
#CBB4A5
(203,180,165)
#D0BCAF
(208,188,175)
#D5C4B9
(213,196,185)
#DACCC3
(218,204,195)
#DFD4CD
(223,212,205)
#E4DCD7
(228,220,215)
#E9E4E1
(233,228,225)
#EEECEB
(238,236,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A491 color. Also use rgb(193,164,145) instead hex code.

Text Font Color

.myTextColor { color: #C1A491; }

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

This text font color is #C1A491.

Background Color

.myBgColor { background-color: #C1A491; }

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

This div background color is #C1A491.

Border color

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

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

This div border color is #C1A491.

Opacity

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

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

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

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

This text has shadow with #C1A491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A491.

Preview

Color preview on black background

This text has color #C1A491 on black background.


Color preview on white background

This text has color #C1A491 on white background.


Black color preview on #C1A491 background

This text has black color on #C1A491 background.


White color preview on #C1A491 background

This text has white color on #C1A491 background.


Related colors

Complementary color

Complementary color for #hex is #3E5B6E.


I love getcolorcode.com

Triadic colors

1 #91C1A4 and #A491C1 with #C1A491 are triadic colors.

2 #91A4C1 and #A4C191 with #C1A491 are triadic colors.