COLOR #C0C9C3

HEX: #C0C9C3
RGB: (192,201,195)

Color info

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

RGB color model

#C0C9C3 color RGB value is (192,201,195).

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

RGB channels and saturation

R 192 of 255 = 75%
G 201 of 255 = 79%
B 195 of 255 = 76%

192
201
195

R + G + B ~ 77%. #C0C9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 201 + 195 = 588 (100%)
R 192 of 588 ~ 32.65%
G 201 of 588 ~ 34.18%
B 195 of 588 ~ 33.16%

%32.65
%34.18
%33.16

CMYK color model

#C0C9C3 color CMYK value is (4,0,3,21).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 21.18%
CMYK:
(4,0,3,21)
C4M0Y3K21 
(4%,0%,3%,21%)
(0.04/0.00/0.03/0.21)	

CMYK percentages

%4.48
%0
%2.99
%21.18

Codes

Color #C0C9C3 in popluar color models

C0C9C3
RGB192201195
HSL140°7.69%77.06%
HSB/HSV140°4.48%78.82%
CMYK4.48%0.00%2.99%
21.18%

Color #C0C9C3 in popluar number systems.

HEXC0C9C3
Decimal192201195
Binary110000001100100111000011
Octal300311303

Shades and tints

Shades of #C0C9C3

#C0C9C3
(192,201,195)
#AFB7B2
(175,183,178)
#9EA5A1
(158,165,161)
#8D9390
(141,147,144)
#7C817F
(124,129,127)
#6B6F6E
(107,111,110)
#5A5D5D
(90,93,93)
#494B4C
(73,75,76)
#38393B
(56,57,59)
#27272A
(39,39,42)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #C0C9C3

#C0C9C3
(192,201,195)
#C5CDC8
(197,205,200)
#CAD1CD
(202,209,205)
#CFD5D2
(207,213,210)
#D4D9D7
(212,217,215)
#D9DDDC
(217,221,220)
#DEE1E1
(222,225,225)
#E3E5E6
(227,229,230)
#E8E9EB
(232,233,235)
#EDEDF0
(237,237,240)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C9C3; }

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

This text font color is #C0C9C3.


Background Color

.myBgColor { background-color: #C0C9C3; }

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

This div background color is #C0C9C3.


Border color

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

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

This div border color is #C0C9C3.


Opacity

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

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

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

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

This text has shadow with #C0C9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C9C3 on black background.


Color preview on white background

This text has color #C0C9C3 on white background.



Black color preview on #C0C9C3 background

This text has black color on #C0C9C3 background.


White color preview on #C0C9C3 background

This text has white color on #C0C9C3 background.