COLOR #C2A18A

HEX: #C2A18A
RGB: (194,161,138)

Color info

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

RGB color model

#C2A18A color RGB value is (194,161,138).

  • red value is 194;
  • green value is 161;
  • blue value is 138.
RGB:
(194,161,138)
(76%,63%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 161 of 255 = 63%
B 138 of 255 = 54%

194
161
138

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

Portions of RGB colors in percentages

R + G + B =
194 + 161 + 138 = 493 (100%)
R 194 of 493 ~ 39.35%
G 161 of 493 ~ 32.66%
B 138 of 493 ~ 27.99%

%39.35
%32.66
%27.99

CMYK color model

#C2A18A color CMYK value is (0,17,29,24).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,17,29,24)
C0M17Y29K24 
(0%,17%,29%,24%)
(0.00/0.17/0.29/0.24)	

CMYK percentages

%0
%17.01
%28.87
%23.92

Codes

Color #C2A18A in popluar color models

C2A18A
RGB194161138
HSL25°31.46%65.10%
HSB/HSV25°28.87%76.08%
CMYK0.00%17.01%28.87%
23.92%

Color #C2A18A in popluar number systems.

HEXC2A18A
Decimal194161138
Binary110000101010000110001010
Octal302241212

Shades and tints

Shades of #C2A18A

#C2A18A
(194,161,138)
#B1937E
(177,147,126)
#A08572
(160,133,114)
#8F7766
(143,119,102)
#7E695A
(126,105,90)
#6D5B4E
(109,91,78)
#5C4D42
(92,77,66)
#4B3F36
(75,63,54)
#3A312A
(58,49,42)
#29231E
(41,35,30)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #C2A18A

#C2A18A
(194,161,138)
#C7A994
(199,169,148)
#CCB19E
(204,177,158)
#D1B9A8
(209,185,168)
#D6C1B2
(214,193,178)
#DBC9BC
(219,201,188)
#E0D1C6
(224,209,198)
#E5D9D0
(229,217,208)
#EAE1DA
(234,225,218)
#EFE9E4
(239,233,228)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A18A color. Also use rgb(194,161,138) instead hex code.

Text Font Color

.myTextColor { color: #C2A18A; }

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

This text font color is #C2A18A.


Background Color

.myBgColor { background-color: #C2A18A; }

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

This div background color is #C2A18A.


Border color

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

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

This div border color is #C2A18A.


Opacity

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

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

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

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

This text has shadow with #C2A18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A18A on black background.


Color preview on white background

This text has color #C2A18A on white background.



Black color preview on #C2A18A background

This text has black color on #C2A18A background.


White color preview on #C2A18A background

This text has white color on #C2A18A background.