COLOR #C1B565

HEX: #C1B565
RGB: (193,181,101)

Color info

#C1B565 contains mainly red and green colors. Web safe color of #C1B565 is #CCCC66 (or #CC6).

RGB color model

#C1B565 color RGB value is (193,181,101).

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

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 101 of 255 = 40%

193
181
101

R + G + B ~ 62%. #C1B565 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 181 + 101 = 475 (100%)
R 193 of 475 ~ 40.63%
G 181 of 475 ~ 38.11%
B 101 of 475 ~ 21.26%

%40.63
%38.11
%21.26

CMYK color model

#C1B565 color CMYK value is (0,6,48,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 47.67%
  • key color value is 24.31%
CMYK:
(0,6,48,24)
C0M6Y48K24 
(0%,6%,48%,24%)
(0.00/0.06/0.48/0.24)	

CMYK percentages

%0
%6.22
%47.67
%24.31

Codes

Color #C1B565 in popluar color models

C1B565
RGB193181101
HSL52°42.59%57.65%
HSB/HSV52°47.67%75.69%
CMYK0.00%6.22%47.67%
24.31%

Color #C1B565 in popluar number systems.

HEXC1B565
Decimal193181101
Binary11000001101101011100101
Octal301265145

Shades and tints

Shades of #C1B565

#C1B565
(193,181,101)
#B0A55C
(176,165,92)
#9F9553
(159,149,83)
#8E854A
(142,133,74)
#7D7541
(125,117,65)
#6C6538
(108,101,56)
#5B552F
(91,85,47)
#4A4526
(74,69,38)
#39351D
(57,53,29)
#282514
(40,37,20)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #C1B565

#C1B565
(193,181,101)
#C6BB73
(198,187,115)
#CBC181
(203,193,129)
#D0C78F
(208,199,143)
#D5CD9D
(213,205,157)
#DAD3AB
(218,211,171)
#DFD9B9
(223,217,185)
#E4DFC7
(228,223,199)
#E9E5D5
(233,229,213)
#EEEBE3
(238,235,227)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B565; }

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

This text font color is #C1B565.


Background Color

.myBgColor { background-color: #C1B565; }

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

This div background color is #C1B565.


Border color

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

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

This div border color is #C1B565.


Opacity

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

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

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

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

This text has shadow with #C1B565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B565 on black background.


Color preview on white background

This text has color #C1B565 on white background.



Black color preview on #C1B565 background

This text has black color on #C1B565 background.


White color preview on #C1B565 background

This text has white color on #C1B565 background.