COLOR #C2A88F

HEX: #C2A88F RGB: (194,168,143)

Color info

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

RGB color model

#C2A88F color RGB value is (194,168,143).

RGB: (194,168,143) (76%, 66%, 56%)

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 143 of 255 = 56%

194
168
143

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

Portions of RGB colors in percentages

R + G + B = 194 + 168 + 143 = 505 (100%)
R 194 of 505 ~ 38.42%
G 168 of 505 ~ 33.27%
B 143 of 505 ~ 28.32'%

%38.42
%33.27
%28.32

CMYK color model

#C2A88F color CMYK value is (0,13,26,24).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 26.29%
  • key color value is 23.92%

CMYK: (0,13,26,24)
C0M13Y26K24 (0%, 13%, 26%, 24%)
(0.00 / 0.13 / 0.26 / 0.24)

CMYK percentages

%0
%13.4
%26.29
%23.92

Codes

Color #C2A88F in popluar color models

C2 A8 8F
RGB 194 168 143
HSL 29° 29.48% 66.08%
HSB/HSV 29° 26.29% 76.08%
CMYK 0.00% 13.40% 26.29%
23.92%

Color #C2A88F in popluar number systems.

HEX C2 A8 8F
Decimal 194 168 143
Binary 11000010 10101000 10001111
Octal 302 250 217

Shades and tints

Shades of #C2A88F

#C2A88F
(194,168,143)
#B19982
(177,153,130)
#A08A75
(160,138,117)
#8F7B68
(143,123,104)
#7E6C5B
(126,108,91)
#6D5D4E
(109,93,78)
#5C4E41
(92,78,65)
#4B3F34
(75,63,52)
#3A3027
(58,48,39)
#29211A
(41,33,26)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #C2A88F

#C2A88F
(194,168,143)
#C7AF99
(199,175,153)
#CCB6A3
(204,182,163)
#D1BDAD
(209,189,173)
#D6C4B7
(214,196,183)
#DBCBC1
(219,203,193)
#E0D2CB
(224,210,203)
#E5D9D5
(229,217,213)
#EAE0DF
(234,224,223)
#EFE7E9
(239,231,233)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A88F; }

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

This text font color is #C2A88F.

Background Color

.myBgColor { background-color: #C2A88F; }

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

This div background color is #C2A88F.

Border color

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

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

This div border color is #C2A88F.

Opacity

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

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

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

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

This text has shadow with #C2A88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A88F.

Preview

Color preview on black background

This text has color #C2A88F on black background.


Color preview on white background

This text has color #C2A88F on white background.


Black color preview on #C2A88F background

This text has black color on #C2A88F background.


White color preview on #C2A88F background

This text has white color on #C2A88F background.


Related colors

Complementary color

Complementary color for #hex is #3D5770.


I love getcolorcode.com

Triadic colors

1 #8FC2A8 and #A88FC2 with #C2A88F are triadic colors.

2 #8FA8C2 and #A8C28F with #C2A88F are triadic colors.