COLOR #C0A692

HEX: #C0A692
RGB: (192,166,146)

Color info

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

RGB color model

#C0A692 color RGB value is (192,166,146).

  • red value is 192;
  • green value is 166;
  • blue value is 146.
RGB:
(192,166,146)
(75%,65%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 146 of 255 = 57%

192
166
146

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

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 146 = 504 (100%)
R 192 of 504 ~ 38.1%
G 166 of 504 ~ 32.94%
B 146 of 504 ~ 28.97%

%38.1
%32.94
%28.97

CMYK color model

#C0A692 color CMYK value is (0,14,24,25).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(0,14,24,25)
C0M14Y24K25 
(0%,14%,24%,25%)
(0.00/0.14/0.24/0.25)	

CMYK percentages

%0
%13.54
%23.96
%24.71

Codes

Color #C0A692 in popluar color models

C0A692
RGB192166146
HSL26°26.74%66.27%
HSB/HSV26°23.96%75.29%
CMYK0.00%13.54%23.96%
24.71%

Color #C0A692 in popluar number systems.

HEXC0A692
Decimal192166146
Binary110000001010011010010010
Octal300246222

Shades and tints

Shades of #C0A692

#C0A692
(192,166,146)
#AF9785
(175,151,133)
#9E8878
(158,136,120)
#8D796B
(141,121,107)
#7C6A5E
(124,106,94)
#6B5B51
(107,91,81)
#5A4C44
(90,76,68)
#493D37
(73,61,55)
#382E2A
(56,46,42)
#271F1D
(39,31,29)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #C0A692

#C0A692
(192,166,146)
#C5AE9B
(197,174,155)
#CAB6A4
(202,182,164)
#CFBEAD
(207,190,173)
#D4C6B6
(212,198,182)
#D9CEBF
(217,206,191)
#DED6C8
(222,214,200)
#E3DED1
(227,222,209)
#E8E6DA
(232,230,218)
#EDEEE3
(237,238,227)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A692 color. Also use rgb(192,166,146) instead hex code.

Text Font Color

.myTextColor { color: #C0A692; }

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

This text font color is #C0A692.


Background Color

.myBgColor { background-color: #C0A692; }

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

This div background color is #C0A692.


Border color

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

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

This div border color is #C0A692.


Opacity

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

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

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

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

This text has shadow with #C0A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A692 on black background.


Color preview on white background

This text has color #C0A692 on white background.



Black color preview on #C0A692 background

This text has black color on #C0A692 background.


White color preview on #C0A692 background

This text has white color on #C0A692 background.