COLOR #C0A388

HEX: #C0A388 RGB: (192,163,136)

Color info

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

RGB color model

#C0A388 color RGB value is (192,163,136).

RGB: (192,163,136) (75%, 64%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 136 of 255 = 53%

192
163
136

R + G + B ~ 64%. #C0A388 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 163 + 136 = 491 (100%)
R 192 of 491 ~ 39.1%
G 163 of 491 ~ 33.2%
B 136 of 491 ~ 27.7'%

%39.1
%33.2
%27.7

CMYK color model

#C0A388 color CMYK value is (0,15,29,25).

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

CMYK: (0,15,29,25)
C0M15Y29K25 (0%, 15%, 29%, 25%)
(0.00 / 0.15 / 0.29 / 0.25)

CMYK percentages

%0
%15.1
%29.17
%24.71

Codes

Color #C0A388 in popluar color models

C0 A3 88
RGB 192 163 136
HSL 29° 30.77% 64.31%
HSB/HSV 29° 29.17% 75.29%
CMYK 0.00% 15.10% 29.17%
24.71%

Color #C0A388 in popluar number systems.

HEX C0 A3 88
Decimal 192 163 136
Binary 11000000 10100011 10001000
Octal 300 243 210

Shades and tints

Shades of #C0A388

#C0A388
(192,163,136)
#AF957C
(175,149,124)
#9E8770
(158,135,112)
#8D7964
(141,121,100)
#7C6B58
(124,107,88)
#6B5D4C
(107,93,76)
#5A4F40
(90,79,64)
#494134
(73,65,52)
#383328
(56,51,40)
#27251C
(39,37,28)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C0A388

#C0A388
(192,163,136)
#C5AB92
(197,171,146)
#CAB39C
(202,179,156)
#CFBBA6
(207,187,166)
#D4C3B0
(212,195,176)
#D9CBBA
(217,203,186)
#DED3C4
(222,211,196)
#E3DBCE
(227,219,206)
#E8E3D8
(232,227,216)
#EDEBE2
(237,235,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A388; }

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

This text font color is #C0A388.

Background Color

.myBgColor { background-color: #C0A388; }

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

This div background color is #C0A388.

Border color

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

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

This div border color is #C0A388.

Opacity

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

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

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

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

This text has shadow with #C0A388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A388.

Preview

Color preview on black background

This text has color #C0A388 on black background.


Color preview on white background

This text has color #C0A388 on white background.


Black color preview on #C0A388 background

This text has black color on #C0A388 background.


White color preview on #C0A388 background

This text has white color on #C0A388 background.


Related colors

Complementary color

Complementary color for #hex is #3F5C77.


I love getcolorcode.com

Triadic colors

1 #88C0A3 and #A388C0 with #C0A388 are triadic colors.

2 #88A3C0 and #A3C088 with #C0A388 are triadic colors.