COLOR #C2AF59

HEX: #C2AF59
RGB: (194,175,89)

Color info

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

RGB color model

#C2AF59 color RGB value is (194,175,89).

  • red value is 194;
  • green value is 175;
  • blue value is 89.
RGB:
(194,175,89)
(76%,69%,35%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 89 of 255 = 35%

194
175
89

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

Portions of RGB colors in percentages

R + G + B =
194 + 175 + 89 = 458 (100%)
R 194 of 458 ~ 42.36%
G 175 of 458 ~ 38.21%
B 89 of 458 ~ 19.43%

%42.36
%38.21
%19.43

CMYK color model

#C2AF59 color CMYK value is (0,10,54,24).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 54.12%
  • key color value is 23.92%
CMYK:
(0,10,54,24)
C0M10Y54K24 
(0%,10%,54%,24%)
(0.00/0.10/0.54/0.24)	

CMYK percentages

%0
%9.79
%54.12
%23.92

Codes

Color #C2AF59 in popluar color models

C2AF59
RGB19417589
HSL49°46.26%55.49%
HSB/HSV49°54.12%76.08%
CMYK0.00%9.79%54.12%
23.92%

Color #C2AF59 in popluar number systems.

HEXC2AF59
Decimal19417589
Binary11000010101011111011001
Octal302257131

Shades and tints

Shades of #C2AF59

#C2AF59
(194,175,89)
#B1A051
(177,160,81)
#A09149
(160,145,73)
#8F8241
(143,130,65)
#7E7339
(126,115,57)
#6D6431
(109,100,49)
#5C5529
(92,85,41)
#4B4621
(75,70,33)
#3A3719
(58,55,25)
#292811
(41,40,17)
#181909
(24,25,9)
#000000
(0,0,0)

Tints of #C2AF59

#C2AF59
(194,175,89)
#C7B668
(199,182,104)
#CCBD77
(204,189,119)
#D1C486
(209,196,134)
#D6CB95
(214,203,149)
#DBD2A4
(219,210,164)
#E0D9B3
(224,217,179)
#E5E0C2
(229,224,194)
#EAE7D1
(234,231,209)
#EFEEE0
(239,238,224)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AF59 color. Also use rgb(194,175,89) instead hex code.

Text Font Color

.myTextColor { color: #C2AF59; }

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

This text font color is #C2AF59.


Background Color

.myBgColor { background-color: #C2AF59; }

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

This div background color is #C2AF59.


Border color

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

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

This div border color is #C2AF59.


Opacity

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

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

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

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

This text has shadow with #C2AF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AF59 on black background.


Color preview on white background

This text has color #C2AF59 on white background.



Black color preview on #C2AF59 background

This text has black color on #C2AF59 background.


White color preview on #C2AF59 background

This text has white color on #C2AF59 background.