COLOR #C0C2C6

HEX: #C0C2C6
RGB: (192,194,198)

Color info

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

RGB color model

#C0C2C6 color RGB value is (192,194,198).

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

RGB channels and saturation

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

192
194
198

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 198 = 584 (100%)
R 192 of 584 ~ 32.88%
G 194 of 584 ~ 33.22%
B 198 of 584 ~ 33.9%

%32.88
%33.22
%33.9

CMYK color model

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

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

CMYK percentages

%3.03
%2.02
%0
%22.35

Codes

Color #C0C2C6 in popluar color models

C0C2C6
RGB192194198
HSL220°5.00%76.47%
HSB/HSV220°3.03%77.65%
CMYK3.03%2.02%0.00%
22.35%

Color #C0C2C6 in popluar number systems.

HEXC0C2C6
Decimal192194198
Binary110000001100001011000110
Octal300302306

Shades and tints

Shades of #C0C2C6

#C0C2C6
(192,194,198)
#AFB1B4
(175,177,180)
#9EA0A2
(158,160,162)
#8D8F90
(141,143,144)
#7C7E7E
(124,126,126)
#6B6D6C
(107,109,108)
#5A5C5A
(90,92,90)
#494B48
(73,75,72)
#383A36
(56,58,54)
#272924
(39,41,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0C2C6

#C0C2C6
(192,194,198)
#C5C7CB
(197,199,203)
#CACCD0
(202,204,208)
#CFD1D5
(207,209,213)
#D4D6DA
(212,214,218)
#D9DBDF
(217,219,223)
#DEE0E4
(222,224,228)
#E3E5E9
(227,229,233)
#E8EAEE
(232,234,238)
#EDEFF3
(237,239,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2C6; }

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

This text font color is #C0C2C6.


Background Color

.myBgColor { background-color: #C0C2C6; }

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

This div background color is #C0C2C6.


Border color

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

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

This div border color is #C0C2C6.


Opacity

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

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

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

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

This text has shadow with #C0C2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2C6 on black background.


Color preview on white background

This text has color #C0C2C6 on white background.



Black color preview on #C0C2C6 background

This text has black color on #C0C2C6 background.


White color preview on #C0C2C6 background

This text has white color on #C0C2C6 background.