COLOR #C0C2C1

HEX: #C0C2C1 RGB: (192,194,193)

Color info

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

RGB color model

#C0C2C1 color RGB value is (192,194,193).

RGB: (192,194,193) (75%, 76%, 76%)

RGB channels and saturation

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

192
194
193

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

Portions of RGB colors in percentages

R + G + B = 192 + 194 + 193 = 579 (100%)
R 192 of 579 ~ 33.16%
G 194 of 579 ~ 33.51%
B 193 of 579 ~ 33.33'%

%33.16
%33.51
%33.33

CMYK color model

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

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 23.92%

CMYK: (1,0,1,24)
C1M0Y1K24 (1%, 0%, 1%, 24%)
(0.01 / 0.00 / 0.01 / 0.24)

CMYK percentages

%1.03
%0
%0.52
%23.92

Codes

Color #C0C2C1 in popluar color models

C0 C2 C1
RGB 192 194 193
HSL 150° 1.61% 75.69%
HSB/HSV 150° 1.03% 76.08%
CMYK 1.03% 0.00% 0.52%
23.92%

Color #C0C2C1 in popluar number systems.

HEX C0 C2 C1
Decimal 192 194 193
Binary 11000000 11000010 11000001
Octal 300 302 301

Shades and tints

Shades of #C0C2C1

#C0C2C1
(192,194,193)
#AFB1B0
(175,177,176)
#9EA09F
(158,160,159)
#8D8F8E
(141,143,142)
#7C7E7D
(124,126,125)
#6B6D6C
(107,109,108)
#5A5C5B
(90,92,91)
#494B4A
(73,75,74)
#383A39
(56,58,57)
#272928
(39,41,40)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0C2C1

#C0C2C1
(192,194,193)
#C5C7C6
(197,199,198)
#CACCCB
(202,204,203)
#CFD1D0
(207,209,208)
#D4D6D5
(212,214,213)
#D9DBDA
(217,219,218)
#DEE0DF
(222,224,223)
#E3E5E4
(227,229,228)
#E8EAE9
(232,234,233)
#EDEFEE
(237,239,238)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C2C1; }

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

This text font color is #C0C2C1.

Background Color

.myBgColor { background-color: #C0C2C1; }

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

This div background color is #C0C2C1.

Border color

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

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

This div border color is #C0C2C1.

Opacity

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

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

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

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

This text has shadow with #C0C2C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C2C1.

Preview

Color preview on black background

This text has color #C0C2C1 on black background.


Color preview on white background

This text has color #C0C2C1 on white background.


Black color preview on #C0C2C1 background

This text has black color on #C0C2C1 background.


White color preview on #C0C2C1 background

This text has white color on #C0C2C1 background.


Related colors

Complementary color

Complementary color for #hex is #3F3D3E.


I love getcolorcode.com

Triadic colors

1 #C1C0C2 and #C2C1C0 with #C0C2C1 are triadic colors.

2 #C1C2C0 and #C2C0C1 with #C0C2C1 are triadic colors.