COLOR #C0B0AA

HEX: #C0B0AA
RGB: (192,176,170)

Color info

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

RGB color model

#C0B0AA color RGB value is (192,176,170).

  • red value is 192;
  • green value is 176;
  • blue value is 170.
RGB:
(192,176,170)
(75%,69%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 170 of 255 = 67%

192
176
170

R + G + B ~ 70%. #C0B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 176 + 170 = 538 (100%)
R 192 of 538 ~ 35.69%
G 176 of 538 ~ 32.71%
B 170 of 538 ~ 31.6%

%35.69
%32.71
%31.6

CMYK color model

#C0B0AA color CMYK value is (0,8,11,25).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,8,11,25)
C0M8Y11K25 
(0%,8%,11%,25%)
(0.00/0.08/0.11/0.25)	

CMYK percentages

%0
%8.33
%11.46
%24.71

Codes

Color #C0B0AA in popluar color models

C0B0AA
RGB192176170
HSL16°14.86%70.98%
HSB/HSV16°11.46%75.29%
CMYK0.00%8.33%11.46%
24.71%

Color #C0B0AA in popluar number systems.

HEXC0B0AA
Decimal192176170
Binary110000001011000010101010
Octal300260252

Shades and tints

Shades of #C0B0AA

#C0B0AA
(192,176,170)
#AFA09B
(175,160,155)
#9E908C
(158,144,140)
#8D807D
(141,128,125)
#7C706E
(124,112,110)
#6B605F
(107,96,95)
#5A5050
(90,80,80)
#494041
(73,64,65)
#383032
(56,48,50)
#272023
(39,32,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #C0B0AA

#C0B0AA
(192,176,170)
#C5B7B1
(197,183,177)
#CABEB8
(202,190,184)
#CFC5BF
(207,197,191)
#D4CCC6
(212,204,198)
#D9D3CD
(217,211,205)
#DEDAD4
(222,218,212)
#E3E1DB
(227,225,219)
#E8E8E2
(232,232,226)
#EDEFE9
(237,239,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B0AA color. Also use rgb(192,176,170) instead hex code.

Text Font Color

.myTextColor { color: #C0B0AA; }

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

This text font color is #C0B0AA.


Background Color

.myBgColor { background-color: #C0B0AA; }

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

This div background color is #C0B0AA.


Border color

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

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

This div border color is #C0B0AA.


Opacity

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

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

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

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

This text has shadow with #C0B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B0AA on black background.


Color preview on white background

This text has color #C0B0AA on white background.



Black color preview on #C0B0AA background

This text has black color on #C0B0AA background.


White color preview on #C0B0AA background

This text has white color on #C0B0AA background.