COLOR #C2A68D

HEX: #C2A68D
RGB: (194,166,141)

Color info

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

RGB color model

#C2A68D color RGB value is (194,166,141).

  • red value is 194;
  • green value is 166;
  • blue value is 141.
RGB:
(194,166,141)
(76%,65%,55%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 141 of 255 = 55%

194
166
141

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

Portions of RGB colors in percentages

R + G + B =
194 + 166 + 141 = 501 (100%)
R 194 of 501 ~ 38.72%
G 166 of 501 ~ 33.13%
B 141 of 501 ~ 28.14%

%38.72
%33.13
%28.14

CMYK color model

#C2A68D color CMYK value is (0,14,27,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(0,14,27,24)
C0M14Y27K24 
(0%,14%,27%,24%)
(0.00/0.14/0.27/0.24)	

CMYK percentages

%0
%14.43
%27.32
%23.92

Codes

Color #C2A68D in popluar color models

C2A68D
RGB194166141
HSL28°30.29%65.69%
HSB/HSV28°27.32%76.08%
CMYK0.00%14.43%27.32%
23.92%

Color #C2A68D in popluar number systems.

HEXC2A68D
Decimal194166141
Binary110000101010011010001101
Octal302246215

Shades and tints

Shades of #C2A68D

#C2A68D
(194,166,141)
#B19781
(177,151,129)
#A08875
(160,136,117)
#8F7969
(143,121,105)
#7E6A5D
(126,106,93)
#6D5B51
(109,91,81)
#5C4C45
(92,76,69)
#4B3D39
(75,61,57)
#3A2E2D
(58,46,45)
#291F21
(41,31,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #C2A68D

#C2A68D
(194,166,141)
#C7AE97
(199,174,151)
#CCB6A1
(204,182,161)
#D1BEAB
(209,190,171)
#D6C6B5
(214,198,181)
#DBCEBF
(219,206,191)
#E0D6C9
(224,214,201)
#E5DED3
(229,222,211)
#EAE6DD
(234,230,221)
#EFEEE7
(239,238,231)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A68D; }

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

This text font color is #C2A68D.


Background Color

.myBgColor { background-color: #C2A68D; }

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

This div background color is #C2A68D.


Border color

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

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

This div border color is #C2A68D.


Opacity

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

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

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

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

This text has shadow with #C2A68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A68D on black background.


Color preview on white background

This text has color #C2A68D on white background.



Black color preview on #C2A68D background

This text has black color on #C2A68D background.


White color preview on #C2A68D background

This text has white color on #C2A68D background.