COLOR #C0C0C6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

192
192
198

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

Portions of RGB colors in percentages

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

%32.99
%32.99
%34.02

CMYK color model

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

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

CMYK percentages

%3.03
%3.03
%0
%22.35

Codes

Color #C0C0C6 in popluar color models

C0C0C6
RGB192192198
HSL240°5.00%76.47%
HSB/HSV240°3.03%77.65%
CMYK3.03%3.03%0.00%
22.35%

Color #C0C0C6 in popluar number systems.

HEXC0C0C6
Decimal192192198
Binary110000001100000011000110
Octal300300306

Shades and tints

Shades of #C0C0C6

#C0C0C6
(192,192,198)
#AFAFB4
(175,175,180)
#9E9EA2
(158,158,162)
#8D8D90
(141,141,144)
#7C7C7E
(124,124,126)
#6B6B6C
(107,107,108)
#5A5A5A
(90,90,90)
#494948
(73,73,72)
#383836
(56,56,54)
#272724
(39,39,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #C0C0C6

#C0C0C6
(192,192,198)
#C5C5CB
(197,197,203)
#CACAD0
(202,202,208)
#CFCFD5
(207,207,213)
#D4D4DA
(212,212,218)
#D9D9DF
(217,217,223)
#DEDEE4
(222,222,228)
#E3E3E9
(227,227,233)
#E8E8EE
(232,232,238)
#EDEDF3
(237,237,243)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C0C6; }

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

This text font color is #C0C0C6.


Background Color

.myBgColor { background-color: #C0C0C6; }

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

This div background color is #C0C0C6.


Border color

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

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

This div border color is #C0C0C6.


Opacity

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

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

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

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

This text has shadow with #C0C0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C0C6 on black background.


Color preview on white background

This text has color #C0C0C6 on white background.



Black color preview on #C0C0C6 background

This text has black color on #C0C0C6 background.


White color preview on #C0C0C6 background

This text has white color on #C0C0C6 background.