COLOR #C0C6C0

HEX: #C0C6C0
RGB: (192,198,192)

Color info

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

RGB color model

#C0C6C0 color RGB value is (192,198,192).

  • red value is 192;
  • green value is 198;
  • blue value is 192.
RGB:
(192,198,192)
(75%,78%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 192 of 255 = 75%

192
198
192

R + G + B ~ 76%. #C0C6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 192 = 582 (100%)
R 192 of 582 ~ 32.99%
G 198 of 582 ~ 34.02%
B 192 of 582 ~ 32.99%

%32.99
%34.02
%32.99

CMYK color model

#C0C6C0 color CMYK value is (3,0,3,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(3,0,3,22)
C3M0Y3K22 
(3%,0%,3%,22%)
(0.03/0.00/0.03/0.22)	

CMYK percentages

%3.03
%0
%3.03
%22.35

Codes

Color #C0C6C0 in popluar color models

C0C6C0
RGB192198192
HSL120°5.00%76.47%
HSB/HSV120°3.03%77.65%
CMYK3.03%0.00%3.03%
22.35%

Color #C0C6C0 in popluar number systems.

HEXC0C6C0
Decimal192198192
Binary110000001100011011000000
Octal300306300

Shades and tints

Shades of #C0C6C0

#C0C6C0
(192,198,192)
#AFB4AF
(175,180,175)
#9EA29E
(158,162,158)
#8D908D
(141,144,141)
#7C7E7C
(124,126,124)
#6B6C6B
(107,108,107)
#5A5A5A
(90,90,90)
#494849
(73,72,73)
#383638
(56,54,56)
#272427
(39,36,39)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #C0C6C0

#C0C6C0
(192,198,192)
#C5CBC5
(197,203,197)
#CAD0CA
(202,208,202)
#CFD5CF
(207,213,207)
#D4DAD4
(212,218,212)
#D9DFD9
(217,223,217)
#DEE4DE
(222,228,222)
#E3E9E3
(227,233,227)
#E8EEE8
(232,238,232)
#EDF3ED
(237,243,237)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6C0; }

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

This text font color is #C0C6C0.


Background Color

.myBgColor { background-color: #C0C6C0; }

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

This div background color is #C0C6C0.


Border color

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

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

This div border color is #C0C6C0.


Opacity

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

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

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

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

This text has shadow with #C0C6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6C0 on black background.


Color preview on white background

This text has color #C0C6C0 on white background.



Black color preview on #C0C6C0 background

This text has black color on #C0C6C0 background.


White color preview on #C0C6C0 background

This text has white color on #C0C6C0 background.