COLOR #C0AD96

HEX: #C0AD96 RGB: (192,173,150)

Color info

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

RGB color model

#C0AD96 color RGB value is (192,173,150).

RGB: (192,173,150) (75%, 68%, 59%)

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 150 of 255 = 59%

192
173
150

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

Portions of RGB colors in percentages

R + G + B = 192 + 173 + 150 = 515 (100%)
R 192 of 515 ~ 37.28%
G 173 of 515 ~ 33.59%
B 150 of 515 ~ 29.13'%

%37.28
%33.59
%29.13

CMYK color model

#C0AD96 color CMYK value is (0,10,22,25).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 21.88%
  • key color value is 24.71%

CMYK: (0,10,22,25)
C0M10Y22K25 (0%, 10%, 22%, 25%)
(0.00 / 0.10 / 0.22 / 0.25)

CMYK percentages

%0
%9.9
%21.88
%24.71

Codes

Color #C0AD96 in popluar color models

C0 AD 96
RGB 192 173 150
HSL 33° 25.00% 67.06%
HSB/HSV 33° 21.88% 75.29%
CMYK 0.00% 9.90% 21.88%
24.71%

Color #C0AD96 in popluar number systems.

HEX C0 AD 96
Decimal 192 173 150
Binary 11000000 10101101 10010110
Octal 300 255 226

Shades and tints

Shades of #C0AD96

#C0AD96
(192,173,150)
#AF9E89
(175,158,137)
#9E8F7C
(158,143,124)
#8D806F
(141,128,111)
#7C7162
(124,113,98)
#6B6255
(107,98,85)
#5A5348
(90,83,72)
#49443B
(73,68,59)
#38352E
(56,53,46)
#272621
(39,38,33)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C0AD96

#C0AD96
(192,173,150)
#C5B49F
(197,180,159)
#CABBA8
(202,187,168)
#CFC2B1
(207,194,177)
#D4C9BA
(212,201,186)
#D9D0C3
(217,208,195)
#DED7CC
(222,215,204)
#E3DED5
(227,222,213)
#E8E5DE
(232,229,222)
#EDECE7
(237,236,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AD96 color. Also use rgb(192,173,150) instead hex code.

Text Font Color

.myTextColor { color: #C0AD96; }

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

This text font color is #C0AD96.

Background Color

.myBgColor { background-color: #C0AD96; }

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

This div background color is #C0AD96.

Border color

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

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

This div border color is #C0AD96.

Opacity

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

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

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

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

This text has shadow with #C0AD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AD96.

Preview

Color preview on black background

This text has color #C0AD96 on black background.


Color preview on white background

This text has color #C0AD96 on white background.


Black color preview on #C0AD96 background

This text has black color on #C0AD96 background.


White color preview on #C0AD96 background

This text has white color on #C0AD96 background.


Related colors

Complementary color

Complementary color for #hex is #3F5269.


I love getcolorcode.com

Triadic colors

1 #96C0AD and #AD96C0 with #C0AD96 are triadic colors.

2 #96ADC0 and #ADC096 with #C0AD96 are triadic colors.