COLOR #C0C2C4

HEX: #C0C2C4
RGB: (192,194,196)

Color info

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

RGB color model

#C0C2C4 color RGB value is (192,194,196).

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

RGB channels and saturation

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

192
194
196

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 196 = 582 (100%)
R 192 of 582 ~ 32.99%
G 194 of 582 ~ 33.33%
B 196 of 582 ~ 33.68%

%32.99
%33.33
%33.68

CMYK color model

#C0C2C4 color CMYK value is (2,1,0,23).

  • cyan value is 2.04%
  • magenta value is 1.02%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(2,1,0,23)
C2M1Y0K23 
(2%,1%,0%,23%)
(0.02/0.01/0.00/0.23)	

CMYK percentages

%2.04
%1.02
%0
%23.14

Codes

Color #C0C2C4 in popluar color models

C0C2C4
RGB192194196
HSL210°3.28%76.08%
HSB/HSV210°2.04%76.86%
CMYK2.04%1.02%0.00%
23.14%

Color #C0C2C4 in popluar number systems.

HEXC0C2C4
Decimal192194196
Binary110000001100001011000100
Octal300302304

Shades and tints

Shades of #C0C2C4

#C0C2C4
(192,194,196)
#AFB1B3
(175,177,179)
#9EA0A2
(158,160,162)
#8D8F91
(141,143,145)
#7C7E80
(124,126,128)
#6B6D6F
(107,109,111)
#5A5C5E
(90,92,94)
#494B4D
(73,75,77)
#383A3C
(56,58,60)
#27292B
(39,41,43)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #C0C2C4

#C0C2C4
(192,194,196)
#C5C7C9
(197,199,201)
#CACCCE
(202,204,206)
#CFD1D3
(207,209,211)
#D4D6D8
(212,214,216)
#D9DBDD
(217,219,221)
#DEE0E2
(222,224,226)
#E3E5E7
(227,229,231)
#E8EAEC
(232,234,236)
#EDEFF1
(237,239,241)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2C4; }

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

This text font color is #C0C2C4.


Background Color

.myBgColor { background-color: #C0C2C4; }

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

This div background color is #C0C2C4.


Border color

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

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

This div border color is #C0C2C4.


Opacity

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

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

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

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

This text has shadow with #C0C2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2C4 on black background.


Color preview on white background

This text has color #C0C2C4 on white background.



Black color preview on #C0C2C4 background

This text has black color on #C0C2C4 background.


White color preview on #C0C2C4 background

This text has white color on #C0C2C4 background.