COLOR #C2A992

HEX: #C2A992 RGB: (194,169,146)

Color info

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

RGB color model

#C2A992 color RGB value is (194,169,146).

RGB: (194,169,146) (76%, 66%, 57%)

RGB channels and saturation

R 194 of 255 = 76%
G 169 of 255 = 66%
B 146 of 255 = 57%

194
169
146

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

Portions of RGB colors in percentages

R + G + B = 194 + 169 + 146 = 509 (100%)
R 194 of 509 ~ 38.11%
G 169 of 509 ~ 33.2%
B 146 of 509 ~ 28.68'%

%38.11
%33.2
%28.68

CMYK color model

#C2A992 color CMYK value is (0,13,25,24).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 24.74%
  • key color value is 23.92%

CMYK: (0,13,25,24)
C0M13Y25K24 (0%, 13%, 25%, 24%)
(0.00 / 0.13 / 0.25 / 0.24)

CMYK percentages

%0
%12.89
%24.74
%23.92

Codes

Color #C2A992 in popluar color models

C2 A9 92
RGB 194 169 146
HSL 29° 28.24% 66.67%
HSB/HSV 29° 24.74% 76.08%
CMYK 0.00% 12.89% 24.74%
23.92%

Color #C2A992 in popluar number systems.

HEX C2 A9 92
Decimal 194 169 146
Binary 11000010 10101001 10010010
Octal 302 251 222

Shades and tints

Shades of #C2A992

#C2A992
(194,169,146)
#B19A85
(177,154,133)
#A08B78
(160,139,120)
#8F7C6B
(143,124,107)
#7E6D5E
(126,109,94)
#6D5E51
(109,94,81)
#5C4F44
(92,79,68)
#4B4037
(75,64,55)
#3A312A
(58,49,42)
#29221D
(41,34,29)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #C2A992

#C2A992
(194,169,146)
#C7B09B
(199,176,155)
#CCB7A4
(204,183,164)
#D1BEAD
(209,190,173)
#D6C5B6
(214,197,182)
#DBCCBF
(219,204,191)
#E0D3C8
(224,211,200)
#E5DAD1
(229,218,209)
#EAE1DA
(234,225,218)
#EFE8E3
(239,232,227)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A992 color. Also use rgb(194,169,146) instead hex code.

Text Font Color

.myTextColor { color: #C2A992; }

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

This text font color is #C2A992.

Background Color

.myBgColor { background-color: #C2A992; }

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

This div background color is #C2A992.

Border color

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

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

This div border color is #C2A992.

Opacity

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

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

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

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

This text has shadow with #C2A992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A992.

Preview

Color preview on black background

This text has color #C2A992 on black background.


Color preview on white background

This text has color #C2A992 on white background.


Black color preview on #C2A992 background

This text has black color on #C2A992 background.


White color preview on #C2A992 background

This text has white color on #C2A992 background.


Related colors

Complementary color

Complementary color for #hex is #3D566D.


I love getcolorcode.com

Triadic colors

1 #92C2A9 and #A992C2 with #C2A992 are triadic colors.

2 #92A9C2 and #A9C292 with #C2A992 are triadic colors.