COLOR #C0A899

HEX: #C0A899 RGB: (192,168,153)

Color info

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

RGB color model

#C0A899 color RGB value is (192,168,153).

RGB: (192,168,153) (75%, 66%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 153 of 255 = 60%

192
168
153

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

Portions of RGB colors in percentages

R + G + B = 192 + 168 + 153 = 513 (100%)
R 192 of 513 ~ 37.43%
G 168 of 513 ~ 32.75%
B 153 of 513 ~ 29.82'%

%37.43
%32.75
%29.82

CMYK color model

#C0A899 color CMYK value is (0,13,20,25).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 20.31%
  • key color value is 24.71%

CMYK: (0,13,20,25)
C0M13Y20K25 (0%, 13%, 20%, 25%)
(0.00 / 0.13 / 0.20 / 0.25)

CMYK percentages

%0
%12.5
%20.31
%24.71

Codes

Color #C0A899 in popluar color models

C0 A8 99
RGB 192 168 153
HSL 23° 23.64% 67.65%
HSB/HSV 23° 20.31% 75.29%
CMYK 0.00% 12.50% 20.31%
24.71%

Color #C0A899 in popluar number systems.

HEX C0 A8 99
Decimal 192 168 153
Binary 11000000 10101000 10011001
Octal 300 250 231

Shades and tints

Shades of #C0A899

#C0A899
(192,168,153)
#AF998C
(175,153,140)
#9E8A7F
(158,138,127)
#8D7B72
(141,123,114)
#7C6C65
(124,108,101)
#6B5D58
(107,93,88)
#5A4E4B
(90,78,75)
#493F3E
(73,63,62)
#383031
(56,48,49)
#272124
(39,33,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #C0A899

#C0A899
(192,168,153)
#C5AFA2
(197,175,162)
#CAB6AB
(202,182,171)
#CFBDB4
(207,189,180)
#D4C4BD
(212,196,189)
#D9CBC6
(217,203,198)
#DED2CF
(222,210,207)
#E3D9D8
(227,217,216)
#E8E0E1
(232,224,225)
#EDE7EA
(237,231,234)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A899 color. Also use rgb(192,168,153) instead hex code.

Text Font Color

.myTextColor { color: #C0A899; }

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

This text font color is #C0A899.

Background Color

.myBgColor { background-color: #C0A899; }

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

This div background color is #C0A899.

Border color

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

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

This div border color is #C0A899.

Opacity

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

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

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

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

This text has shadow with #C0A899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A899.

Preview

Color preview on black background

This text has color #C0A899 on black background.


Color preview on white background

This text has color #C0A899 on white background.


Black color preview on #C0A899 background

This text has black color on #C0A899 background.


White color preview on #C0A899 background

This text has white color on #C0A899 background.


Related colors

Complementary color

Complementary color for #hex is #3F5766.


I love getcolorcode.com

Triadic colors

1 #99C0A8 and #A899C0 with #C0A899 are triadic colors.

2 #99A8C0 and #A8C099 with #C0A899 are triadic colors.