COLOR #C1B880

HEX: #C1B880
RGB: (193,184,128)

Color info

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

RGB color model

#C1B880 color RGB value is (193,184,128).

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

RGB channels and saturation

R 193 of 255 = 76%
G 184 of 255 = 72%
B 128 of 255 = 50%

193
184
128

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

Portions of RGB colors in percentages

R + G + B =
193 + 184 + 128 = 505 (100%)
R 193 of 505 ~ 38.22%
G 184 of 505 ~ 36.44%
B 128 of 505 ~ 25.35%

%38.22
%36.44
%25.35

CMYK color model

#C1B880 color CMYK value is (0,5,34,24).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 33.68%
  • key color value is 24.31%
CMYK:
(0,5,34,24)
C0M5Y34K24 
(0%,5%,34%,24%)
(0.00/0.05/0.34/0.24)	

CMYK percentages

%0
%4.66
%33.68
%24.31

Codes

Color #C1B880 in popluar color models

C1B880
RGB193184128
HSL52°34.39%62.94%
HSB/HSV52°33.68%75.69%
CMYK0.00%4.66%33.68%
24.31%

Color #C1B880 in popluar number systems.

HEXC1B880
Decimal193184128
Binary110000011011100010000000
Octal301270200

Shades and tints

Shades of #C1B880

#C1B880
(193,184,128)
#B0A875
(176,168,117)
#9F986A
(159,152,106)
#8E885F
(142,136,95)
#7D7854
(125,120,84)
#6C6849
(108,104,73)
#5B583E
(91,88,62)
#4A4833
(74,72,51)
#393828
(57,56,40)
#28281D
(40,40,29)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #C1B880

#C1B880
(193,184,128)
#C6BE8B
(198,190,139)
#CBC496
(203,196,150)
#D0CAA1
(208,202,161)
#D5D0AC
(213,208,172)
#DAD6B7
(218,214,183)
#DFDCC2
(223,220,194)
#E4E2CD
(228,226,205)
#E9E8D8
(233,232,216)
#EEEEE3
(238,238,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B880; }

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

This text font color is #C1B880.


Background Color

.myBgColor { background-color: #C1B880; }

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

This div background color is #C1B880.


Border color

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

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

This div border color is #C1B880.


Opacity

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

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

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

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

This text has shadow with #C1B880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B880 on black background.


Color preview on white background

This text has color #C1B880 on white background.



Black color preview on #C1B880 background

This text has black color on #C1B880 background.


White color preview on #C1B880 background

This text has white color on #C1B880 background.