COLOR #C0AEAA

HEX: #C0AEAA
RGB: (192,174,170)

Color info

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

RGB color model

#C0AEAA color RGB value is (192,174,170).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 170 of 255 = 67%

192
174
170

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 170 = 536 (100%)
R 192 of 536 ~ 35.82%
G 174 of 536 ~ 32.46%
B 170 of 536 ~ 31.72%

%35.82
%32.46
%31.72

CMYK color model

#C0AEAA color CMYK value is (0,9,11,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,9,11,25)
C0M9Y11K25 
(0%,9%,11%,25%)
(0.00/0.09/0.11/0.25)	

CMYK percentages

%0
%9.38
%11.46
%24.71

Codes

Color #C0AEAA in popluar color models

C0AEAA
RGB192174170
HSL11°14.86%70.98%
HSB/HSV11°11.46%75.29%
CMYK0.00%9.38%11.46%
24.71%

Color #C0AEAA in popluar number systems.

HEXC0AEAA
Decimal192174170
Binary110000001010111010101010
Octal300256252

Shades and tints

Shades of #C0AEAA

#C0AEAA
(192,174,170)
#AF9F9B
(175,159,155)
#9E908C
(158,144,140)
#8D817D
(141,129,125)
#7C726E
(124,114,110)
#6B635F
(107,99,95)
#5A5450
(90,84,80)
#494541
(73,69,65)
#383632
(56,54,50)
#272723
(39,39,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #C0AEAA

#C0AEAA
(192,174,170)
#C5B5B1
(197,181,177)
#CABCB8
(202,188,184)
#CFC3BF
(207,195,191)
#D4CAC6
(212,202,198)
#D9D1CD
(217,209,205)
#DED8D4
(222,216,212)
#E3DFDB
(227,223,219)
#E8E6E2
(232,230,226)
#EDEDE9
(237,237,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEAA; }

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

This text font color is #C0AEAA.


Background Color

.myBgColor { background-color: #C0AEAA; }

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

This div background color is #C0AEAA.


Border color

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

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

This div border color is #C0AEAA.


Opacity

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

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

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

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

This text has shadow with #C0AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEAA on black background.


Color preview on white background

This text has color #C0AEAA on white background.



Black color preview on #C0AEAA background

This text has black color on #C0AEAA background.


White color preview on #C0AEAA background

This text has white color on #C0AEAA background.