COLOR #C1A091

HEX: #C1A091
RGB: (193,160,145)

Color info

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

RGB color model

#C1A091 color RGB value is (193,160,145).

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

RGB channels and saturation

R 193 of 255 = 76%
G 160 of 255 = 63%
B 145 of 255 = 57%

193
160
145

R + G + B ~ 65%. #C1A091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 160 + 145 = 498 (100%)
R 193 of 498 ~ 38.76%
G 160 of 498 ~ 32.13%
B 145 of 498 ~ 29.12%

%38.76
%32.13
%29.12

CMYK color model

#C1A091 color CMYK value is (0,17,25,24).

  • cyan value is 0.00%
  • magenta value is 17.10%
  • yellow value is 24.87%
  • key color value is 24.31%
CMYK:
(0,17,25,24)
C0M17Y25K24 
(0%,17%,25%,24%)
(0.00/0.17/0.25/0.24)	

CMYK percentages

%0
%17.1
%24.87
%24.31

Codes

Color #C1A091 in popluar color models

C1A091
RGB193160145
HSL19°27.91%66.27%
HSB/HSV19°24.87%75.69%
CMYK0.00%17.10%24.87%
24.31%

Color #C1A091 in popluar number systems.

HEXC1A091
Decimal193160145
Binary110000011010000010010001
Octal301240221

Shades and tints

Shades of #C1A091

#C1A091
(193,160,145)
#B09284
(176,146,132)
#9F8477
(159,132,119)
#8E766A
(142,118,106)
#7D685D
(125,104,93)
#6C5A50
(108,90,80)
#5B4C43
(91,76,67)
#4A3E36
(74,62,54)
#393029
(57,48,41)
#28221C
(40,34,28)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #C1A091

#C1A091
(193,160,145)
#C6A89B
(198,168,155)
#CBB0A5
(203,176,165)
#D0B8AF
(208,184,175)
#D5C0B9
(213,192,185)
#DAC8C3
(218,200,195)
#DFD0CD
(223,208,205)
#E4D8D7
(228,216,215)
#E9E0E1
(233,224,225)
#EEE8EB
(238,232,235)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A091; }

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

This text font color is #C1A091.


Background Color

.myBgColor { background-color: #C1A091; }

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

This div background color is #C1A091.


Border color

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

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

This div border color is #C1A091.


Opacity

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

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

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

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

This text has shadow with #C1A091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A091 on black background.


Color preview on white background

This text has color #C1A091 on white background.



Black color preview on #C1A091 background

This text has black color on #C1A091 background.


White color preview on #C1A091 background

This text has white color on #C1A091 background.