COLOR #C2AB80

HEX: #C2AB80
RGB: (194,171,128)

Color info

#C2AB80 contains mainly red and green colors. Web safe color of #C2AB80 is #CC9966 (or #C96).

RGB color model

#C2AB80 color RGB value is (194,171,128).

  • red value is 194;
  • green value is 171;
  • blue value is 128.
RGB:
(194,171,128)
(76%,67%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 128 of 255 = 50%

194
171
128

R + G + B ~ 64%. #C2AB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 128 = 493 (100%)
R 194 of 493 ~ 39.35%
G 171 of 493 ~ 34.69%
B 128 of 493 ~ 25.96%

%39.35
%34.69
%25.96

CMYK color model

#C2AB80 color CMYK value is (0,12,34,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK:
(0,12,34,24)
C0M12Y34K24 
(0%,12%,34%,24%)
(0.00/0.12/0.34/0.24)	

CMYK percentages

%0
%11.86
%34.02
%23.92

Codes

Color #C2AB80 in popluar color models

C2AB80
RGB194171128
HSL39°35.11%63.14%
HSB/HSV39°34.02%76.08%
CMYK0.00%11.86%34.02%
23.92%

Color #C2AB80 in popluar number systems.

HEXC2AB80
Decimal194171128
Binary110000101010101110000000
Octal302253200

Shades and tints

Shades of #C2AB80

#C2AB80
(194,171,128)
#B19C75
(177,156,117)
#A08D6A
(160,141,106)
#8F7E5F
(143,126,95)
#7E6F54
(126,111,84)
#6D6049
(109,96,73)
#5C513E
(92,81,62)
#4B4233
(75,66,51)
#3A3328
(58,51,40)
#29241D
(41,36,29)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #C2AB80

#C2AB80
(194,171,128)
#C7B28B
(199,178,139)
#CCB996
(204,185,150)
#D1C0A1
(209,192,161)
#D6C7AC
(214,199,172)
#DBCEB7
(219,206,183)
#E0D5C2
(224,213,194)
#E5DCCD
(229,220,205)
#EAE3D8
(234,227,216)
#EFEAE3
(239,234,227)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AB80 color. Also use rgb(194,171,128) instead hex code.

Text Font Color

.myTextColor { color: #C2AB80; }

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

This text font color is #C2AB80.


Background Color

.myBgColor { background-color: #C2AB80; }

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

This div background color is #C2AB80.


Border color

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

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

This div border color is #C2AB80.


Opacity

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

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

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

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

This text has shadow with #C2AB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AB80 on black background.


Color preview on white background

This text has color #C2AB80 on white background.



Black color preview on #C2AB80 background

This text has black color on #C2AB80 background.


White color preview on #C2AB80 background

This text has white color on #C2AB80 background.