COLOR #C9AF58

HEX: #C9AF58
RGB: (201,175,88)

Color info

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

RGB color model

#C9AF58 color RGB value is (201,175,88).

  • red value is 201;
  • green value is 175;
  • blue value is 88.
RGB:
(201,175,88)
(79%,69%,35%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 88 of 255 = 35%

201
175
88

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

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 88 = 464 (100%)
R 201 of 464 ~ 43.32%
G 175 of 464 ~ 37.72%
B 88 of 464 ~ 18.97%

%43.32
%37.72
%18.97

CMYK color model

#C9AF58 color CMYK value is (0,13,56,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 56.22%
  • key color value is 21.18%
CMYK:
(0,13,56,21)
C0M13Y56K21 
(0%,13%,56%,21%)
(0.00/0.13/0.56/0.21)	

CMYK percentages

%0
%12.94
%56.22
%21.18

Codes

Color #C9AF58 in popluar color models

C9AF58
RGB20117588
HSL46°51.13%56.67%
HSB/HSV46°56.22%78.82%
CMYK0.00%12.94%56.22%
21.18%

Color #C9AF58 in popluar number systems.

HEXC9AF58
Decimal20117588
Binary11001001101011111011000
Octal311257130

Shades and tints

Shades of #C9AF58

#C9AF58
(201,175,88)
#B7A050
(183,160,80)
#A59148
(165,145,72)
#938240
(147,130,64)
#817338
(129,115,56)
#6F6430
(111,100,48)
#5D5528
(93,85,40)
#4B4620
(75,70,32)
#393718
(57,55,24)
#272810
(39,40,16)
#151908
(21,25,8)
#000000
(0,0,0)

Tints of #C9AF58

#C9AF58
(201,175,88)
#CDB667
(205,182,103)
#D1BD76
(209,189,118)
#D5C485
(213,196,133)
#D9CB94
(217,203,148)
#DDD2A3
(221,210,163)
#E1D9B2
(225,217,178)
#E5E0C1
(229,224,193)
#E9E7D0
(233,231,208)
#EDEEDF
(237,238,223)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AF58 color. Also use rgb(201,175,88) instead hex code.

Text Font Color

.myTextColor { color: #C9AF58; }

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

This text font color is #C9AF58.


Background Color

.myBgColor { background-color: #C9AF58; }

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

This div background color is #C9AF58.


Border color

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

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

This div border color is #C9AF58.


Opacity

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

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

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

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

This text has shadow with #C9AF58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AF58 on black background.


Color preview on white background

This text has color #C9AF58 on white background.



Black color preview on #C9AF58 background

This text has black color on #C9AF58 background.


White color preview on #C9AF58 background

This text has white color on #C9AF58 background.