COLOR #C2B1A0

HEX: #C2B1A0
RGB: (194,177,160)

Color info

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

RGB color model

#C2B1A0 color RGB value is (194,177,160).

  • red value is 194;
  • green value is 177;
  • blue value is 160.
RGB:
(194,177,160)
(76%,69%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 177 of 255 = 69%
B 160 of 255 = 63%

194
177
160

R + G + B ~ 69%. #C2B1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 177 + 160 = 531 (100%)
R 194 of 531 ~ 36.53%
G 177 of 531 ~ 33.33%
B 160 of 531 ~ 30.13%

%36.53
%33.33
%30.13

CMYK color model

#C2B1A0 color CMYK value is (0,9,18,24).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(0,9,18,24)
C0M9Y18K24 
(0%,9%,18%,24%)
(0.00/0.09/0.18/0.24)	

CMYK percentages

%0
%8.76
%17.53
%23.92

Codes

Color #C2B1A0 in popluar color models

C2B1A0
RGB194177160
HSL30°21.79%69.41%
HSB/HSV30°17.53%76.08%
CMYK0.00%8.76%17.53%
23.92%

Color #C2B1A0 in popluar number systems.

HEXC2B1A0
Decimal194177160
Binary110000101011000110100000
Octal302261240

Shades and tints

Shades of #C2B1A0

#C2B1A0
(194,177,160)
#B1A192
(177,161,146)
#A09184
(160,145,132)
#8F8176
(143,129,118)
#7E7168
(126,113,104)
#6D615A
(109,97,90)
#5C514C
(92,81,76)
#4B413E
(75,65,62)
#3A3130
(58,49,48)
#292122
(41,33,34)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #C2B1A0

#C2B1A0
(194,177,160)
#C7B8A8
(199,184,168)
#CCBFB0
(204,191,176)
#D1C6B8
(209,198,184)
#D6CDC0
(214,205,192)
#DBD4C8
(219,212,200)
#E0DBD0
(224,219,208)
#E5E2D8
(229,226,216)
#EAE9E0
(234,233,224)
#EFF0E8
(239,240,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B1A0 color. Also use rgb(194,177,160) instead hex code.

Text Font Color

.myTextColor { color: #C2B1A0; }

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

This text font color is #C2B1A0.


Background Color

.myBgColor { background-color: #C2B1A0; }

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

This div background color is #C2B1A0.


Border color

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

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

This div border color is #C2B1A0.


Opacity

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

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

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

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

This text has shadow with #C2B1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B1A0 on black background.


Color preview on white background

This text has color #C2B1A0 on white background.



Black color preview on #C2B1A0 background

This text has black color on #C2B1A0 background.


White color preview on #C2B1A0 background

This text has white color on #C2B1A0 background.