COLOR #C2B691

HEX: #C2B691
RGB: (194,182,145)

Color info

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

RGB color model

#C2B691 color RGB value is (194,182,145).

  • red value is 194;
  • green value is 182;
  • blue value is 145.
RGB:
(194,182,145)
(76%,71%,57%)

RGB channels and saturation

R 194 of 255 = 76%
G 182 of 255 = 71%
B 145 of 255 = 57%

194
182
145

R + G + B ~ 68%. #C2B691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 182 + 145 = 521 (100%)
R 194 of 521 ~ 37.24%
G 182 of 521 ~ 34.93%
B 145 of 521 ~ 27.83%

%37.24
%34.93
%27.83

CMYK color model

#C2B691 color CMYK value is (0,6,25,24).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(0,6,25,24)
C0M6Y25K24 
(0%,6%,25%,24%)
(0.00/0.06/0.25/0.24)	

CMYK percentages

%0
%6.19
%25.26
%23.92

Codes

Color #C2B691 in popluar color models

C2B691
RGB194182145
HSL45°28.65%66.47%
HSB/HSV45°25.26%76.08%
CMYK0.00%6.19%25.26%
23.92%

Color #C2B691 in popluar number systems.

HEXC2B691
Decimal194182145
Binary110000101011011010010001
Octal302266221

Shades and tints

Shades of #C2B691

#C2B691
(194,182,145)
#B1A684
(177,166,132)
#A09677
(160,150,119)
#8F866A
(143,134,106)
#7E765D
(126,118,93)
#6D6650
(109,102,80)
#5C5643
(92,86,67)
#4B4636
(75,70,54)
#3A3629
(58,54,41)
#29261C
(41,38,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #C2B691

#C2B691
(194,182,145)
#C7BC9B
(199,188,155)
#CCC2A5
(204,194,165)
#D1C8AF
(209,200,175)
#D6CEB9
(214,206,185)
#DBD4C3
(219,212,195)
#E0DACD
(224,218,205)
#E5E0D7
(229,224,215)
#EAE6E1
(234,230,225)
#EFECEB
(239,236,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B691 color. Also use rgb(194,182,145) instead hex code.

Text Font Color

.myTextColor { color: #C2B691; }

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

This text font color is #C2B691.


Background Color

.myBgColor { background-color: #C2B691; }

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

This div background color is #C2B691.


Border color

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

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

This div border color is #C2B691.


Opacity

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

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

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

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

This text has shadow with #C2B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B691 on black background.


Color preview on white background

This text has color #C2B691 on white background.



Black color preview on #C2B691 background

This text has black color on #C2B691 background.


White color preview on #C2B691 background

This text has white color on #C2B691 background.