COLOR #C2AD85

HEX: #C2AD85
RGB: (194,173,133)

Color info

#C2AD85 contains mainly red and green colors. Web safe color of #C2AD85 is #CC9999 (or #C99).

RGB color model

#C2AD85 color RGB value is (194,173,133).

  • red value is 194;
  • green value is 173;
  • blue value is 133.
RGB:
(194,173,133)
(76%,68%,52%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 133 of 255 = 52%

194
173
133

R + G + B ~ 65%. #C2AD85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 133 = 500 (100%)
R 194 of 500 ~ 38.8%
G 173 of 500 ~ 34.6%
B 133 of 500 ~ 26.6%

%38.8
%34.6
%26.6

CMYK color model

#C2AD85 color CMYK value is (0,11,31,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(0,11,31,24)
C0M11Y31K24 
(0%,11%,31%,24%)
(0.00/0.11/0.31/0.24)	

CMYK percentages

%0
%10.82
%31.44
%23.92

Codes

Color #C2AD85 in popluar color models

C2AD85
RGB194173133
HSL39°33.33%64.12%
HSB/HSV39°31.44%76.08%
CMYK0.00%10.82%31.44%
23.92%

Color #C2AD85 in popluar number systems.

HEXC2AD85
Decimal194173133
Binary110000101010110110000101
Octal302255205

Shades and tints

Shades of #C2AD85

#C2AD85
(194,173,133)
#B19E79
(177,158,121)
#A08F6D
(160,143,109)
#8F8061
(143,128,97)
#7E7155
(126,113,85)
#6D6249
(109,98,73)
#5C533D
(92,83,61)
#4B4431
(75,68,49)
#3A3525
(58,53,37)
#292619
(41,38,25)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #C2AD85

#C2AD85
(194,173,133)
#C7B490
(199,180,144)
#CCBB9B
(204,187,155)
#D1C2A6
(209,194,166)
#D6C9B1
(214,201,177)
#DBD0BC
(219,208,188)
#E0D7C7
(224,215,199)
#E5DED2
(229,222,210)
#EAE5DD
(234,229,221)
#EFECE8
(239,236,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AD85 color. Also use rgb(194,173,133) instead hex code.

Text Font Color

.myTextColor { color: #C2AD85; }

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

This text font color is #C2AD85.


Background Color

.myBgColor { background-color: #C2AD85; }

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

This div background color is #C2AD85.


Border color

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

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

This div border color is #C2AD85.


Opacity

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

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

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

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

This text has shadow with #C2AD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AD85 on black background.


Color preview on white background

This text has color #C2AD85 on white background.



Black color preview on #C2AD85 background

This text has black color on #C2AD85 background.


White color preview on #C2AD85 background

This text has white color on #C2AD85 background.