COLOR #C2A55F

HEX: #C2A55F RGB: (194,165,95)

Color info

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

RGB color model

#C2A55F color RGB value is (194,165,95).

RGB: (194,165,95) (76%, 65%, 37%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 95 of 255 = 37%

194
165
95

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

Portions of RGB colors in percentages

R + G + B = 194 + 165 + 95 = 454 (100%)
R 194 of 454 ~ 42.73%
G 165 of 454 ~ 36.34%
B 95 of 454 ~ 20.93'%

%42.73
%36.34
%20.93

CMYK color model

#C2A55F color CMYK value is (0,15,51,24).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK: (0,15,51,24) C0M15Y51K24 (0%,15%,51%,24%) (0.00/0.15/0.51/0.24) 

CMYK percentages

%0
%14.95
%51.03
%23.92

Codes

Color #C2A55F in popluar color models

C2 A5 5F
RGB 194 165 95
HSL 42° 44.80% 56.67%
HSB/HSV 42° 51.03% 76.08%
CMYK 0.00% 14.95% 51.03%
23.92%

Color #C2A55F in popluar number systems.

HEX C2 A5 5F
Decimal 194 165 95
Binary 11000010 10100101 1011111
Octal 302 245 137

Shades and tints

Shades of #C2A55F

#C2A55F
(194,165,95)
#B19657
(177,150,87)
#A0874F
(160,135,79)
#8F7847
(143,120,71)
#7E693F
(126,105,63)
#6D5A37
(109,90,55)
#5C4B2F
(92,75,47)
#4B3C27
(75,60,39)
#3A2D1F
(58,45,31)
#291E17
(41,30,23)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #C2A55F

#C2A55F
(194,165,95)
#C7AD6D
(199,173,109)
#CCB57B
(204,181,123)
#D1BD89
(209,189,137)
#D6C597
(214,197,151)
#DBCDA5
(219,205,165)
#E0D5B3
(224,213,179)
#E5DDC1
(229,221,193)
#EAE5CF
(234,229,207)
#EFEDDD
(239,237,221)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A55F color. Also use rgb(194,165,95) instead hex code.

Text Font Color

.myTextColor { color: #C2A55F; }

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

This text font color is #C2A55F.

Background Color

.myBgColor { background-color: #C2A55F; }

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

This div background color is #C2A55F.

Border color

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

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

This div border color is #C2A55F.

Opacity

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

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

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

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

This text has shadow with #C2A55F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A55F.

Preview

Color preview on black background

This text has color #C2A55F on black background.


Color preview on white background

This text has color #C2A55F on white background.


Black color preview on #C2A55F background

This text has black color on #C2A55F background.


White color preview on #C2A55F background

This text has white color on #C2A55F background.


Related colors

Complementary color

Complementary color for #hex is #3D5AA0.


I love getcolorcode.com

Triadic colors

1 #5FC2A5 and #A55FC2 with #C2A55F are triadic colors.

2 #5FA5C2 and #A5C25F with #C2A55F are triadic colors.