COLOR #C2A590

HEX: #C2A590
RGB: (194,165,144)

Color info

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

RGB color model

#C2A590 color RGB value is (194,165,144).

  • red value is 194;
  • green value is 165;
  • blue value is 144.
RGB:
(194,165,144)
(76%,65%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 144 of 255 = 56%

194
165
144

R + G + B ~ 66%. #C2A590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 165 + 144 = 503 (100%)
R 194 of 503 ~ 38.57%
G 165 of 503 ~ 32.8%
B 144 of 503 ~ 28.63%

%38.57
%32.8
%28.63

CMYK color model

#C2A590 color CMYK value is (0,15,26,24).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 25.77%
  • key color value is 23.92%
CMYK:
(0,15,26,24)
C0M15Y26K24 
(0%,15%,26%,24%)
(0.00/0.15/0.26/0.24)	

CMYK percentages

%0
%14.95
%25.77
%23.92

Codes

Color #C2A590 in popluar color models

C2A590
RGB194165144
HSL25°29.07%66.27%
HSB/HSV25°25.77%76.08%
CMYK0.00%14.95%25.77%
23.92%

Color #C2A590 in popluar number systems.

HEXC2A590
Decimal194165144
Binary110000101010010110010000
Octal302245220

Shades and tints

Shades of #C2A590

#C2A590
(194,165,144)
#B19683
(177,150,131)
#A08776
(160,135,118)
#8F7869
(143,120,105)
#7E695C
(126,105,92)
#6D5A4F
(109,90,79)
#5C4B42
(92,75,66)
#4B3C35
(75,60,53)
#3A2D28
(58,45,40)
#291E1B
(41,30,27)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #C2A590

#C2A590
(194,165,144)
#C7AD9A
(199,173,154)
#CCB5A4
(204,181,164)
#D1BDAE
(209,189,174)
#D6C5B8
(214,197,184)
#DBCDC2
(219,205,194)
#E0D5CC
(224,213,204)
#E5DDD6
(229,221,214)
#EAE5E0
(234,229,224)
#EFEDEA
(239,237,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A590 color. Also use rgb(194,165,144) instead hex code.

Text Font Color

.myTextColor { color: #C2A590; }

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

This text font color is #C2A590.


Background Color

.myBgColor { background-color: #C2A590; }

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

This div background color is #C2A590.


Border color

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

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

This div border color is #C2A590.


Opacity

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

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

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

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

This text has shadow with #C2A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A590 on black background.


Color preview on white background

This text has color #C2A590 on white background.



Black color preview on #C2A590 background

This text has black color on #C2A590 background.


White color preview on #C2A590 background

This text has white color on #C2A590 background.