COLOR #C1AE75

HEX: #C1AE75
RGB: (193,174,117)

Color info

#C1AE75 contains mainly red and green colors. Web safe color of #C1AE75 is #CC9966 (or #C96).

RGB color model

#C1AE75 color RGB value is (193,174,117).

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

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 117 of 255 = 46%

193
174
117

R + G + B ~ 63%. #C1AE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 174 + 117 = 484 (100%)
R 193 of 484 ~ 39.88%
G 174 of 484 ~ 35.95%
B 117 of 484 ~ 24.17%

%39.88
%35.95
%24.17

CMYK color model

#C1AE75 color CMYK value is (0,10,39,24).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 39.38%
  • key color value is 24.31%
CMYK:
(0,10,39,24)
C0M10Y39K24 
(0%,10%,39%,24%)
(0.00/0.10/0.39/0.24)	

CMYK percentages

%0
%9.84
%39.38
%24.31

Codes

Color #C1AE75 in popluar color models

C1AE75
RGB193174117
HSL45°38.00%60.78%
HSB/HSV45°39.38%75.69%
CMYK0.00%9.84%39.38%
24.31%

Color #C1AE75 in popluar number systems.

HEXC1AE75
Decimal193174117
Binary11000001101011101110101
Octal301256165

Shades and tints

Shades of #C1AE75

#C1AE75
(193,174,117)
#B09F6B
(176,159,107)
#9F9061
(159,144,97)
#8E8157
(142,129,87)
#7D724D
(125,114,77)
#6C6343
(108,99,67)
#5B5439
(91,84,57)
#4A452F
(74,69,47)
#393625
(57,54,37)
#28271B
(40,39,27)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #C1AE75

#C1AE75
(193,174,117)
#C6B581
(198,181,129)
#CBBC8D
(203,188,141)
#D0C399
(208,195,153)
#D5CAA5
(213,202,165)
#DAD1B1
(218,209,177)
#DFD8BD
(223,216,189)
#E4DFC9
(228,223,201)
#E9E6D5
(233,230,213)
#EEEDE1
(238,237,225)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AE75; }

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

This text font color is #C1AE75.


Background Color

.myBgColor { background-color: #C1AE75; }

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

This div background color is #C1AE75.


Border color

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

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

This div border color is #C1AE75.


Opacity

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

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

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

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

This text has shadow with #C1AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AE75 on black background.


Color preview on white background

This text has color #C1AE75 on white background.



Black color preview on #C1AE75 background

This text has black color on #C1AE75 background.


White color preview on #C1AE75 background

This text has white color on #C1AE75 background.