COLOR #C1B58D

HEX: #C1B58D RGB: (193,181,141)

Color info

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

RGB color model

#C1B58D color RGB value is (193,181,141).

RGB: (193,181,141) (76%, 71%, 55%)

RGB channels and saturation

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

193
181
141

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

Portions of RGB colors in percentages

R + G + B = 193 + 181 + 141 = 515 (100%)
R 193 of 515 ~ 37.48%
G 181 of 515 ~ 35.15%
B 141 of 515 ~ 27.38'%

%37.48
%35.15
%27.38

CMYK color model

#C1B58D color CMYK value is (0,6,27,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 26.94%
  • key color value is 24.31%

CMYK: (0,6,27,24)
C0M6Y27K24 (0%, 6%, 27%, 24%)
(0.00 / 0.06 / 0.27 / 0.24)

CMYK percentages

%0
%6.22
%26.94
%24.31

Codes

Color #C1B58D in popluar color models

C1 B5 8D
RGB 193 181 141
HSL 46° 29.55% 65.49%
HSB/HSV 46° 26.94% 75.69%
CMYK 0.00% 6.22% 26.94%
24.31%

Color #C1B58D in popluar number systems.

HEX C1 B5 8D
Decimal 193 181 141
Binary 11000001 10110101 10001101
Octal 301 265 215

Shades and tints

Shades of #C1B58D

#C1B58D
(193,181,141)
#B0A581
(176,165,129)
#9F9575
(159,149,117)
#8E8569
(142,133,105)
#7D755D
(125,117,93)
#6C6551
(108,101,81)
#5B5545
(91,85,69)
#4A4539
(74,69,57)
#39352D
(57,53,45)
#282521
(40,37,33)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1B58D

#C1B58D
(193,181,141)
#C6BB97
(198,187,151)
#CBC1A1
(203,193,161)
#D0C7AB
(208,199,171)
#D5CDB5
(213,205,181)
#DAD3BF
(218,211,191)
#DFD9C9
(223,217,201)
#E4DFD3
(228,223,211)
#E9E5DD
(233,229,221)
#EEEBE7
(238,235,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B58D; }

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

This text font color is #C1B58D.

Background Color

.myBgColor { background-color: #C1B58D; }

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

This div background color is #C1B58D.

Border color

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

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

This div border color is #C1B58D.

Opacity

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

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

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

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

This text has shadow with #C1B58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B58D.

Preview

Color preview on black background

This text has color #C1B58D on black background.


Color preview on white background

This text has color #C1B58D on white background.


Black color preview on #C1B58D background

This text has black color on #C1B58D background.


White color preview on #C1B58D background

This text has white color on #C1B58D background.


Related colors

Complementary color

Complementary color for #hex is #3E4A72.


I love getcolorcode.com

Triadic colors

1 #8DC1B5 and #B58DC1 with #C1B58D are triadic colors.

2 #8DB5C1 and #B5C18D with #C1B58D are triadic colors.