COLOR #C0A894

HEX: #C0A894
RGB: (192,168,148)

Color info

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

RGB color model

#C0A894 color RGB value is (192,168,148).

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

RGB channels and saturation

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

192
168
148

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

Portions of RGB colors in percentages

R + G + B =
192 + 168 + 148 = 508 (100%)
R 192 of 508 ~ 37.8%
G 168 of 508 ~ 33.07%
B 148 of 508 ~ 29.13%

%37.8
%33.07
%29.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 22.92%
  • 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
%22.92
%24.71

Codes

Color #C0A894 in popluar color models

C0A894
RGB192168148
HSL27°25.88%66.67%
HSB/HSV27°22.92%75.29%
CMYK0.00%12.50%22.92%
24.71%

Color #C0A894 in popluar number systems.

HEXC0A894
Decimal192168148
Binary110000001010100010010100
Octal300250224

Shades and tints

Shades of #C0A894

#C0A894
(192,168,148)
#AF9987
(175,153,135)
#9E8A7A
(158,138,122)
#8D7B6D
(141,123,109)
#7C6C60
(124,108,96)
#6B5D53
(107,93,83)
#5A4E46
(90,78,70)
#493F39
(73,63,57)
#38302C
(56,48,44)
#27211F
(39,33,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C0A894

#C0A894
(192,168,148)
#C5AF9D
(197,175,157)
#CAB6A6
(202,182,166)
#CFBDAF
(207,189,175)
#D4C4B8
(212,196,184)
#D9CBC1
(217,203,193)
#DED2CA
(222,210,202)
#E3D9D3
(227,217,211)
#E8E0DC
(232,224,220)
#EDE7E5
(237,231,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A894; }

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

This text font color is #C0A894.


Background Color

.myBgColor { background-color: #C0A894; }

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

This div background color is #C0A894.


Border color

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

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

This div border color is #C0A894.


Opacity

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

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

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

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

This text has shadow with #C0A894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A894 on black background.


Color preview on white background

This text has color #C0A894 on white background.



Black color preview on #C0A894 background

This text has black color on #C0A894 background.


White color preview on #C0A894 background

This text has white color on #C0A894 background.