COLOR #C1B38D

HEX: #C1B38D RGB: (193,179,141)

Color info

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

RGB color model

#C1B38D color RGB value is (193,179,141).

RGB: (193,179,141) (76%, 70%, 55%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 141 of 255 = 55%

193
179
141

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

Portions of RGB colors in percentages

R + G + B = 193 + 179 + 141 = 513 (100%)
R 193 of 513 ~ 37.62%
G 179 of 513 ~ 34.89%
B 141 of 513 ~ 27.49'%

%37.62
%34.89
%27.49

CMYK color model

#C1B38D color CMYK value is (0,7,27,24).

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

CMYK: (0,7,27,24)
C0M7Y27K24 (0%, 7%, 27%, 24%)
(0.00 / 0.07 / 0.27 / 0.24)

CMYK percentages

%0
%7.25
%26.94
%24.31

Codes

Color #C1B38D in popluar color models

C1 B3 8D
RGB 193 179 141
HSL 44° 29.55% 65.49%
HSB/HSV 44° 26.94% 75.69%
CMYK 0.00% 7.25% 26.94%
24.31%

Color #C1B38D in popluar number systems.

HEX C1 B3 8D
Decimal 193 179 141
Binary 11000001 10110011 10001101
Octal 301 263 215

Shades and tints

Shades of #C1B38D

#C1B38D
(193,179,141)
#B0A381
(176,163,129)
#9F9375
(159,147,117)
#8E8369
(142,131,105)
#7D735D
(125,115,93)
#6C6351
(108,99,81)
#5B5345
(91,83,69)
#4A4339
(74,67,57)
#39332D
(57,51,45)
#282321
(40,35,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #C1B38D

#C1B38D
(193,179,141)
#C6B997
(198,185,151)
#CBBFA1
(203,191,161)
#D0C5AB
(208,197,171)
#D5CBB5
(213,203,181)
#DAD1BF
(218,209,191)
#DFD7C9
(223,215,201)
#E4DDD3
(228,221,211)
#E9E3DD
(233,227,221)
#EEE9E7
(238,233,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B38D; }

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

This text font color is #C1B38D.

Background Color

.myBgColor { background-color: #C1B38D; }

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

This div background color is #C1B38D.

Border color

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

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

This div border color is #C1B38D.

Opacity

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

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

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

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

This text has shadow with #C1B38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B38D.

Preview

Color preview on black background

This text has color #C1B38D on black background.


Color preview on white background

This text has color #C1B38D on white background.


Black color preview on #C1B38D background

This text has black color on #C1B38D background.


White color preview on #C1B38D background

This text has white color on #C1B38D background.


Related colors

Complementary color

Complementary color for #hex is #3E4C72.


I love getcolorcode.com

Triadic colors

1 #8DC1B3 and #B38DC1 with #C1B38D are triadic colors.

2 #8DB3C1 and #B3C18D with #C1B38D are triadic colors.