COLOR #C1B8A0

HEX: #C1B8A0
RGB: (193,184,160)

Color info

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

RGB color model

#C1B8A0 color RGB value is (193,184,160).

  • red value is 193;
  • green value is 184;
  • blue value is 160.
RGB:
(193,184,160)
(76%,72%,63%)

RGB channels and saturation

R 193 of 255 = 76%
G 184 of 255 = 72%
B 160 of 255 = 63%

193
184
160

R + G + B ~ 70%. #C1B8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 184 + 160 = 537 (100%)
R 193 of 537 ~ 35.94%
G 184 of 537 ~ 34.26%
B 160 of 537 ~ 29.8%

%35.94
%34.26
%29.8

CMYK color model

#C1B8A0 color CMYK value is (0,5,17,24).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(0,5,17,24)
C0M5Y17K24 
(0%,5%,17%,24%)
(0.00/0.05/0.17/0.24)	

CMYK percentages

%0
%4.66
%17.1
%24.31

Codes

Color #C1B8A0 in popluar color models

C1B8A0
RGB193184160
HSL44°21.02%69.22%
HSB/HSV44°17.10%75.69%
CMYK0.00%4.66%17.10%
24.31%

Color #C1B8A0 in popluar number systems.

HEXC1B8A0
Decimal193184160
Binary110000011011100010100000
Octal301270240

Shades and tints

Shades of #C1B8A0

#C1B8A0
(193,184,160)
#B0A892
(176,168,146)
#9F9884
(159,152,132)
#8E8876
(142,136,118)
#7D7868
(125,120,104)
#6C685A
(108,104,90)
#5B584C
(91,88,76)
#4A483E
(74,72,62)
#393830
(57,56,48)
#282822
(40,40,34)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1B8A0

#C1B8A0
(193,184,160)
#C6BEA8
(198,190,168)
#CBC4B0
(203,196,176)
#D0CAB8
(208,202,184)
#D5D0C0
(213,208,192)
#DAD6C8
(218,214,200)
#DFDCD0
(223,220,208)
#E4E2D8
(228,226,216)
#E9E8E0
(233,232,224)
#EEEEE8
(238,238,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B8A0 color. Also use rgb(193,184,160) instead hex code.

Text Font Color

.myTextColor { color: #C1B8A0; }

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

This text font color is #C1B8A0.


Background Color

.myBgColor { background-color: #C1B8A0; }

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

This div background color is #C1B8A0.


Border color

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

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

This div border color is #C1B8A0.


Opacity

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

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

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

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

This text has shadow with #C1B8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B8A0 on black background.


Color preview on white background

This text has color #C1B8A0 on white background.



Black color preview on #C1B8A0 background

This text has black color on #C1B8A0 background.


White color preview on #C1B8A0 background

This text has white color on #C1B8A0 background.