COLOR #C0C5AD

HEX: #C0C5AD RGB: (192,197,173)

Color info

#C0C5AD contains red, green and blue colors in about the same proportion. Web safe color of #C0C5AD is #CCCC99 (or #CC9).

RGB color model

#C0C5AD color RGB value is (192,197,173).

RGB: (192,197,173) (75%, 77%, 68%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 173 of 255 = 68%

192
197
173

R + G + B ~ 73%. #C0C5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 197 + 173 = 562 (100%)
R 192 of 562 ~ 34.16%
G 197 of 562 ~ 35.05%
B 173 of 562 ~ 30.78'%

%34.16
%35.05
%30.78

CMYK color model

#C0C5AD color CMYK value is (3,0,12,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 22.75%

CMYK: (3,0,12,23)
C3M0Y12K23 (3%, 0%, 12%, 23%)
(0.03 / 0.00 / 0.12 / 0.23)

CMYK percentages

%2.54
%0
%12.18
%22.75

Codes

Color #C0C5AD in popluar color models

C0 C5 AD
RGB 192 197 173
HSL 73° 17.14% 72.55%
HSB/HSV 73° 12.18% 77.25%
CMYK 2.54% 0.00% 12.18%
22.75%

Color #C0C5AD in popluar number systems.

HEX C0 C5 AD
Decimal 192 197 173
Binary 11000000 11000101 10101101
Octal 300 305 255

Shades and tints

Shades of #C0C5AD

#C0C5AD
(192,197,173)
#AFB49E
(175,180,158)
#9EA38F
(158,163,143)
#8D9280
(141,146,128)
#7C8171
(124,129,113)
#6B7062
(107,112,98)
#5A5F53
(90,95,83)
#494E44
(73,78,68)
#383D35
(56,61,53)
#272C26
(39,44,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #C0C5AD

#C0C5AD
(192,197,173)
#C5CAB4
(197,202,180)
#CACFBB
(202,207,187)
#CFD4C2
(207,212,194)
#D4D9C9
(212,217,201)
#D9DED0
(217,222,208)
#DEE3D7
(222,227,215)
#E3E8DE
(227,232,222)
#E8EDE5
(232,237,229)
#EDF2EC
(237,242,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C5AD color. Also use rgb(192,197,173) instead hex code.

Text Font Color

.myTextColor { color: #C0C5AD; }

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

This text font color is #C0C5AD.

Background Color

.myBgColor { background-color: #C0C5AD; }

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

This div background color is #C0C5AD.

Border color

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

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

This div border color is #C0C5AD.

Opacity

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

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

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

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

This text has shadow with #C0C5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C5AD.

Preview

Color preview on black background

This text has color #C0C5AD on black background.


Color preview on white background

This text has color #C0C5AD on white background.


Black color preview on #C0C5AD background

This text has black color on #C0C5AD background.


White color preview on #C0C5AD background

This text has white color on #C0C5AD background.


Related colors

Complementary color

Complementary color for #hex is #3F3A52.


I love getcolorcode.com

Triadic colors

1 #ADC0C5 and #C5ADC0 with #C0C5AD are triadic colors.

2 #ADC5C0 and #C5C0AD with #C0C5AD are triadic colors.