COLOR #C1B29F

HEX: #C1B29F RGB: (193,178,159)

Color info

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

RGB color model

#C1B29F color RGB value is (193,178,159).

RGB: (193,178,159) (76%, 70%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 178 of 255 = 70%
B 159 of 255 = 62%

193
178
159

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

Portions of RGB colors in percentages

R + G + B = 193 + 178 + 159 = 530 (100%)
R 193 of 530 ~ 36.42%
G 178 of 530 ~ 33.58%
B 159 of 530 ~ 30'%

%36.42
%33.58
%30

CMYK color model

#C1B29F color CMYK value is (0,8,18,24).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 17.62%
  • key color value is 24.31%
CMYK: (0,8,18,24) C0M8Y18K24 (0%,8%,18%,24%) (0.00/0.08/0.18/0.24) 

CMYK percentages

%0
%7.77
%17.62
%24.31

Codes

Color #C1B29F in popluar color models

C1 B2 9F
RGB 193 178 159
HSL 34° 21.52% 69.02%
HSB/HSV 34° 17.62% 75.69%
CMYK 0.00% 7.77% 17.62%
24.31%

Color #C1B29F in popluar number systems.

HEX C1 B2 9F
Decimal 193 178 159
Binary 11000001 10110010 10011111
Octal 301 262 237

Shades and tints

Shades of #C1B29F

#C1B29F
(193,178,159)
#B0A291
(176,162,145)
#9F9283
(159,146,131)
#8E8275
(142,130,117)
#7D7267
(125,114,103)
#6C6259
(108,98,89)
#5B524B
(91,82,75)
#4A423D
(74,66,61)
#39322F
(57,50,47)
#282221
(40,34,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C1B29F

#C1B29F
(193,178,159)
#C6B9A7
(198,185,167)
#CBC0AF
(203,192,175)
#D0C7B7
(208,199,183)
#D5CEBF
(213,206,191)
#DAD5C7
(218,213,199)
#DFDCCF
(223,220,207)
#E4E3D7
(228,227,215)
#E9EADF
(233,234,223)
#EEF1E7
(238,241,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B29F color. Also use rgb(193,178,159) instead hex code.

Text Font Color

.myTextColor { color: #C1B29F; }

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

This text font color is #C1B29F.

Background Color

.myBgColor { background-color: #C1B29F; }

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

This div background color is #C1B29F.

Border color

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

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

This div border color is #C1B29F.

Opacity

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

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

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

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

This text has shadow with #C1B29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B29F.

Preview

Color preview on black background

This text has color #C1B29F on black background.


Color preview on white background

This text has color #C1B29F on white background.


Black color preview on #C1B29F background

This text has black color on #C1B29F background.


White color preview on #C1B29F background

This text has white color on #C1B29F background.


Related colors

Complementary color

Complementary color for #hex is #3E4D60.


I love getcolorcode.com

Triadic colors

1 #9FC1B2 and #B29FC1 with #C1B29F are triadic colors.

2 #9FB2C1 and #B2C19F with #C1B29F are triadic colors.