COLOR #C0C5CC

HEX: #C0C5CC RGB: (192,197,204)

Color info

#C0C5CC contains red, green and blue colors in about the same proportion. Web safe color of #C0C5CC is #CCCCCC (or #CCC).

RGB color model

#C0C5CC color RGB value is (192,197,204).

RGB: (192,197,204) (75%, 77%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 204 of 255 = 80%

192
197
204

R + G + B ~ 77%. #C0C5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 197 + 204 = 593 (100%)
R 192 of 593 ~ 32.38%
G 197 of 593 ~ 33.22%
B 204 of 593 ~ 34.4'%

%32.38
%33.22
%34.4

CMYK color model

#C0C5CC color CMYK value is (6,3,0,20).

  • cyan value is 5.88%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (6,3,0,20)
C6M3Y0K20 (6%, 3%, 0%, 20%)
(0.06 / 0.03 / 0.00 / 0.20)

CMYK percentages

%5.88
%3.43
%0
%20

Codes

Color #C0C5CC in popluar color models

C0 C5 CC
RGB 192 197 204
HSL 215° 10.53% 77.65%
HSB/HSV 215° 5.88% 80.00%
CMYK 5.88% 3.43% 0.00%
20.00%

Color #C0C5CC in popluar number systems.

HEX C0 C5 CC
Decimal 192 197 204
Binary 11000000 11000101 11001100
Octal 300 305 314

Shades and tints

Shades of #C0C5CC

#C0C5CC
(192,197,204)
#AFB4BA
(175,180,186)
#9EA3A8
(158,163,168)
#8D9296
(141,146,150)
#7C8184
(124,129,132)
#6B7072
(107,112,114)
#5A5F60
(90,95,96)
#494E4E
(73,78,78)
#383D3C
(56,61,60)
#272C2A
(39,44,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #C0C5CC

#C0C5CC
(192,197,204)
#C5CAD0
(197,202,208)
#CACFD4
(202,207,212)
#CFD4D8
(207,212,216)
#D4D9DC
(212,217,220)
#D9DEE0
(217,222,224)
#DEE3E4
(222,227,228)
#E3E8E8
(227,232,232)
#E8EDEC
(232,237,236)
#EDF2F0
(237,242,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C5CC; }

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

This text font color is #C0C5CC.

Background Color

.myBgColor { background-color: #C0C5CC; }

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

This div background color is #C0C5CC.

Border color

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

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

This div border color is #C0C5CC.

Opacity

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

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

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

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

This text has shadow with #C0C5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C5CC.

Preview

Color preview on black background

This text has color #C0C5CC on black background.


Color preview on white background

This text has color #C0C5CC on white background.


Black color preview on #C0C5CC background

This text has black color on #C0C5CC background.


White color preview on #C0C5CC background

This text has white color on #C0C5CC background.


Related colors

Complementary color

Complementary color for #hex is #3F3A33.


I love getcolorcode.com

Triadic colors

1 #CCC0C5 and #C5CCC0 with #C0C5CC are triadic colors.

2 #CCC5C0 and #C5C0CC with #C0C5CC are triadic colors.