COLOR #C1C1C2

HEX: #C1C1C2 RGB: (193,193,194)

Color info

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

RGB color model

#C1C1C2 color RGB value is (193,193,194).

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

RGB channels and saturation

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

193
193
194

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

Portions of RGB colors in percentages

R + G + B = 193 + 193 + 194 = 580 (100%)
R 193 of 580 ~ 33.28%
G 193 of 580 ~ 33.28%
B 194 of 580 ~ 33.45'%

%33.28
%33.28
%33.45

CMYK color model

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

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

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

CMYK percentages

%0.52
%0.52
%0
%23.92

Codes

Color #C1C1C2 in popluar color models

C1 C1 C2
RGB 193 193 194
HSL 240° 0.81% 75.88%
HSB/HSV 240° 0.52% 76.08%
CMYK 0.52% 0.52% 0.00%
23.92%

Color #C1C1C2 in popluar number systems.

HEX C1 C1 C2
Decimal 193 193 194
Binary 11000001 11000001 11000010
Octal 301 301 302

Shades and tints

Shades of #C1C1C2

#C1C1C2
(193,193,194)
#B0B0B1
(176,176,177)
#9F9FA0
(159,159,160)
#8E8E8F
(142,142,143)
#7D7D7E
(125,125,126)
#6C6C6D
(108,108,109)
#5B5B5C
(91,91,92)
#4A4A4B
(74,74,75)
#39393A
(57,57,58)
#282829
(40,40,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1C1C2

#C1C1C2
(193,193,194)
#C6C6C7
(198,198,199)
#CBCBCC
(203,203,204)
#D0D0D1
(208,208,209)
#D5D5D6
(213,213,214)
#DADADB
(218,218,219)
#DFDFE0
(223,223,224)
#E4E4E5
(228,228,229)
#E9E9EA
(233,233,234)
#EEEEEF
(238,238,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C1C2; }

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

This text font color is #C1C1C2.

Background Color

.myBgColor { background-color: #C1C1C2; }

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

This div background color is #C1C1C2.

Border color

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

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

This div border color is #C1C1C2.

Opacity

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

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

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

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

This text has shadow with #C1C1C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C1C2.

Preview

Color preview on black background

This text has color #C1C1C2 on black background.


Color preview on white background

This text has color #C1C1C2 on white background.


Black color preview on #C1C1C2 background

This text has black color on #C1C1C2 background.


White color preview on #C1C1C2 background

This text has white color on #C1C1C2 background.


Related colors

Complementary color

Complementary color for #hex is #3E3E3D.


I love getcolorcode.com