COLOR #C0A58D

HEX: #C0A58D RGB: (192,165,141)

Color info

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

RGB color model

#C0A58D color RGB value is (192,165,141).

RGB: (192,165,141) (75%, 65%, 55%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 141 of 255 = 55%

192
165
141

R + G + B ~ 65%. #C0A58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 165 + 141 = 498 (100%)
R 192 of 498 ~ 38.55%
G 165 of 498 ~ 33.13%
B 141 of 498 ~ 28.31'%

%38.55
%33.13
%28.31

CMYK color model

#C0A58D color CMYK value is (0,14,27,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 26.56%
  • key color value is 24.71%

CMYK: (0,14,27,25)
C0M14Y27K25 (0%, 14%, 27%, 25%)
(0.00 / 0.14 / 0.27 / 0.25)

CMYK percentages

%0
%14.06
%26.56
%24.71

Codes

Color #C0A58D in popluar color models

C0 A5 8D
RGB 192 165 141
HSL 28° 28.81% 65.29%
HSB/HSV 28° 26.56% 75.29%
CMYK 0.00% 14.06% 26.56%
24.71%

Color #C0A58D in popluar number systems.

HEX C0 A5 8D
Decimal 192 165 141
Binary 11000000 10100101 10001101
Octal 300 245 215

Shades and tints

Shades of #C0A58D

#C0A58D
(192,165,141)
#AF9681
(175,150,129)
#9E8775
(158,135,117)
#8D7869
(141,120,105)
#7C695D
(124,105,93)
#6B5A51
(107,90,81)
#5A4B45
(90,75,69)
#493C39
(73,60,57)
#382D2D
(56,45,45)
#271E21
(39,30,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #C0A58D

#C0A58D
(192,165,141)
#C5AD97
(197,173,151)
#CAB5A1
(202,181,161)
#CFBDAB
(207,189,171)
#D4C5B5
(212,197,181)
#D9CDBF
(217,205,191)
#DED5C9
(222,213,201)
#E3DDD3
(227,221,211)
#E8E5DD
(232,229,221)
#EDEDE7
(237,237,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A58D color. Also use rgb(192,165,141) instead hex code.

Text Font Color

.myTextColor { color: #C0A58D; }

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

This text font color is #C0A58D.

Background Color

.myBgColor { background-color: #C0A58D; }

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

This div background color is #C0A58D.

Border color

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

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

This div border color is #C0A58D.

Opacity

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

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

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

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

This text has shadow with #C0A58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A58D.

Preview

Color preview on black background

This text has color #C0A58D on black background.


Color preview on white background

This text has color #C0A58D on white background.


Black color preview on #C0A58D background

This text has black color on #C0A58D background.


White color preview on #C0A58D background

This text has white color on #C0A58D background.


Related colors

Complementary color

Complementary color for #hex is #3F5A72.


I love getcolorcode.com

Triadic colors

1 #8DC0A5 and #A58DC0 with #C0A58D are triadic colors.

2 #8DA5C0 and #A5C08D with #C0A58D are triadic colors.