COLOR #C3A88F

HEX: #C3A88F RGB: (195,168,143)

Color info

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

RGB color model

#C3A88F color RGB value is (195,168,143).

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

RGB channels and saturation

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

195
168
143

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

Portions of RGB colors in percentages

R + G + B = 195 + 168 + 143 = 506 (100%)
R 195 of 506 ~ 38.54%
G 168 of 506 ~ 33.2%
B 143 of 506 ~ 28.26'%

%38.54
%33.2
%28.26

CMYK color model

#C3A88F color CMYK value is (0,14,27,24).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 26.67%
  • key color value is 23.53%

CMYK: (0,14,27,24)
C0M14Y27K24 (0%, 14%, 27%, 24%)
(0.00 / 0.14 / 0.27 / 0.24)

CMYK percentages

%0
%13.85
%26.67
%23.53

Codes

Color #C3A88F in popluar color models

C3 A8 8F
RGB 195 168 143
HSL 29° 30.23% 66.27%
HSB/HSV 29° 26.67% 76.47%
CMYK 0.00% 13.85% 26.67%
23.53%

Color #C3A88F in popluar number systems.

HEX C3 A8 8F
Decimal 195 168 143
Binary 11000011 10101000 10001111
Octal 303 250 217

Shades and tints

Shades of #C3A88F

#C3A88F
(195,168,143)
#B29982
(178,153,130)
#A18A75
(161,138,117)
#907B68
(144,123,104)
#7F6C5B
(127,108,91)
#6E5D4E
(110,93,78)
#5D4E41
(93,78,65)
#4C3F34
(76,63,52)
#3B3027
(59,48,39)
#2A211A
(42,33,26)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #C3A88F

#C3A88F
(195,168,143)
#C8AF99
(200,175,153)
#CDB6A3
(205,182,163)
#D2BDAD
(210,189,173)
#D7C4B7
(215,196,183)
#DCCBC1
(220,203,193)
#E1D2CB
(225,210,203)
#E6D9D5
(230,217,213)
#EBE0DF
(235,224,223)
#F0E7E9
(240,231,233)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A88F; }

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

This text font color is #C3A88F.

Background Color

.myBgColor { background-color: #C3A88F; }

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

This div background color is #C3A88F.

Border color

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

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

This div border color is #C3A88F.

Opacity

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

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

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

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

This text has shadow with #C3A88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A88F.

Preview

Color preview on black background

This text has color #C3A88F on black background.


Color preview on white background

This text has color #C3A88F on white background.


Black color preview on #C3A88F background

This text has black color on #C3A88F background.


White color preview on #C3A88F background

This text has white color on #C3A88F background.


Related colors

Complementary color

Complementary color for #hex is #3C5770.


I love getcolorcode.com

Triadic colors

1 #8FC3A8 and #A88FC3 with #C3A88F are triadic colors.

2 #8FA8C3 and #A8C38F with #C3A88F are triadic colors.