COLOR #C1AF96

HEX: #C1AF96
RGB: (193,175,150)

Color info

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

RGB color model

#C1AF96 color RGB value is (193,175,150).

  • red value is 193;
  • green value is 175;
  • blue value is 150.
RGB:
(193,175,150)
(76%,69%,59%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 150 of 255 = 59%

193
175
150

R + G + B ~ 68%. #C1AF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 150 = 518 (100%)
R 193 of 518 ~ 37.26%
G 175 of 518 ~ 33.78%
B 150 of 518 ~ 28.96%

%37.26
%33.78
%28.96

CMYK color model

#C1AF96 color CMYK value is (0,9,22,24).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 22.28%
  • key color value is 24.31%
CMYK:
(0,9,22,24)
C0M9Y22K24 
(0%,9%,22%,24%)
(0.00/0.09/0.22/0.24)	

CMYK percentages

%0
%9.33
%22.28
%24.31

Codes

Color #C1AF96 in popluar color models

C1AF96
RGB193175150
HSL35°25.75%67.25%
HSB/HSV35°22.28%75.69%
CMYK0.00%9.33%22.28%
24.31%

Color #C1AF96 in popluar number systems.

HEXC1AF96
Decimal193175150
Binary110000011010111110010110
Octal301257226

Shades and tints

Shades of #C1AF96

#C1AF96
(193,175,150)
#B0A089
(176,160,137)
#9F917C
(159,145,124)
#8E826F
(142,130,111)
#7D7362
(125,115,98)
#6C6455
(108,100,85)
#5B5548
(91,85,72)
#4A463B
(74,70,59)
#39372E
(57,55,46)
#282821
(40,40,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1AF96

#C1AF96
(193,175,150)
#C6B69F
(198,182,159)
#CBBDA8
(203,189,168)
#D0C4B1
(208,196,177)
#D5CBBA
(213,203,186)
#DAD2C3
(218,210,195)
#DFD9CC
(223,217,204)
#E4E0D5
(228,224,213)
#E9E7DE
(233,231,222)
#EEEEE7
(238,238,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AF96 color. Also use rgb(193,175,150) instead hex code.

Text Font Color

.myTextColor { color: #C1AF96; }

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

This text font color is #C1AF96.


Background Color

.myBgColor { background-color: #C1AF96; }

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

This div background color is #C1AF96.


Border color

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

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

This div border color is #C1AF96.


Opacity

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

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

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

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

This text has shadow with #C1AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AF96 on black background.


Color preview on white background

This text has color #C1AF96 on white background.



Black color preview on #C1AF96 background

This text has black color on #C1AF96 background.


White color preview on #C1AF96 background

This text has white color on #C1AF96 background.