COLOR #C2AF7A

HEX: #C2AF7A
RGB: (194,175,122)

Color info

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

RGB color model

#C2AF7A color RGB value is (194,175,122).

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

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 122 of 255 = 48%

194
175
122

R + G + B ~ 64%. #C2AF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 175 + 122 = 491 (100%)
R 194 of 491 ~ 39.51%
G 175 of 491 ~ 35.64%
B 122 of 491 ~ 24.85%

%39.51
%35.64
%24.85

CMYK color model

#C2AF7A color CMYK value is (0,10,37,24).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 37.11%
  • key color value is 23.92%
CMYK:
(0,10,37,24)
C0M10Y37K24 
(0%,10%,37%,24%)
(0.00/0.10/0.37/0.24)	

CMYK percentages

%0
%9.79
%37.11
%23.92

Codes

Color #C2AF7A in popluar color models

C2AF7A
RGB194175122
HSL44°37.11%61.96%
HSB/HSV44°37.11%76.08%
CMYK0.00%9.79%37.11%
23.92%

Color #C2AF7A in popluar number systems.

HEXC2AF7A
Decimal194175122
Binary11000010101011111111010
Octal302257172

Shades and tints

Shades of #C2AF7A

#C2AF7A
(194,175,122)
#B1A06F
(177,160,111)
#A09164
(160,145,100)
#8F8259
(143,130,89)
#7E734E
(126,115,78)
#6D6443
(109,100,67)
#5C5538
(92,85,56)
#4B462D
(75,70,45)
#3A3722
(58,55,34)
#292817
(41,40,23)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #C2AF7A

#C2AF7A
(194,175,122)
#C7B686
(199,182,134)
#CCBD92
(204,189,146)
#D1C49E
(209,196,158)
#D6CBAA
(214,203,170)
#DBD2B6
(219,210,182)
#E0D9C2
(224,217,194)
#E5E0CE
(229,224,206)
#EAE7DA
(234,231,218)
#EFEEE6
(239,238,230)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AF7A; }

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

This text font color is #C2AF7A.


Background Color

.myBgColor { background-color: #C2AF7A; }

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

This div background color is #C2AF7A.


Border color

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

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

This div border color is #C2AF7A.


Opacity

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

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

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

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

This text has shadow with #C2AF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AF7A on black background.


Color preview on white background

This text has color #C2AF7A on white background.



Black color preview on #C2AF7A background

This text has black color on #C2AF7A background.


White color preview on #C2AF7A background

This text has white color on #C2AF7A background.