COLOR #C9A652

HEX: #C9A652
RGB: (201,166,82)

Color info

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

RGB color model

#C9A652 color RGB value is (201,166,82).

  • red value is 201;
  • green value is 166;
  • blue value is 82.
RGB:
(201,166,82)
(79%,65%,32%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 82 of 255 = 32%

201
166
82

R + G + B ~ 59%. #C9A652 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 82 = 449 (100%)
R 201 of 449 ~ 44.77%
G 166 of 449 ~ 36.97%
B 82 of 449 ~ 18.26%

%44.77
%36.97
%18.26

CMYK color model

#C9A652 color CMYK value is (0,17,59,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 59.20%
  • key color value is 21.18%
CMYK:
(0,17,59,21)
C0M17Y59K21 
(0%,17%,59%,21%)
(0.00/0.17/0.59/0.21)	

CMYK percentages

%0
%17.41
%59.2
%21.18

Codes

Color #C9A652 in popluar color models

C9A652
RGB20116682
HSL42°52.42%55.49%
HSB/HSV42°59.20%78.82%
CMYK0.00%17.41%59.20%
21.18%

Color #C9A652 in popluar number systems.

HEXC9A652
Decimal20116682
Binary11001001101001101010010
Octal311246122

Shades and tints

Shades of #C9A652

#C9A652
(201,166,82)
#B7974B
(183,151,75)
#A58844
(165,136,68)
#93793D
(147,121,61)
#816A36
(129,106,54)
#6F5B2F
(111,91,47)
#5D4C28
(93,76,40)
#4B3D21
(75,61,33)
#392E1A
(57,46,26)
#271F13
(39,31,19)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #C9A652

#C9A652
(201,166,82)
#CDAE61
(205,174,97)
#D1B670
(209,182,112)
#D5BE7F
(213,190,127)
#D9C68E
(217,198,142)
#DDCE9D
(221,206,157)
#E1D6AC
(225,214,172)
#E5DEBB
(229,222,187)
#E9E6CA
(233,230,202)
#EDEED9
(237,238,217)
#F1F6E8
(241,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A652 color. Also use rgb(201,166,82) instead hex code.

Text Font Color

.myTextColor { color: #C9A652; }

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

This text font color is #C9A652.


Background Color

.myBgColor { background-color: #C9A652; }

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

This div background color is #C9A652.


Border color

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

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

This div border color is #C9A652.


Opacity

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

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

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

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

This text has shadow with #C9A652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A652 on black background.


Color preview on white background

This text has color #C9A652 on white background.



Black color preview on #C9A652 background

This text has black color on #C9A652 background.


White color preview on #C9A652 background

This text has white color on #C9A652 background.