COLOR #C1AE95

HEX: #C1AE95
RGB: (193,174,149)

Color info

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

RGB color model

#C1AE95 color RGB value is (193,174,149).

  • red value is 193;
  • green value is 174;
  • blue value is 149.
RGB:
(193,174,149)
(76%,68%,58%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 149 of 255 = 58%

193
174
149

R + G + B ~ 67%. #C1AE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 174 + 149 = 516 (100%)
R 193 of 516 ~ 37.4%
G 174 of 516 ~ 33.72%
B 149 of 516 ~ 28.88%

%37.4
%33.72
%28.88

CMYK color model

#C1AE95 color CMYK value is (0,10,23,24).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(0,10,23,24)
C0M10Y23K24 
(0%,10%,23%,24%)
(0.00/0.10/0.23/0.24)	

CMYK percentages

%0
%9.84
%22.8
%24.31

Codes

Color #C1AE95 in popluar color models

C1AE95
RGB193174149
HSL34°26.19%67.06%
HSB/HSV34°22.80%75.69%
CMYK0.00%9.84%22.80%
24.31%

Color #C1AE95 in popluar number systems.

HEXC1AE95
Decimal193174149
Binary110000011010111010010101
Octal301256225

Shades and tints

Shades of #C1AE95

#C1AE95
(193,174,149)
#B09F88
(176,159,136)
#9F907B
(159,144,123)
#8E816E
(142,129,110)
#7D7261
(125,114,97)
#6C6354
(108,99,84)
#5B5447
(91,84,71)
#4A453A
(74,69,58)
#39362D
(57,54,45)
#282720
(40,39,32)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #C1AE95

#C1AE95
(193,174,149)
#C6B59E
(198,181,158)
#CBBCA7
(203,188,167)
#D0C3B0
(208,195,176)
#D5CAB9
(213,202,185)
#DAD1C2
(218,209,194)
#DFD8CB
(223,216,203)
#E4DFD4
(228,223,212)
#E9E6DD
(233,230,221)
#EEEDE6
(238,237,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AE95 color. Also use rgb(193,174,149) instead hex code.

Text Font Color

.myTextColor { color: #C1AE95; }

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

This text font color is #C1AE95.


Background Color

.myBgColor { background-color: #C1AE95; }

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

This div background color is #C1AE95.


Border color

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

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

This div border color is #C1AE95.


Opacity

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

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

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

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

This text has shadow with #C1AE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AE95 on black background.


Color preview on white background

This text has color #C1AE95 on white background.



Black color preview on #C1AE95 background

This text has black color on #C1AE95 background.


White color preview on #C1AE95 background

This text has white color on #C1AE95 background.