COLOR #C0C4C3

HEX: #C0C4C3
RGB: (192,196,195)

Color info

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

RGB color model

#C0C4C3 color RGB value is (192,196,195).

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

RGB channels and saturation

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

192
196
195

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

Portions of RGB colors in percentages

R + G + B =
192 + 196 + 195 = 583 (100%)
R 192 of 583 ~ 32.93%
G 196 of 583 ~ 33.62%
B 195 of 583 ~ 33.45%

%32.93
%33.62
%33.45

CMYK color model

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

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • 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
%0.51
%23.14

Codes

Color #C0C4C3 in popluar color models

C0C4C3
RGB192196195
HSL165°3.28%76.08%
HSB/HSV165°2.04%76.86%
CMYK2.04%0.00%0.51%
23.14%

Color #C0C4C3 in popluar number systems.

HEXC0C4C3
Decimal192196195
Binary110000001100010011000011
Octal300304303

Shades and tints

Shades of #C0C4C3

#C0C4C3
(192,196,195)
#AFB3B2
(175,179,178)
#9EA2A1
(158,162,161)
#8D9190
(141,145,144)
#7C807F
(124,128,127)
#6B6F6E
(107,111,110)
#5A5E5D
(90,94,93)
#494D4C
(73,77,76)
#383C3B
(56,60,59)
#272B2A
(39,43,42)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #C0C4C3

#C0C4C3
(192,196,195)
#C5C9C8
(197,201,200)
#CACECD
(202,206,205)
#CFD3D2
(207,211,210)
#D4D8D7
(212,216,215)
#D9DDDC
(217,221,220)
#DEE2E1
(222,226,225)
#E3E7E6
(227,231,230)
#E8ECEB
(232,236,235)
#EDF1F0
(237,241,240)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C4C3; }

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

This text font color is #C0C4C3.


Background Color

.myBgColor { background-color: #C0C4C3; }

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

This div background color is #C0C4C3.


Border color

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

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

This div border color is #C0C4C3.


Opacity

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

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

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

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

This text has shadow with #C0C4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C4C3 on black background.


Color preview on white background

This text has color #C0C4C3 on white background.



Black color preview on #C0C4C3 background

This text has black color on #C0C4C3 background.


White color preview on #C0C4C3 background

This text has white color on #C0C4C3 background.