COLOR #C0A893

HEX: #C0A893
RGB: (192,168,147)

Color info

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

RGB color model

#C0A893 color RGB value is (192,168,147).

  • red value is 192;
  • green value is 168;
  • blue value is 147.
RGB:
(192,168,147)
(75%,66%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 147 of 255 = 58%

192
168
147

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

Portions of RGB colors in percentages

R + G + B =
192 + 168 + 147 = 507 (100%)
R 192 of 507 ~ 37.87%
G 168 of 507 ~ 33.14%
B 147 of 507 ~ 28.99%

%37.87
%33.14
%28.99

CMYK color model

#C0A893 color CMYK value is (0,13,23,25).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(0,13,23,25)
C0M13Y23K25 
(0%,13%,23%,25%)
(0.00/0.13/0.23/0.25)	

CMYK percentages

%0
%12.5
%23.44
%24.71

Codes

Color #C0A893 in popluar color models

C0A893
RGB192168147
HSL28°26.32%66.47%
HSB/HSV28°23.44%75.29%
CMYK0.00%12.50%23.44%
24.71%

Color #C0A893 in popluar number systems.

HEXC0A893
Decimal192168147
Binary110000001010100010010011
Octal300250223

Shades and tints

Shades of #C0A893

#C0A893
(192,168,147)
#AF9986
(175,153,134)
#9E8A79
(158,138,121)
#8D7B6C
(141,123,108)
#7C6C5F
(124,108,95)
#6B5D52
(107,93,82)
#5A4E45
(90,78,69)
#493F38
(73,63,56)
#38302B
(56,48,43)
#27211E
(39,33,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C0A893

#C0A893
(192,168,147)
#C5AF9C
(197,175,156)
#CAB6A5
(202,182,165)
#CFBDAE
(207,189,174)
#D4C4B7
(212,196,183)
#D9CBC0
(217,203,192)
#DED2C9
(222,210,201)
#E3D9D2
(227,217,210)
#E8E0DB
(232,224,219)
#EDE7E4
(237,231,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A893; }

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

This text font color is #C0A893.


Background Color

.myBgColor { background-color: #C0A893; }

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

This div background color is #C0A893.


Border color

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

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

This div border color is #C0A893.


Opacity

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

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

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

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

This text has shadow with #C0A893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A893 on black background.


Color preview on white background

This text has color #C0A893 on white background.



Black color preview on #C0A893 background

This text has black color on #C0A893 background.


White color preview on #C0A893 background

This text has white color on #C0A893 background.