COLOR #C0C4C2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

192
196
194

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

Portions of RGB colors in percentages

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

%32.99
%33.68
%33.33

CMYK color model

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

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

CMYK percentages

%2.04
%0
%1.02
%23.14

Codes

Color #C0C4C2 in popluar color models

C0C4C2
RGB192196194
HSL150°3.28%76.08%
HSB/HSV150°2.04%76.86%
CMYK2.04%0.00%1.02%
23.14%

Color #C0C4C2 in popluar number systems.

HEXC0C4C2
Decimal192196194
Binary110000001100010011000010
Octal300304302

Shades and tints

Shades of #C0C4C2

#C0C4C2
(192,196,194)
#AFB3B1
(175,179,177)
#9EA2A0
(158,162,160)
#8D918F
(141,145,143)
#7C807E
(124,128,126)
#6B6F6D
(107,111,109)
#5A5E5C
(90,94,92)
#494D4B
(73,77,75)
#383C3A
(56,60,58)
#272B29
(39,43,41)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #C0C4C2

#C0C4C2
(192,196,194)
#C5C9C7
(197,201,199)
#CACECC
(202,206,204)
#CFD3D1
(207,211,209)
#D4D8D6
(212,216,214)
#D9DDDB
(217,221,219)
#DEE2E0
(222,226,224)
#E3E7E5
(227,231,229)
#E8ECEA
(232,236,234)
#EDF1EF
(237,241,239)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C4C2; }

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

This text font color is #C0C4C2.


Background Color

.myBgColor { background-color: #C0C4C2; }

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

This div background color is #C0C4C2.


Border color

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

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

This div border color is #C0C4C2.


Opacity

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

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

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

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

This text has shadow with #C0C4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C4C2 on black background.


Color preview on white background

This text has color #C0C4C2 on white background.



Black color preview on #C0C4C2 background

This text has black color on #C0C4C2 background.


White color preview on #C0C4C2 background

This text has white color on #C0C4C2 background.