COLOR #C0A39C

HEX: #C0A39C
RGB: (192,163,156)

Color info

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

RGB color model

#C0A39C color RGB value is (192,163,156).

  • red value is 192;
  • green value is 163;
  • blue value is 156.
RGB:
(192,163,156)
(75%,64%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 156 of 255 = 61%

192
163
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 156 = 511 (100%)
R 192 of 511 ~ 37.57%
G 163 of 511 ~ 31.9%
B 156 of 511 ~ 30.53%

%37.57
%31.9
%30.53

CMYK color model

#C0A39C color CMYK value is (0,15,19,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(0,15,19,25)
C0M15Y19K25 
(0%,15%,19%,25%)
(0.00/0.15/0.19/0.25)	

CMYK percentages

%0
%15.1
%18.75
%24.71

Codes

Color #C0A39C in popluar color models

C0A39C
RGB192163156
HSL12°22.22%68.24%
HSB/HSV12°18.75%75.29%
CMYK0.00%15.10%18.75%
24.71%

Color #C0A39C in popluar number systems.

HEXC0A39C
Decimal192163156
Binary110000001010001110011100
Octal300243234

Shades and tints

Shades of #C0A39C

#C0A39C
(192,163,156)
#AF958E
(175,149,142)
#9E8780
(158,135,128)
#8D7972
(141,121,114)
#7C6B64
(124,107,100)
#6B5D56
(107,93,86)
#5A4F48
(90,79,72)
#49413A
(73,65,58)
#38332C
(56,51,44)
#27251E
(39,37,30)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C0A39C

#C0A39C
(192,163,156)
#C5ABA5
(197,171,165)
#CAB3AE
(202,179,174)
#CFBBB7
(207,187,183)
#D4C3C0
(212,195,192)
#D9CBC9
(217,203,201)
#DED3D2
(222,211,210)
#E3DBDB
(227,219,219)
#E8E3E4
(232,227,228)
#EDEBED
(237,235,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A39C; }

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

This text font color is #C0A39C.


Background Color

.myBgColor { background-color: #C0A39C; }

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

This div background color is #C0A39C.


Border color

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

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

This div border color is #C0A39C.


Opacity

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

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

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

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

This text has shadow with #C0A39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A39C on black background.


Color preview on white background

This text has color #C0A39C on white background.



Black color preview on #C0A39C background

This text has black color on #C0A39C background.


White color preview on #C0A39C background

This text has white color on #C0A39C background.