COLOR #C2A08A

HEX: #C2A08A
RGB: (194,160,138)

Color info

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

RGB color model

#C2A08A color RGB value is (194,160,138).

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

RGB channels and saturation

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

194
160
138

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 138 = 492 (100%)
R 194 of 492 ~ 39.43%
G 160 of 492 ~ 32.52%
B 138 of 492 ~ 28.05%

%39.43
%32.52
%28.05

CMYK color model

#C2A08A color CMYK value is (0,18,29,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,18,29,24)
C0M18Y29K24 
(0%,18%,29%,24%)
(0.00/0.18/0.29/0.24)	

CMYK percentages

%0
%17.53
%28.87
%23.92

Codes

Color #C2A08A in popluar color models

C2A08A
RGB194160138
HSL24°31.46%65.10%
HSB/HSV24°28.87%76.08%
CMYK0.00%17.53%28.87%
23.92%

Color #C2A08A in popluar number systems.

HEXC2A08A
Decimal194160138
Binary110000101010000010001010
Octal302240212

Shades and tints

Shades of #C2A08A

#C2A08A
(194,160,138)
#B1927E
(177,146,126)
#A08472
(160,132,114)
#8F7666
(143,118,102)
#7E685A
(126,104,90)
#6D5A4E
(109,90,78)
#5C4C42
(92,76,66)
#4B3E36
(75,62,54)
#3A302A
(58,48,42)
#29221E
(41,34,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #C2A08A

#C2A08A
(194,160,138)
#C7A894
(199,168,148)
#CCB09E
(204,176,158)
#D1B8A8
(209,184,168)
#D6C0B2
(214,192,178)
#DBC8BC
(219,200,188)
#E0D0C6
(224,208,198)
#E5D8D0
(229,216,208)
#EAE0DA
(234,224,218)
#EFE8E4
(239,232,228)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A08A; }

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

This text font color is #C2A08A.


Background Color

.myBgColor { background-color: #C2A08A; }

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

This div background color is #C2A08A.


Border color

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

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

This div border color is #C2A08A.


Opacity

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

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

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

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

This text has shadow with #C2A08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A08A on black background.


Color preview on white background

This text has color #C2A08A on white background.



Black color preview on #C2A08A background

This text has black color on #C2A08A background.


White color preview on #C2A08A background

This text has white color on #C2A08A background.