COLOR #C2A38F

HEX: #C2A38F
RGB: (194,163,143)

Color info

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

RGB color model

#C2A38F color RGB value is (194,163,143).

  • red value is 194;
  • green value is 163;
  • blue value is 143.
RGB:
(194,163,143)
(76%,64%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 163 of 255 = 64%
B 143 of 255 = 56%

194
163
143

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

Portions of RGB colors in percentages

R + G + B =
194 + 163 + 143 = 500 (100%)
R 194 of 500 ~ 38.8%
G 163 of 500 ~ 32.6%
B 143 of 500 ~ 28.6%

%38.8
%32.6
%28.6

CMYK color model

#C2A38F color CMYK value is (0,16,26,24).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 26.29%
  • key color value is 23.92%
CMYK:
(0,16,26,24)
C0M16Y26K24 
(0%,16%,26%,24%)
(0.00/0.16/0.26/0.24)	

CMYK percentages

%0
%15.98
%26.29
%23.92

Codes

Color #C2A38F in popluar color models

C2A38F
RGB194163143
HSL24°29.48%66.08%
HSB/HSV24°26.29%76.08%
CMYK0.00%15.98%26.29%
23.92%

Color #C2A38F in popluar number systems.

HEXC2A38F
Decimal194163143
Binary110000101010001110001111
Octal302243217

Shades and tints

Shades of #C2A38F

#C2A38F
(194,163,143)
#B19582
(177,149,130)
#A08775
(160,135,117)
#8F7968
(143,121,104)
#7E6B5B
(126,107,91)
#6D5D4E
(109,93,78)
#5C4F41
(92,79,65)
#4B4134
(75,65,52)
#3A3327
(58,51,39)
#29251A
(41,37,26)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #C2A38F

#C2A38F
(194,163,143)
#C7AB99
(199,171,153)
#CCB3A3
(204,179,163)
#D1BBAD
(209,187,173)
#D6C3B7
(214,195,183)
#DBCBC1
(219,203,193)
#E0D3CB
(224,211,203)
#E5DBD5
(229,219,213)
#EAE3DF
(234,227,223)
#EFEBE9
(239,235,233)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A38F color. Also use rgb(194,163,143) instead hex code.

Text Font Color

.myTextColor { color: #C2A38F; }

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

This text font color is #C2A38F.


Background Color

.myBgColor { background-color: #C2A38F; }

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

This div background color is #C2A38F.


Border color

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

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

This div border color is #C2A38F.


Opacity

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

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

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

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

This text has shadow with #C2A38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A38F on black background.


Color preview on white background

This text has color #C2A38F on white background.



Black color preview on #C2A38F background

This text has black color on #C2A38F background.


White color preview on #C2A38F background

This text has white color on #C2A38F background.