COLOR #C2B990

HEX: #C2B990
RGB: (194,185,144)

Color info

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

RGB color model

#C2B990 color RGB value is (194,185,144).

  • red value is 194;
  • green value is 185;
  • blue value is 144.
RGB:
(194,185,144)
(76%,73%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 144 of 255 = 56%

194
185
144

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 144 = 523 (100%)
R 194 of 523 ~ 37.09%
G 185 of 523 ~ 35.37%
B 144 of 523 ~ 27.53%

%37.09
%35.37
%27.53

CMYK color model

#C2B990 color CMYK value is (0,5,26,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 25.77%
  • key color value is 23.92%
CMYK:
(0,5,26,24)
C0M5Y26K24 
(0%,5%,26%,24%)
(0.00/0.05/0.26/0.24)	

CMYK percentages

%0
%4.64
%25.77
%23.92

Codes

Color #C2B990 in popluar color models

C2B990
RGB194185144
HSL49°29.07%66.27%
HSB/HSV49°25.77%76.08%
CMYK0.00%4.64%25.77%
23.92%

Color #C2B990 in popluar number systems.

HEXC2B990
Decimal194185144
Binary110000101011100110010000
Octal302271220

Shades and tints

Shades of #C2B990

#C2B990
(194,185,144)
#B1A983
(177,169,131)
#A09976
(160,153,118)
#8F8969
(143,137,105)
#7E795C
(126,121,92)
#6D694F
(109,105,79)
#5C5942
(92,89,66)
#4B4935
(75,73,53)
#3A3928
(58,57,40)
#29291B
(41,41,27)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #C2B990

#C2B990
(194,185,144)
#C7BF9A
(199,191,154)
#CCC5A4
(204,197,164)
#D1CBAE
(209,203,174)
#D6D1B8
(214,209,184)
#DBD7C2
(219,215,194)
#E0DDCC
(224,221,204)
#E5E3D6
(229,227,214)
#EAE9E0
(234,233,224)
#EFEFEA
(239,239,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B990 color. Also use rgb(194,185,144) instead hex code.

Text Font Color

.myTextColor { color: #C2B990; }

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

This text font color is #C2B990.


Background Color

.myBgColor { background-color: #C2B990; }

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

This div background color is #C2B990.


Border color

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

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

This div border color is #C2B990.


Opacity

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

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

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

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

This text has shadow with #C2B990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B990 on black background.


Color preview on white background

This text has color #C2B990 on white background.



Black color preview on #C2B990 background

This text has black color on #C2B990 background.


White color preview on #C2B990 background

This text has white color on #C2B990 background.