COLOR #C2AF93

HEX: #C2AF93 RGB: (194,175,147)

Color info

#C2AF93 contains red, green and blue colors in about the same proportion. Web safe color of #C2AF93 is #CC9999 (or #C99).

RGB color model

#C2AF93 color RGB value is (194,175,147).

RGB: (194,175,147) (76%, 69%, 58%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 147 of 255 = 58%

194
175
147

R + G + B ~ 68%. #C2AF93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 175 + 147 = 516 (100%)
R 194 of 516 ~ 37.6%
G 175 of 516 ~ 33.91%
B 147 of 516 ~ 28.49'%

%37.6
%33.91
%28.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 24.23%
  • key color value is 23.92%

CMYK: (0,10,24,24)
C0M10Y24K24 (0%, 10%, 24%, 24%)
(0.00 / 0.10 / 0.24 / 0.24)

CMYK percentages

%0
%9.79
%24.23
%23.92

Codes

Color #C2AF93 in popluar color models

C2 AF 93
RGB 194 175 147
HSL 36° 27.81% 66.86%
HSB/HSV 36° 24.23% 76.08%
CMYK 0.00% 9.79% 24.23%
23.92%

Color #C2AF93 in popluar number systems.

HEX C2 AF 93
Decimal 194 175 147
Binary 11000010 10101111 10010011
Octal 302 257 223

Shades and tints

Shades of #C2AF93

#C2AF93
(194,175,147)
#B1A086
(177,160,134)
#A09179
(160,145,121)
#8F826C
(143,130,108)
#7E735F
(126,115,95)
#6D6452
(109,100,82)
#5C5545
(92,85,69)
#4B4638
(75,70,56)
#3A372B
(58,55,43)
#29281E
(41,40,30)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #C2AF93

#C2AF93
(194,175,147)
#C7B69C
(199,182,156)
#CCBDA5
(204,189,165)
#D1C4AE
(209,196,174)
#D6CBB7
(214,203,183)
#DBD2C0
(219,210,192)
#E0D9C9
(224,217,201)
#E5E0D2
(229,224,210)
#EAE7DB
(234,231,219)
#EFEEE4
(239,238,228)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AF93; }

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

This text font color is #C2AF93.

Background Color

.myBgColor { background-color: #C2AF93; }

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

This div background color is #C2AF93.

Border color

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

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

This div border color is #C2AF93.

Opacity

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

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

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

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

This text has shadow with #C2AF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AF93.

Preview

Color preview on black background

This text has color #C2AF93 on black background.


Color preview on white background

This text has color #C2AF93 on white background.


Black color preview on #C2AF93 background

This text has black color on #C2AF93 background.


White color preview on #C2AF93 background

This text has white color on #C2AF93 background.


Related colors

Complementary color

Complementary color for #hex is #3D506C.


I love getcolorcode.com

Triadic colors

1 #93C2AF and #AF93C2 with #C2AF93 are triadic colors.

2 #93AFC2 and #AFC293 with #C2AF93 are triadic colors.