COLOR #C2B293

HEX: #C2B293
RGB: (194,178,147)

Color info

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

RGB color model

#C2B293 color RGB value is (194,178,147).

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

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 147 of 255 = 58%

194
178
147

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

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 147 = 519 (100%)
R 194 of 519 ~ 37.38%
G 178 of 519 ~ 34.3%
B 147 of 519 ~ 28.32%

%37.38
%34.3
%28.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 24.23%
  • key color value is 23.92%
CMYK:
(0,8,24,24)
C0M8Y24K24 
(0%,8%,24%,24%)
(0.00/0.08/0.24/0.24)	

CMYK percentages

%0
%8.25
%24.23
%23.92

Codes

Color #C2B293 in popluar color models

C2B293
RGB194178147
HSL40°27.81%66.86%
HSB/HSV40°24.23%76.08%
CMYK0.00%8.25%24.23%
23.92%

Color #C2B293 in popluar number systems.

HEXC2B293
Decimal194178147
Binary110000101011001010010011
Octal302262223

Shades and tints

Shades of #C2B293

#C2B293
(194,178,147)
#B1A286
(177,162,134)
#A09279
(160,146,121)
#8F826C
(143,130,108)
#7E725F
(126,114,95)
#6D6252
(109,98,82)
#5C5245
(92,82,69)
#4B4238
(75,66,56)
#3A322B
(58,50,43)
#29221E
(41,34,30)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #C2B293

#C2B293
(194,178,147)
#C7B99C
(199,185,156)
#CCC0A5
(204,192,165)
#D1C7AE
(209,199,174)
#D6CEB7
(214,206,183)
#DBD5C0
(219,213,192)
#E0DCC9
(224,220,201)
#E5E3D2
(229,227,210)
#EAEADB
(234,234,219)
#EFF1E4
(239,241,228)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B293; }

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

This text font color is #C2B293.


Background Color

.myBgColor { background-color: #C2B293; }

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

This div background color is #C2B293.


Border color

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

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

This div border color is #C2B293.


Opacity

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

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

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

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

This text has shadow with #C2B293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B293 on black background.


Color preview on white background

This text has color #C2B293 on white background.



Black color preview on #C2B293 background

This text has black color on #C2B293 background.


White color preview on #C2B293 background

This text has white color on #C2B293 background.