COLOR #C1AA66

HEX: #C1AA66
RGB: (193,170,102)

Color info

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

RGB color model

#C1AA66 color RGB value is (193,170,102).

  • red value is 193;
  • green value is 170;
  • blue value is 102.
RGB:
(193,170,102)
(76%,67%,40%)

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 102 of 255 = 40%

193
170
102

R + G + B ~ 61%. #C1AA66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 102 = 465 (100%)
R 193 of 465 ~ 41.51%
G 170 of 465 ~ 36.56%
B 102 of 465 ~ 21.94%

%41.51
%36.56
%21.94

CMYK color model

#C1AA66 color CMYK value is (0,12,47,24).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 47.15%
  • key color value is 24.31%
CMYK:
(0,12,47,24)
C0M12Y47K24 
(0%,12%,47%,24%)
(0.00/0.12/0.47/0.24)	

CMYK percentages

%0
%11.92
%47.15
%24.31

Codes

Color #C1AA66 in popluar color models

C1AA66
RGB193170102
HSL45°42.33%57.84%
HSB/HSV45°47.15%75.69%
CMYK0.00%11.92%47.15%
24.31%

Color #C1AA66 in popluar number systems.

HEXC1AA66
Decimal193170102
Binary11000001101010101100110
Octal301252146

Shades and tints

Shades of #C1AA66

#C1AA66
(193,170,102)
#B09B5D
(176,155,93)
#9F8C54
(159,140,84)
#8E7D4B
(142,125,75)
#7D6E42
(125,110,66)
#6C5F39
(108,95,57)
#5B5030
(91,80,48)
#4A4127
(74,65,39)
#39321E
(57,50,30)
#282315
(40,35,21)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #C1AA66

#C1AA66
(193,170,102)
#C6B173
(198,177,115)
#CBB880
(203,184,128)
#D0BF8D
(208,191,141)
#D5C69A
(213,198,154)
#DACDA7
(218,205,167)
#DFD4B4
(223,212,180)
#E4DBC1
(228,219,193)
#E9E2CE
(233,226,206)
#EEE9DB
(238,233,219)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AA66 color. Also use rgb(193,170,102) instead hex code.

Text Font Color

.myTextColor { color: #C1AA66; }

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

This text font color is #C1AA66.


Background Color

.myBgColor { background-color: #C1AA66; }

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

This div background color is #C1AA66.


Border color

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

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

This div border color is #C1AA66.


Opacity

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

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

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

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

This text has shadow with #C1AA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AA66 on black background.


Color preview on white background

This text has color #C1AA66 on white background.



Black color preview on #C1AA66 background

This text has black color on #C1AA66 background.


White color preview on #C1AA66 background

This text has white color on #C1AA66 background.