COLOR #C1A09C

HEX: #C1A09C
RGB: (193,160,156)

Color info

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

RGB color model

#C1A09C color RGB value is (193,160,156).

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

RGB channels and saturation

R 193 of 255 = 76%
G 160 of 255 = 63%
B 156 of 255 = 61%

193
160
156

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

Portions of RGB colors in percentages

R + G + B =
193 + 160 + 156 = 509 (100%)
R 193 of 509 ~ 37.92%
G 160 of 509 ~ 31.43%
B 156 of 509 ~ 30.65%

%37.92
%31.43
%30.65

CMYK color model

#C1A09C color CMYK value is (0,17,19,24).

  • cyan value is 0.00%
  • magenta value is 17.10%
  • yellow value is 19.17%
  • key color value is 24.31%
CMYK:
(0,17,19,24)
C0M17Y19K24 
(0%,17%,19%,24%)
(0.00/0.17/0.19/0.24)	

CMYK percentages

%0
%17.1
%19.17
%24.31

Codes

Color #C1A09C in popluar color models

C1A09C
RGB193160156
HSL22.98%68.43%
HSB/HSV19.17%75.69%
CMYK0.00%17.10%19.17%
24.31%

Color #C1A09C in popluar number systems.

HEXC1A09C
Decimal193160156
Binary110000011010000010011100
Octal301240234

Shades and tints

Shades of #C1A09C

#C1A09C
(193,160,156)
#B0928E
(176,146,142)
#9F8480
(159,132,128)
#8E7672
(142,118,114)
#7D6864
(125,104,100)
#6C5A56
(108,90,86)
#5B4C48
(91,76,72)
#4A3E3A
(74,62,58)
#39302C
(57,48,44)
#28221E
(40,34,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C1A09C

#C1A09C
(193,160,156)
#C6A8A5
(198,168,165)
#CBB0AE
(203,176,174)
#D0B8B7
(208,184,183)
#D5C0C0
(213,192,192)
#DAC8C9
(218,200,201)
#DFD0D2
(223,208,210)
#E4D8DB
(228,216,219)
#E9E0E4
(233,224,228)
#EEE8ED
(238,232,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A09C; }

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

This text font color is #C1A09C.


Background Color

.myBgColor { background-color: #C1A09C; }

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

This div background color is #C1A09C.


Border color

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

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

This div border color is #C1A09C.


Opacity

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

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

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

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

This text has shadow with #C1A09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A09C on black background.


Color preview on white background

This text has color #C1A09C on white background.



Black color preview on #C1A09C background

This text has black color on #C1A09C background.


White color preview on #C1A09C background

This text has white color on #C1A09C background.