COLOR #C0A69D

HEX: #C0A69D RGB: (192,166,157)

Color info

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

RGB color model

#C0A69D color RGB value is (192,166,157).

RGB: (192,166,157) (75%, 65%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 157 of 255 = 62%

192
166
157

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

Portions of RGB colors in percentages

R + G + B = 192 + 166 + 157 = 515 (100%)
R 192 of 515 ~ 37.28%
G 166 of 515 ~ 32.23%
B 157 of 515 ~ 30.49'%

%37.28
%32.23
%30.49

CMYK color model

#C0A69D color CMYK value is (0,14,18,25).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 18.23%
  • key color value is 24.71%

CMYK: (0,14,18,25)
C0M14Y18K25 (0%, 14%, 18%, 25%)
(0.00 / 0.14 / 0.18 / 0.25)

CMYK percentages

%0
%13.54
%18.23
%24.71

Codes

Color #C0A69D in popluar color models

C0 A6 9D
RGB 192 166 157
HSL 15° 21.74% 68.43%
HSB/HSV 15° 18.23% 75.29%
CMYK 0.00% 13.54% 18.23%
24.71%

Color #C0A69D in popluar number systems.

HEX C0 A6 9D
Decimal 192 166 157
Binary 11000000 10100110 10011101
Octal 300 246 235

Shades and tints

Shades of #C0A69D

#C0A69D
(192,166,157)
#AF978F
(175,151,143)
#9E8881
(158,136,129)
#8D7973
(141,121,115)
#7C6A65
(124,106,101)
#6B5B57
(107,91,87)
#5A4C49
(90,76,73)
#493D3B
(73,61,59)
#382E2D
(56,46,45)
#271F1F
(39,31,31)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #C0A69D

#C0A69D
(192,166,157)
#C5AEA5
(197,174,165)
#CAB6AD
(202,182,173)
#CFBEB5
(207,190,181)
#D4C6BD
(212,198,189)
#D9CEC5
(217,206,197)
#DED6CD
(222,214,205)
#E3DED5
(227,222,213)
#E8E6DD
(232,230,221)
#EDEEE5
(237,238,229)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A69D color. Also use rgb(192,166,157) instead hex code.

Text Font Color

.myTextColor { color: #C0A69D; }

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

This text font color is #C0A69D.

Background Color

.myBgColor { background-color: #C0A69D; }

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

This div background color is #C0A69D.

Border color

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

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

This div border color is #C0A69D.

Opacity

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

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

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

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

This text has shadow with #C0A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A69D.

Preview

Color preview on black background

This text has color #C0A69D on black background.


Color preview on white background

This text has color #C0A69D on white background.


Black color preview on #C0A69D background

This text has black color on #C0A69D background.


White color preview on #C0A69D background

This text has white color on #C0A69D background.


Related colors

Complementary color

Complementary color for #hex is #3F5962.


I love getcolorcode.com

Triadic colors

1 #9DC0A6 and #A69DC0 with #C0A69D are triadic colors.

2 #9DA6C0 and #A6C09D with #C0A69D are triadic colors.