COLOR #C0AE97

HEX: #C0AE97 RGB: (192,174,151)

Color info

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

RGB color model

#C0AE97 color RGB value is (192,174,151).

RGB: (192,174,151) (75%, 68%, 59%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 151 of 255 = 59%

192
174
151

R + G + B ~ 67%. #C0AE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 174 + 151 = 517 (100%)
R 192 of 517 ~ 37.14%
G 174 of 517 ~ 33.66%
B 151 of 517 ~ 29.21'%

%37.14
%33.66
%29.21

CMYK color model

#C0AE97 color CMYK value is (0,9,21,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK: (0,9,21,25) C0M9Y21K25 (0%,9%,21%,25%) (0.00/0.09/0.21/0.25) 

CMYK percentages

%0
%9.38
%21.35
%24.71

Codes

Color #C0AE97 in popluar color models

C0 AE 97
RGB 192 174 151
HSL 34° 24.55% 67.25%
HSB/HSV 34° 21.35% 75.29%
CMYK 0.00% 9.38% 21.35%
24.71%

Color #C0AE97 in popluar number systems.

HEX C0 AE 97
Decimal 192 174 151
Binary 11000000 10101110 10010111
Octal 300 256 227

Shades and tints

Shades of #C0AE97

#C0AE97
(192,174,151)
#AF9F8A
(175,159,138)
#9E907D
(158,144,125)
#8D8170
(141,129,112)
#7C7263
(124,114,99)
#6B6356
(107,99,86)
#5A5449
(90,84,73)
#49453C
(73,69,60)
#38362F
(56,54,47)
#272722
(39,39,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #C0AE97

#C0AE97
(192,174,151)
#C5B5A0
(197,181,160)
#CABCA9
(202,188,169)
#CFC3B2
(207,195,178)
#D4CABB
(212,202,187)
#D9D1C4
(217,209,196)
#DED8CD
(222,216,205)
#E3DFD6
(227,223,214)
#E8E6DF
(232,230,223)
#EDEDE8
(237,237,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AE97 color. Also use rgb(192,174,151) instead hex code.

Text Font Color

.myTextColor { color: #C0AE97; }

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

This text font color is #C0AE97.

Background Color

.myBgColor { background-color: #C0AE97; }

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

This div background color is #C0AE97.

Border color

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

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

This div border color is #C0AE97.

Opacity

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

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

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

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

This text has shadow with #C0AE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AE97.

Preview

Color preview on black background

This text has color #C0AE97 on black background.


Color preview on white background

This text has color #C0AE97 on white background.


Black color preview on #C0AE97 background

This text has black color on #C0AE97 background.


White color preview on #C0AE97 background

This text has white color on #C0AE97 background.


Related colors

Complementary color

Complementary color for #hex is #3F5168.


I love getcolorcode.com

Triadic colors

1 #97C0AE and #AE97C0 with #C0AE97 are triadic colors.

2 #97AEC0 and #AEC097 with #C0AE97 are triadic colors.