COLOR #C2A67D

HEX: #C2A67D RGB: (194,166,125)

Color info

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

RGB color model

#C2A67D color RGB value is (194,166,125).

RGB: (194,166,125) (76%, 65%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 125 of 255 = 49%

194
166
125

R + G + B ~ 63%. #C2A67D is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 166 + 125 = 485 (100%)
R 194 of 485 ~ 40%
G 166 of 485 ~ 34.23%
B 125 of 485 ~ 25.77'%

%40
%34.23
%25.77

CMYK color model

#C2A67D color CMYK value is (0,14,36,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 35.57%
  • key color value is 23.92%

CMYK: (0,14,36,24)
C0M14Y36K24 (0%, 14%, 36%, 24%)
(0.00 / 0.14 / 0.36 / 0.24)

CMYK percentages

%0
%14.43
%35.57
%23.92

Codes

Color #C2A67D in popluar color models

C2 A6 7D
RGB 194 166 125
HSL 36° 36.13% 62.55%
HSB/HSV 36° 35.57% 76.08%
CMYK 0.00% 14.43% 35.57%
23.92%

Color #C2A67D in popluar number systems.

HEX C2 A6 7D
Decimal 194 166 125
Binary 11000010 10100110 1111101
Octal 302 246 175

Shades and tints

Shades of #C2A67D

#C2A67D
(194,166,125)
#B19772
(177,151,114)
#A08867
(160,136,103)
#8F795C
(143,121,92)
#7E6A51
(126,106,81)
#6D5B46
(109,91,70)
#5C4C3B
(92,76,59)
#4B3D30
(75,61,48)
#3A2E25
(58,46,37)
#291F1A
(41,31,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #C2A67D

#C2A67D
(194,166,125)
#C7AE88
(199,174,136)
#CCB693
(204,182,147)
#D1BE9E
(209,190,158)
#D6C6A9
(214,198,169)
#DBCEB4
(219,206,180)
#E0D6BF
(224,214,191)
#E5DECA
(229,222,202)
#EAE6D5
(234,230,213)
#EFEEE0
(239,238,224)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A67D color. Also use rgb(194,166,125) instead hex code.

Text Font Color

.myTextColor { color: #C2A67D; }

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

This text font color is #C2A67D.

Background Color

.myBgColor { background-color: #C2A67D; }

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

This div background color is #C2A67D.

Border color

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

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

This div border color is #C2A67D.

Opacity

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

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

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

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

This text has shadow with #C2A67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A67D.

Preview

Color preview on black background

This text has color #C2A67D on black background.


Color preview on white background

This text has color #C2A67D on white background.


Black color preview on #C2A67D background

This text has black color on #C2A67D background.


White color preview on #C2A67D background

This text has white color on #C2A67D background.


Related colors

Complementary color

Complementary color for #hex is #3D5982.


I love getcolorcode.com

Triadic colors

1 #7DC2A6 and #A67DC2 with #C2A67D are triadic colors.

2 #7DA6C2 and #A6C27D with #C2A67D are triadic colors.