COLOR #C2A682

HEX: #C2A682 RGB: (194,166,130)

Color info

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

RGB color model

#C2A682 color RGB value is (194,166,130).

RGB: (194,166,130) (76%, 65%, 51%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 130 of 255 = 51%

194
166
130

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

Portions of RGB colors in percentages

R + G + B = 194 + 166 + 130 = 490 (100%)
R 194 of 490 ~ 39.59%
G 166 of 490 ~ 33.88%
B 130 of 490 ~ 26.53'%

%39.59
%33.88
%26.53

CMYK color model

#C2A682 color CMYK value is (0,14,33,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 32.99%
  • key color value is 23.92%

CMYK: (0,14,33,24)
C0M14Y33K24 (0%, 14%, 33%, 24%)
(0.00 / 0.14 / 0.33 / 0.24)

CMYK percentages

%0
%14.43
%32.99
%23.92

Codes

Color #C2A682 in popluar color models

C2 A6 82
RGB 194 166 130
HSL 34° 34.41% 63.53%
HSB/HSV 34° 32.99% 76.08%
CMYK 0.00% 14.43% 32.99%
23.92%

Color #C2A682 in popluar number systems.

HEX C2 A6 82
Decimal 194 166 130
Binary 11000010 10100110 10000010
Octal 302 246 202

Shades and tints

Shades of #C2A682

#C2A682
(194,166,130)
#B19777
(177,151,119)
#A0886C
(160,136,108)
#8F7961
(143,121,97)
#7E6A56
(126,106,86)
#6D5B4B
(109,91,75)
#5C4C40
(92,76,64)
#4B3D35
(75,61,53)
#3A2E2A
(58,46,42)
#291F1F
(41,31,31)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #C2A682

#C2A682
(194,166,130)
#C7AE8D
(199,174,141)
#CCB698
(204,182,152)
#D1BEA3
(209,190,163)
#D6C6AE
(214,198,174)
#DBCEB9
(219,206,185)
#E0D6C4
(224,214,196)
#E5DECF
(229,222,207)
#EAE6DA
(234,230,218)
#EFEEE5
(239,238,229)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A682 color. Also use rgb(194,166,130) instead hex code.

Text Font Color

.myTextColor { color: #C2A682; }

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

This text font color is #C2A682.

Background Color

.myBgColor { background-color: #C2A682; }

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

This div background color is #C2A682.

Border color

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

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

This div border color is #C2A682.

Opacity

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

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

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

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

This text has shadow with #C2A682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A682.

Preview

Color preview on black background

This text has color #C2A682 on black background.


Color preview on white background

This text has color #C2A682 on white background.


Black color preview on #C2A682 background

This text has black color on #C2A682 background.


White color preview on #C2A682 background

This text has white color on #C2A682 background.


Related colors

Complementary color

Complementary color for #hex is #3D597D.


I love getcolorcode.com

Triadic colors

1 #82C2A6 and #A682C2 with #C2A682 are triadic colors.

2 #82A6C2 and #A6C282 with #C2A682 are triadic colors.