COLOR #C1B582

HEX: #C1B582
RGB: (193,181,130)

Color info

#C1B582 contains mainly red and green colors. Web safe color of #C1B582 is #CCCC99 (or #CC9).

RGB color model

#C1B582 color RGB value is (193,181,130).

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

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 130 of 255 = 51%

193
181
130

R + G + B ~ 66%. #C1B582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 181 + 130 = 504 (100%)
R 193 of 504 ~ 38.29%
G 181 of 504 ~ 35.91%
B 130 of 504 ~ 25.79%

%38.29
%35.91
%25.79

CMYK color model

#C1B582 color CMYK value is (0,6,33,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 32.64%
  • key color value is 24.31%
CMYK:
(0,6,33,24)
C0M6Y33K24 
(0%,6%,33%,24%)
(0.00/0.06/0.33/0.24)	

CMYK percentages

%0
%6.22
%32.64
%24.31

Codes

Color #C1B582 in popluar color models

C1B582
RGB193181130
HSL49°33.69%63.33%
HSB/HSV49°32.64%75.69%
CMYK0.00%6.22%32.64%
24.31%

Color #C1B582 in popluar number systems.

HEXC1B582
Decimal193181130
Binary110000011011010110000010
Octal301265202

Shades and tints

Shades of #C1B582

#C1B582
(193,181,130)
#B0A577
(176,165,119)
#9F956C
(159,149,108)
#8E8561
(142,133,97)
#7D7556
(125,117,86)
#6C654B
(108,101,75)
#5B5540
(91,85,64)
#4A4535
(74,69,53)
#39352A
(57,53,42)
#28251F
(40,37,31)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C1B582

#C1B582
(193,181,130)
#C6BB8D
(198,187,141)
#CBC198
(203,193,152)
#D0C7A3
(208,199,163)
#D5CDAE
(213,205,174)
#DAD3B9
(218,211,185)
#DFD9C4
(223,217,196)
#E4DFCF
(228,223,207)
#E9E5DA
(233,229,218)
#EEEBE5
(238,235,229)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B582; }

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

This text font color is #C1B582.


Background Color

.myBgColor { background-color: #C1B582; }

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

This div background color is #C1B582.


Border color

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

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

This div border color is #C1B582.


Opacity

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

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

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

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

This text has shadow with #C1B582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B582 on black background.


Color preview on white background

This text has color #C1B582 on white background.



Black color preview on #C1B582 background

This text has black color on #C1B582 background.


White color preview on #C1B582 background

This text has white color on #C1B582 background.