COLOR #C1B36B

HEX: #C1B36B
RGB: (193,179,107)

Color info

#C1B36B contains mainly red and green colors. Web safe color of #C1B36B is #CC9966 (or #C96).

RGB color model

#C1B36B color RGB value is (193,179,107).

  • red value is 193;
  • green value is 179;
  • blue value is 107.
RGB:
(193,179,107)
(76%,70%,42%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 107 of 255 = 42%

193
179
107

R + G + B ~ 63%. #C1B36B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 107 = 479 (100%)
R 193 of 479 ~ 40.29%
G 179 of 479 ~ 37.37%
B 107 of 479 ~ 22.34%

%40.29
%37.37
%22.34

CMYK color model

#C1B36B color CMYK value is (0,7,45,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 44.56%
  • key color value is 24.31%
CMYK:
(0,7,45,24)
C0M7Y45K24 
(0%,7%,45%,24%)
(0.00/0.07/0.45/0.24)	

CMYK percentages

%0
%7.25
%44.56
%24.31

Codes

Color #C1B36B in popluar color models

C1B36B
RGB193179107
HSL50°40.95%58.82%
HSB/HSV50°44.56%75.69%
CMYK0.00%7.25%44.56%
24.31%

Color #C1B36B in popluar number systems.

HEXC1B36B
Decimal193179107
Binary11000001101100111101011
Octal301263153

Shades and tints

Shades of #C1B36B

#C1B36B
(193,179,107)
#B0A362
(176,163,98)
#9F9359
(159,147,89)
#8E8350
(142,131,80)
#7D7347
(125,115,71)
#6C633E
(108,99,62)
#5B5335
(91,83,53)
#4A432C
(74,67,44)
#393323
(57,51,35)
#28231A
(40,35,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #C1B36B

#C1B36B
(193,179,107)
#C6B978
(198,185,120)
#CBBF85
(203,191,133)
#D0C592
(208,197,146)
#D5CB9F
(213,203,159)
#DAD1AC
(218,209,172)
#DFD7B9
(223,215,185)
#E4DDC6
(228,221,198)
#E9E3D3
(233,227,211)
#EEE9E0
(238,233,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B36B; }

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

This text font color is #C1B36B.


Background Color

.myBgColor { background-color: #C1B36B; }

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

This div background color is #C1B36B.


Border color

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

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

This div border color is #C1B36B.


Opacity

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

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

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

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

This text has shadow with #C1B36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B36B on black background.


Color preview on white background

This text has color #C1B36B on white background.



Black color preview on #C1B36B background

This text has black color on #C1B36B background.


White color preview on #C1B36B background

This text has white color on #C1B36B background.