COLOR #C3A68E

HEX: #C3A68E
RGB: (195,166,142)

Color info

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

RGB color model

#C3A68E color RGB value is (195,166,142).

  • red value is 195;
  • green value is 166;
  • blue value is 142.
RGB:
(195,166,142)
(76%,65%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 166 of 255 = 65%
B 142 of 255 = 56%

195
166
142

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

Portions of RGB colors in percentages

R + G + B =
195 + 166 + 142 = 503 (100%)
R 195 of 503 ~ 38.77%
G 166 of 503 ~ 33%
B 142 of 503 ~ 28.23%

%38.77
%33
%28.23

CMYK color model

#C3A68E color CMYK value is (0,15,27,24).

  • cyan value is 0.00%
  • magenta value is 14.87%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(0,15,27,24)
C0M15Y27K24 
(0%,15%,27%,24%)
(0.00/0.15/0.27/0.24)	

CMYK percentages

%0
%14.87
%27.18
%23.53

Codes

Color #C3A68E in popluar color models

C3A68E
RGB195166142
HSL27°30.64%66.08%
HSB/HSV27°27.18%76.47%
CMYK0.00%14.87%27.18%
23.53%

Color #C3A68E in popluar number systems.

HEXC3A68E
Decimal195166142
Binary110000111010011010001110
Octal303246216

Shades and tints

Shades of #C3A68E

#C3A68E
(195,166,142)
#B29782
(178,151,130)
#A18876
(161,136,118)
#90796A
(144,121,106)
#7F6A5E
(127,106,94)
#6E5B52
(110,91,82)
#5D4C46
(93,76,70)
#4C3D3A
(76,61,58)
#3B2E2E
(59,46,46)
#2A1F22
(42,31,34)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #C3A68E

#C3A68E
(195,166,142)
#C8AE98
(200,174,152)
#CDB6A2
(205,182,162)
#D2BEAC
(210,190,172)
#D7C6B6
(215,198,182)
#DCCEC0
(220,206,192)
#E1D6CA
(225,214,202)
#E6DED4
(230,222,212)
#EBE6DE
(235,230,222)
#F0EEE8
(240,238,232)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A68E color. Also use rgb(195,166,142) instead hex code.

Text Font Color

.myTextColor { color: #C3A68E; }

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

This text font color is #C3A68E.


Background Color

.myBgColor { background-color: #C3A68E; }

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

This div background color is #C3A68E.


Border color

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

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

This div border color is #C3A68E.


Opacity

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

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

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

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

This text has shadow with #C3A68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A68E on black background.


Color preview on white background

This text has color #C3A68E on white background.



Black color preview on #C3A68E background

This text has black color on #C3A68E background.


White color preview on #C3A68E background

This text has white color on #C3A68E background.