COLOR #C1A59B

HEX: #C1A59B
RGB: (193,165,155)

Color info

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

RGB color model

#C1A59B color RGB value is (193,165,155).

  • red value is 193;
  • green value is 165;
  • blue value is 155.
RGB:
(193,165,155)
(76%,65%,61%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 155 of 255 = 61%

193
165
155

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

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 155 = 513 (100%)
R 193 of 513 ~ 37.62%
G 165 of 513 ~ 32.16%
B 155 of 513 ~ 30.21%

%37.62
%32.16
%30.21

CMYK color model

#C1A59B color CMYK value is (0,15,20,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(0,15,20,24)
C0M15Y20K24 
(0%,15%,20%,24%)
(0.00/0.15/0.20/0.24)	

CMYK percentages

%0
%14.51
%19.69
%24.31

Codes

Color #C1A59B in popluar color models

C1A59B
RGB193165155
HSL16°23.46%68.24%
HSB/HSV16°19.69%75.69%
CMYK0.00%14.51%19.69%
24.31%

Color #C1A59B in popluar number systems.

HEXC1A59B
Decimal193165155
Binary110000011010010110011011
Octal301245233

Shades and tints

Shades of #C1A59B

#C1A59B
(193,165,155)
#B0968D
(176,150,141)
#9F877F
(159,135,127)
#8E7871
(142,120,113)
#7D6963
(125,105,99)
#6C5A55
(108,90,85)
#5B4B47
(91,75,71)
#4A3C39
(74,60,57)
#392D2B
(57,45,43)
#281E1D
(40,30,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #C1A59B

#C1A59B
(193,165,155)
#C6ADA4
(198,173,164)
#CBB5AD
(203,181,173)
#D0BDB6
(208,189,182)
#D5C5BF
(213,197,191)
#DACDC8
(218,205,200)
#DFD5D1
(223,213,209)
#E4DDDA
(228,221,218)
#E9E5E3
(233,229,227)
#EEEDEC
(238,237,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A59B color. Also use rgb(193,165,155) instead hex code.

Text Font Color

.myTextColor { color: #C1A59B; }

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

This text font color is #C1A59B.


Background Color

.myBgColor { background-color: #C1A59B; }

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

This div background color is #C1A59B.


Border color

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

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

This div border color is #C1A59B.


Opacity

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

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

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

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

This text has shadow with #C1A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A59B on black background.


Color preview on white background

This text has color #C1A59B on white background.



Black color preview on #C1A59B background

This text has black color on #C1A59B background.


White color preview on #C1A59B background

This text has white color on #C1A59B background.