COLOR #C1AF90

HEX: #C1AF90
RGB: (193,175,144)

Color info

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

RGB color model

#C1AF90 color RGB value is (193,175,144).

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

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 144 of 255 = 56%

193
175
144

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

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 144 = 512 (100%)
R 193 of 512 ~ 37.7%
G 175 of 512 ~ 34.18%
B 144 of 512 ~ 28.13%

%37.7
%34.18
%28.13

CMYK color model

#C1AF90 color CMYK value is (0,9,25,24).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(0,9,25,24)
C0M9Y25K24 
(0%,9%,25%,24%)
(0.00/0.09/0.25/0.24)	

CMYK percentages

%0
%9.33
%25.39
%24.31

Codes

Color #C1AF90 in popluar color models

C1AF90
RGB193175144
HSL38°28.32%66.08%
HSB/HSV38°25.39%75.69%
CMYK0.00%9.33%25.39%
24.31%

Color #C1AF90 in popluar number systems.

HEXC1AF90
Decimal193175144
Binary110000011010111110010000
Octal301257220

Shades and tints

Shades of #C1AF90

#C1AF90
(193,175,144)
#B0A083
(176,160,131)
#9F9176
(159,145,118)
#8E8269
(142,130,105)
#7D735C
(125,115,92)
#6C644F
(108,100,79)
#5B5542
(91,85,66)
#4A4635
(74,70,53)
#393728
(57,55,40)
#28281B
(40,40,27)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #C1AF90

#C1AF90
(193,175,144)
#C6B69A
(198,182,154)
#CBBDA4
(203,189,164)
#D0C4AE
(208,196,174)
#D5CBB8
(213,203,184)
#DAD2C2
(218,210,194)
#DFD9CC
(223,217,204)
#E4E0D6
(228,224,214)
#E9E7E0
(233,231,224)
#EEEEEA
(238,238,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AF90; }

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

This text font color is #C1AF90.


Background Color

.myBgColor { background-color: #C1AF90; }

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

This div background color is #C1AF90.


Border color

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

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

This div border color is #C1AF90.


Opacity

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

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

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

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

This text has shadow with #C1AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AF90 on black background.


Color preview on white background

This text has color #C1AF90 on white background.



Black color preview on #C1AF90 background

This text has black color on #C1AF90 background.


White color preview on #C1AF90 background

This text has white color on #C1AF90 background.