COLOR #C2A35F

HEX: #C2A35F
RGB: (194,163,95)

Color info

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

RGB color model

#C2A35F color RGB value is (194,163,95).

  • red value is 194;
  • green value is 163;
  • blue value is 95.
RGB:
(194,163,95)
(76%,64%,37%)

RGB channels and saturation

R 194 of 255 = 76%
G 163 of 255 = 64%
B 95 of 255 = 37%

194
163
95

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

Portions of RGB colors in percentages

R + G + B =
194 + 163 + 95 = 452 (100%)
R 194 of 452 ~ 42.92%
G 163 of 452 ~ 36.06%
B 95 of 452 ~ 21.02%

%42.92
%36.06
%21.02

CMYK color model

#C2A35F color CMYK value is (0,16,51,24).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK:
(0,16,51,24)
C0M16Y51K24 
(0%,16%,51%,24%)
(0.00/0.16/0.51/0.24)	

CMYK percentages

%0
%15.98
%51.03
%23.92

Codes

Color #C2A35F in popluar color models

C2A35F
RGB19416395
HSL41°44.80%56.67%
HSB/HSV41°51.03%76.08%
CMYK0.00%15.98%51.03%
23.92%

Color #C2A35F in popluar number systems.

HEXC2A35F
Decimal19416395
Binary11000010101000111011111
Octal302243137

Shades and tints

Shades of #C2A35F

#C2A35F
(194,163,95)
#B19557
(177,149,87)
#A0874F
(160,135,79)
#8F7947
(143,121,71)
#7E6B3F
(126,107,63)
#6D5D37
(109,93,55)
#5C4F2F
(92,79,47)
#4B4127
(75,65,39)
#3A331F
(58,51,31)
#292517
(41,37,23)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #C2A35F

#C2A35F
(194,163,95)
#C7AB6D
(199,171,109)
#CCB37B
(204,179,123)
#D1BB89
(209,187,137)
#D6C397
(214,195,151)
#DBCBA5
(219,203,165)
#E0D3B3
(224,211,179)
#E5DBC1
(229,219,193)
#EAE3CF
(234,227,207)
#EFEBDD
(239,235,221)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A35F; }

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

This text font color is #C2A35F.


Background Color

.myBgColor { background-color: #C2A35F; }

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

This div background color is #C2A35F.


Border color

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

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

This div border color is #C2A35F.


Opacity

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

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

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

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

This text has shadow with #C2A35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A35F on black background.


Color preview on white background

This text has color #C2A35F on white background.



Black color preview on #C2A35F background

This text has black color on #C2A35F background.


White color preview on #C2A35F background

This text has white color on #C2A35F background.