COLOR #C3A88D

HEX: #C3A88D
RGB: (195,168,141)

Color info

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

RGB color model

#C3A88D color RGB value is (195,168,141).

  • red value is 195;
  • green value is 168;
  • blue value is 141.
RGB:
(195,168,141)
(76%,66%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 168 of 255 = 66%
B 141 of 255 = 55%

195
168
141

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

Portions of RGB colors in percentages

R + G + B =
195 + 168 + 141 = 504 (100%)
R 195 of 504 ~ 38.69%
G 168 of 504 ~ 33.33%
B 141 of 504 ~ 27.98%

%38.69
%33.33
%27.98

CMYK color model

#C3A88D color CMYK value is (0,14,28,24).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK:
(0,14,28,24)
C0M14Y28K24 
(0%,14%,28%,24%)
(0.00/0.14/0.28/0.24)	

CMYK percentages

%0
%13.85
%27.69
%23.53

Codes

Color #C3A88D in popluar color models

C3A88D
RGB195168141
HSL30°31.03%65.88%
HSB/HSV30°27.69%76.47%
CMYK0.00%13.85%27.69%
23.53%

Color #C3A88D in popluar number systems.

HEXC3A88D
Decimal195168141
Binary110000111010100010001101
Octal303250215

Shades and tints

Shades of #C3A88D

#C3A88D
(195,168,141)
#B29981
(178,153,129)
#A18A75
(161,138,117)
#907B69
(144,123,105)
#7F6C5D
(127,108,93)
#6E5D51
(110,93,81)
#5D4E45
(93,78,69)
#4C3F39
(76,63,57)
#3B302D
(59,48,45)
#2A2121
(42,33,33)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #C3A88D

#C3A88D
(195,168,141)
#C8AF97
(200,175,151)
#CDB6A1
(205,182,161)
#D2BDAB
(210,189,171)
#D7C4B5
(215,196,181)
#DCCBBF
(220,203,191)
#E1D2C9
(225,210,201)
#E6D9D3
(230,217,211)
#EBE0DD
(235,224,221)
#F0E7E7
(240,231,231)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A88D; }

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

This text font color is #C3A88D.


Background Color

.myBgColor { background-color: #C3A88D; }

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

This div background color is #C3A88D.


Border color

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

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

This div border color is #C3A88D.


Opacity

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

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

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

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

This text has shadow with #C3A88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A88D on black background.


Color preview on white background

This text has color #C3A88D on white background.



Black color preview on #C3A88D background

This text has black color on #C3A88D background.


White color preview on #C3A88D background

This text has white color on #C3A88D background.