COLOR #C1A891

HEX: #C1A891
RGB: (193,168,145)

Color info

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

RGB color model

#C1A891 color RGB value is (193,168,145).

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

RGB channels and saturation

R 193 of 255 = 76%
G 168 of 255 = 66%
B 145 of 255 = 57%

193
168
145

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

Portions of RGB colors in percentages

R + G + B =
193 + 168 + 145 = 506 (100%)
R 193 of 506 ~ 38.14%
G 168 of 506 ~ 33.2%
B 145 of 506 ~ 28.66%

%38.14
%33.2
%28.66

CMYK color model

#C1A891 color CMYK value is (0,13,25,24).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 24.87%
  • key color value is 24.31%
CMYK:
(0,13,25,24)
C0M13Y25K24 
(0%,13%,25%,24%)
(0.00/0.13/0.25/0.24)	

CMYK percentages

%0
%12.95
%24.87
%24.31

Codes

Color #C1A891 in popluar color models

C1A891
RGB193168145
HSL29°27.91%66.27%
HSB/HSV29°24.87%75.69%
CMYK0.00%12.95%24.87%
24.31%

Color #C1A891 in popluar number systems.

HEXC1A891
Decimal193168145
Binary110000011010100010010001
Octal301250221

Shades and tints

Shades of #C1A891

#C1A891
(193,168,145)
#B09984
(176,153,132)
#9F8A77
(159,138,119)
#8E7B6A
(142,123,106)
#7D6C5D
(125,108,93)
#6C5D50
(108,93,80)
#5B4E43
(91,78,67)
#4A3F36
(74,63,54)
#393029
(57,48,41)
#28211C
(40,33,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #C1A891

#C1A891
(193,168,145)
#C6AF9B
(198,175,155)
#CBB6A5
(203,182,165)
#D0BDAF
(208,189,175)
#D5C4B9
(213,196,185)
#DACBC3
(218,203,195)
#DFD2CD
(223,210,205)
#E4D9D7
(228,217,215)
#E9E0E1
(233,224,225)
#EEE7EB
(238,231,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A891; }

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

This text font color is #C1A891.


Background Color

.myBgColor { background-color: #C1A891; }

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

This div background color is #C1A891.


Border color

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

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

This div border color is #C1A891.


Opacity

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

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

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

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

This text has shadow with #C1A891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A891 on black background.


Color preview on white background

This text has color #C1A891 on white background.



Black color preview on #C1A891 background

This text has black color on #C1A891 background.


White color preview on #C1A891 background

This text has white color on #C1A891 background.