COLOR #C1B58B

HEX: #C1B58B
RGB: (193,181,139)

Color info

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

RGB color model

#C1B58B color RGB value is (193,181,139).

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

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 139 of 255 = 55%

193
181
139

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

Portions of RGB colors in percentages

R + G + B =
193 + 181 + 139 = 513 (100%)
R 193 of 513 ~ 37.62%
G 181 of 513 ~ 35.28%
B 139 of 513 ~ 27.1%

%37.62
%35.28
%27.1

CMYK color model

#C1B58B color CMYK value is (0,6,28,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(0,6,28,24)
C0M6Y28K24 
(0%,6%,28%,24%)
(0.00/0.06/0.28/0.24)	

CMYK percentages

%0
%6.22
%27.98
%24.31

Codes

Color #C1B58B in popluar color models

C1B58B
RGB193181139
HSL47°30.34%65.10%
HSB/HSV47°27.98%75.69%
CMYK0.00%6.22%27.98%
24.31%

Color #C1B58B in popluar number systems.

HEXC1B58B
Decimal193181139
Binary110000011011010110001011
Octal301265213

Shades and tints

Shades of #C1B58B

#C1B58B
(193,181,139)
#B0A57F
(176,165,127)
#9F9573
(159,149,115)
#8E8567
(142,133,103)
#7D755B
(125,117,91)
#6C654F
(108,101,79)
#5B5543
(91,85,67)
#4A4537
(74,69,55)
#39352B
(57,53,43)
#28251F
(40,37,31)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C1B58B

#C1B58B
(193,181,139)
#C6BB95
(198,187,149)
#CBC19F
(203,193,159)
#D0C7A9
(208,199,169)
#D5CDB3
(213,205,179)
#DAD3BD
(218,211,189)
#DFD9C7
(223,217,199)
#E4DFD1
(228,223,209)
#E9E5DB
(233,229,219)
#EEEBE5
(238,235,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B58B; }

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

This text font color is #C1B58B.


Background Color

.myBgColor { background-color: #C1B58B; }

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

This div background color is #C1B58B.


Border color

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

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

This div border color is #C1B58B.


Opacity

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

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

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

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

This text has shadow with #C1B58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B58B on black background.


Color preview on white background

This text has color #C1B58B on white background.



Black color preview on #C1B58B background

This text has black color on #C1B58B background.


White color preview on #C1B58B background

This text has white color on #C1B58B background.