COLOR #C1B59A

HEX: #C1B59A
RGB: (193,181,154)

Color info

#C1B59A contains red, green and blue colors in about the same proportion. Web safe color of #C1B59A is #CCCC99 (or #CC9).

RGB color model

#C1B59A color RGB value is (193,181,154).

  • red value is 193;
  • green value is 181;
  • blue value is 154.
RGB:
(193,181,154)
(76%,71%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 154 of 255 = 60%

193
181
154

R + G + B ~ 69%. #C1B59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 181 + 154 = 528 (100%)
R 193 of 528 ~ 36.55%
G 181 of 528 ~ 34.28%
B 154 of 528 ~ 29.17%

%36.55
%34.28
%29.17

CMYK color model

#C1B59A color CMYK value is (0,6,20,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 20.21%
  • key color value is 24.31%
CMYK:
(0,6,20,24)
C0M6Y20K24 
(0%,6%,20%,24%)
(0.00/0.06/0.20/0.24)	

CMYK percentages

%0
%6.22
%20.21
%24.31

Codes

Color #C1B59A in popluar color models

C1B59A
RGB193181154
HSL42°23.93%68.04%
HSB/HSV42°20.21%75.69%
CMYK0.00%6.22%20.21%
24.31%

Color #C1B59A in popluar number systems.

HEXC1B59A
Decimal193181154
Binary110000011011010110011010
Octal301265232

Shades and tints

Shades of #C1B59A

#C1B59A
(193,181,154)
#B0A58C
(176,165,140)
#9F957E
(159,149,126)
#8E8570
(142,133,112)
#7D7562
(125,117,98)
#6C6554
(108,101,84)
#5B5546
(91,85,70)
#4A4538
(74,69,56)
#39352A
(57,53,42)
#28251C
(40,37,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #C1B59A

#C1B59A
(193,181,154)
#C6BBA3
(198,187,163)
#CBC1AC
(203,193,172)
#D0C7B5
(208,199,181)
#D5CDBE
(213,205,190)
#DAD3C7
(218,211,199)
#DFD9D0
(223,217,208)
#E4DFD9
(228,223,217)
#E9E5E2
(233,229,226)
#EEEBEB
(238,235,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B59A color. Also use rgb(193,181,154) instead hex code.

Text Font Color

.myTextColor { color: #C1B59A; }

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

This text font color is #C1B59A.


Background Color

.myBgColor { background-color: #C1B59A; }

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

This div background color is #C1B59A.


Border color

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

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

This div border color is #C1B59A.


Opacity

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

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

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

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

This text has shadow with #C1B59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B59A on black background.


Color preview on white background

This text has color #C1B59A on white background.



Black color preview on #C1B59A background

This text has black color on #C1B59A background.


White color preview on #C1B59A background

This text has white color on #C1B59A background.