COLOR #C1A966

HEX: #C1A966
RGB: (193,169,102)

Color info

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

RGB color model

#C1A966 color RGB value is (193,169,102).

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

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 102 of 255 = 40%

193
169
102

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

Portions of RGB colors in percentages

R + G + B =
193 + 169 + 102 = 464 (100%)
R 193 of 464 ~ 41.59%
G 169 of 464 ~ 36.42%
B 102 of 464 ~ 21.98%

%41.59
%36.42
%21.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.44%
  • 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
%12.44
%47.15
%24.31

Codes

Color #C1A966 in popluar color models

C1A966
RGB193169102
HSL44°42.33%57.84%
HSB/HSV44°47.15%75.69%
CMYK0.00%12.44%47.15%
24.31%

Color #C1A966 in popluar number systems.

HEXC1A966
Decimal193169102
Binary11000001101010011100110
Octal301251146

Shades and tints

Shades of #C1A966

#C1A966
(193,169,102)
#B09A5D
(176,154,93)
#9F8B54
(159,139,84)
#8E7C4B
(142,124,75)
#7D6D42
(125,109,66)
#6C5E39
(108,94,57)
#5B4F30
(91,79,48)
#4A4027
(74,64,39)
#39311E
(57,49,30)
#282215
(40,34,21)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #C1A966

#C1A966
(193,169,102)
#C6B073
(198,176,115)
#CBB780
(203,183,128)
#D0BE8D
(208,190,141)
#D5C59A
(213,197,154)
#DACCA7
(218,204,167)
#DFD3B4
(223,211,180)
#E4DAC1
(228,218,193)
#E9E1CE
(233,225,206)
#EEE8DB
(238,232,219)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A966; }

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

This text font color is #C1A966.


Background Color

.myBgColor { background-color: #C1A966; }

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

This div background color is #C1A966.


Border color

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

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

This div border color is #C1A966.


Opacity

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

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

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

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

This text has shadow with #C1A966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A966 on black background.


Color preview on white background

This text has color #C1A966 on white background.



Black color preview on #C1A966 background

This text has black color on #C1A966 background.


White color preview on #C1A966 background

This text has white color on #C1A966 background.