COLOR #C0A399

HEX: #C0A399 RGB: (192,163,153)

Color info

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

RGB color model

#C0A399 color RGB value is (192,163,153).

RGB: (192,163,153) (75%, 64%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 153 of 255 = 60%

192
163
153

R + G + B ~ 66%. #C0A399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 163 + 153 = 508 (100%)
R 192 of 508 ~ 37.8%
G 163 of 508 ~ 32.09%
B 153 of 508 ~ 30.12'%

%37.8
%32.09
%30.12

CMYK color model

#C0A399 color CMYK value is (0,15,20,25).

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

CMYK: (0,15,20,25)
C0M15Y20K25 (0%, 15%, 20%, 25%)
(0.00 / 0.15 / 0.20 / 0.25)

CMYK percentages

%0
%15.1
%20.31
%24.71

Codes

Color #C0A399 in popluar color models

C0 A3 99
RGB 192 163 153
HSL 15° 23.64% 67.65%
HSB/HSV 15° 20.31% 75.29%
CMYK 0.00% 15.10% 20.31%
24.71%

Color #C0A399 in popluar number systems.

HEX C0 A3 99
Decimal 192 163 153
Binary 11000000 10100011 10011001
Octal 300 243 231

Shades and tints

Shades of #C0A399

#C0A399
(192,163,153)
#AF958C
(175,149,140)
#9E877F
(158,135,127)
#8D7972
(141,121,114)
#7C6B65
(124,107,101)
#6B5D58
(107,93,88)
#5A4F4B
(90,79,75)
#49413E
(73,65,62)
#383331
(56,51,49)
#272524
(39,37,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #C0A399

#C0A399
(192,163,153)
#C5ABA2
(197,171,162)
#CAB3AB
(202,179,171)
#CFBBB4
(207,187,180)
#D4C3BD
(212,195,189)
#D9CBC6
(217,203,198)
#DED3CF
(222,211,207)
#E3DBD8
(227,219,216)
#E8E3E1
(232,227,225)
#EDEBEA
(237,235,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A399; }

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

This text font color is #C0A399.

Background Color

.myBgColor { background-color: #C0A399; }

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

This div background color is #C0A399.

Border color

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

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

This div border color is #C0A399.

Opacity

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

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

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

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

This text has shadow with #C0A399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A399.

Preview

Color preview on black background

This text has color #C0A399 on black background.


Color preview on white background

This text has color #C0A399 on white background.


Black color preview on #C0A399 background

This text has black color on #C0A399 background.


White color preview on #C0A399 background

This text has white color on #C0A399 background.


Related colors

Complementary color

Complementary color for #hex is #3F5C66.


I love getcolorcode.com

Triadic colors

1 #99C0A3 and #A399C0 with #C0A399 are triadic colors.

2 #99A3C0 and #A3C099 with #C0A399 are triadic colors.