COLOR #C0A190

HEX: #C0A190
RGB: (192,161,144)

Color info

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

RGB color model

#C0A190 color RGB value is (192,161,144).

  • red value is 192;
  • green value is 161;
  • blue value is 144.
RGB:
(192,161,144)
(75%,63%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 161 of 255 = 63%
B 144 of 255 = 56%

192
161
144

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

Portions of RGB colors in percentages

R + G + B =
192 + 161 + 144 = 497 (100%)
R 192 of 497 ~ 38.63%
G 161 of 497 ~ 32.39%
B 144 of 497 ~ 28.97%

%38.63
%32.39
%28.97

CMYK color model

#C0A190 color CMYK value is (0,16,25,25).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK:
(0,16,25,25)
C0M16Y25K25 
(0%,16%,25%,25%)
(0.00/0.16/0.25/0.25)	

CMYK percentages

%0
%16.15
%25
%24.71

Codes

Color #C0A190 in popluar color models

C0A190
RGB192161144
HSL21°27.59%65.88%
HSB/HSV21°25.00%75.29%
CMYK0.00%16.15%25.00%
24.71%

Color #C0A190 in popluar number systems.

HEXC0A190
Decimal192161144
Binary110000001010000110010000
Octal300241220

Shades and tints

Shades of #C0A190

#C0A190
(192,161,144)
#AF9383
(175,147,131)
#9E8576
(158,133,118)
#8D7769
(141,119,105)
#7C695C
(124,105,92)
#6B5B4F
(107,91,79)
#5A4D42
(90,77,66)
#493F35
(73,63,53)
#383128
(56,49,40)
#27231B
(39,35,27)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #C0A190

#C0A190
(192,161,144)
#C5A99A
(197,169,154)
#CAB1A4
(202,177,164)
#CFB9AE
(207,185,174)
#D4C1B8
(212,193,184)
#D9C9C2
(217,201,194)
#DED1CC
(222,209,204)
#E3D9D6
(227,217,214)
#E8E1E0
(232,225,224)
#EDE9EA
(237,233,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A190 color. Also use rgb(192,161,144) instead hex code.

Text Font Color

.myTextColor { color: #C0A190; }

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

This text font color is #C0A190.


Background Color

.myBgColor { background-color: #C0A190; }

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

This div background color is #C0A190.


Border color

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

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

This div border color is #C0A190.


Opacity

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

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

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

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

This text has shadow with #C0A190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A190 on black background.


Color preview on white background

This text has color #C0A190 on white background.



Black color preview on #C0A190 background

This text has black color on #C0A190 background.


White color preview on #C0A190 background

This text has white color on #C0A190 background.