COLOR #C0C2C2

HEX: #C0C2C2
RGB: (192,194,194)

Color info

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

RGB color model

#C0C2C2 color RGB value is (192,194,194).

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

RGB channels and saturation

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

192
194
194

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 194 = 580 (100%)
R 192 of 580 ~ 33.1%
G 194 of 580 ~ 33.45%
B 194 of 580 ~ 33.45%

%33.1
%33.45
%33.45

CMYK color model

#C0C2C2 color CMYK value is (1,0,0,24).

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(1,0,0,24)
C1M0Y0K24 
(1%,0%,0%,24%)
(0.01/0.00/0.00/0.24)	

CMYK percentages

%1.03
%0
%0
%23.92

Codes

Color #C0C2C2 in popluar color models

C0C2C2
RGB192194194
HSL180°1.61%75.69%
HSB/HSV180°1.03%76.08%
CMYK1.03%0.00%0.00%
23.92%

Color #C0C2C2 in popluar number systems.

HEXC0C2C2
Decimal192194194
Binary110000001100001011000010
Octal300302302

Shades and tints

Shades of #C0C2C2

#C0C2C2
(192,194,194)
#AFB1B1
(175,177,177)
#9EA0A0
(158,160,160)
#8D8F8F
(141,143,143)
#7C7E7E
(124,126,126)
#6B6D6D
(107,109,109)
#5A5C5C
(90,92,92)
#494B4B
(73,75,75)
#383A3A
(56,58,58)
#272929
(39,41,41)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #C0C2C2

#C0C2C2
(192,194,194)
#C5C7C7
(197,199,199)
#CACCCC
(202,204,204)
#CFD1D1
(207,209,209)
#D4D6D6
(212,214,214)
#D9DBDB
(217,219,219)
#DEE0E0
(222,224,224)
#E3E5E5
(227,229,229)
#E8EAEA
(232,234,234)
#EDEFEF
(237,239,239)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2C2; }

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

This text font color is #C0C2C2.


Background Color

.myBgColor { background-color: #C0C2C2; }

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

This div background color is #C0C2C2.


Border color

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

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

This div border color is #C0C2C2.


Opacity

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

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

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

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

This text has shadow with #C0C2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2C2 on black background.


Color preview on white background

This text has color #C0C2C2 on white background.



Black color preview on #C0C2C2 background

This text has black color on #C0C2C2 background.


White color preview on #C0C2C2 background

This text has white color on #C0C2C2 background.