COLOR #C2B289

HEX: #C2B289
RGB: (194,178,137)

Color info

#C2B289 contains red, green and blue colors in about the same proportion. Web safe color of #C2B289 is #CC9999 (or #C99).

RGB color model

#C2B289 color RGB value is (194,178,137).

  • red value is 194;
  • green value is 178;
  • blue value is 137.
RGB:
(194,178,137)
(76%,70%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 137 of 255 = 54%

194
178
137

R + G + B ~ 67%. #C2B289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 137 = 509 (100%)
R 194 of 509 ~ 38.11%
G 178 of 509 ~ 34.97%
B 137 of 509 ~ 26.92%

%38.11
%34.97
%26.92

CMYK color model

#C2B289 color CMYK value is (0,8,29,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(0,8,29,24)
C0M8Y29K24 
(0%,8%,29%,24%)
(0.00/0.08/0.29/0.24)	

CMYK percentages

%0
%8.25
%29.38
%23.92

Codes

Color #C2B289 in popluar color models

C2B289
RGB194178137
HSL43°31.84%64.90%
HSB/HSV43°29.38%76.08%
CMYK0.00%8.25%29.38%
23.92%

Color #C2B289 in popluar number systems.

HEXC2B289
Decimal194178137
Binary110000101011001010001001
Octal302262211

Shades and tints

Shades of #C2B289

#C2B289
(194,178,137)
#B1A27D
(177,162,125)
#A09271
(160,146,113)
#8F8265
(143,130,101)
#7E7259
(126,114,89)
#6D624D
(109,98,77)
#5C5241
(92,82,65)
#4B4235
(75,66,53)
#3A3229
(58,50,41)
#29221D
(41,34,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #C2B289

#C2B289
(194,178,137)
#C7B993
(199,185,147)
#CCC09D
(204,192,157)
#D1C7A7
(209,199,167)
#D6CEB1
(214,206,177)
#DBD5BB
(219,213,187)
#E0DCC5
(224,220,197)
#E5E3CF
(229,227,207)
#EAEAD9
(234,234,217)
#EFF1E3
(239,241,227)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B289 color. Also use rgb(194,178,137) instead hex code.

Text Font Color

.myTextColor { color: #C2B289; }

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

This text font color is #C2B289.


Background Color

.myBgColor { background-color: #C2B289; }

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

This div background color is #C2B289.


Border color

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

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

This div border color is #C2B289.


Opacity

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

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

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

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

This text has shadow with #C2B289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B289 on black background.


Color preview on white background

This text has color #C2B289 on white background.



Black color preview on #C2B289 background

This text has black color on #C2B289 background.


White color preview on #C2B289 background

This text has white color on #C2B289 background.