COLOR #C8C0C6

HEX: #C8C0C6 RGB: (200,192,198)

Color info

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

RGB color model

#C8C0C6 color RGB value is (200,192,198).

RGB: (200,192,198) (78%, 75%, 78%)

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 198 of 255 = 78%

200
192
198

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

Portions of RGB colors in percentages

R + G + B = 200 + 192 + 198 = 590 (100%)
R 200 of 590 ~ 33.9%
G 192 of 590 ~ 32.54%
B 198 of 590 ~ 33.56'%

%33.9
%32.54
%33.56

CMYK color model

#C8C0C6 color CMYK value is (0,4,1,22).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 1.00%
  • key color value is 21.57%

CMYK: (0,4,1,22)
C0M4Y1K22 (0%, 4%, 1%, 22%)
(0.00 / 0.04 / 0.01 / 0.22)

CMYK percentages

%0
%4
%1
%21.57

Codes

Color #C8C0C6 in popluar color models

C8 C0 C6
RGB 200 192 198
HSL 315° 6.78% 76.86%
HSB/HSV 315° 4.00% 78.43%
CMYK 0.00% 4.00% 1.00%
21.57%

Color #C8C0C6 in popluar number systems.

HEX C8 C0 C6
Decimal 200 192 198
Binary 11001000 11000000 11000110
Octal 310 300 306

Shades and tints

Shades of #C8C0C6

#C8C0C6
(200,192,198)
#B6AFB4
(182,175,180)
#A49EA2
(164,158,162)
#928D90
(146,141,144)
#807C7E
(128,124,126)
#6E6B6C
(110,107,108)
#5C5A5A
(92,90,90)
#4A4948
(74,73,72)
#383836
(56,56,54)
#262724
(38,39,36)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C8C0C6

#C8C0C6
(200,192,198)
#CDC5CB
(205,197,203)
#D2CAD0
(210,202,208)
#D7CFD5
(215,207,213)
#DCD4DA
(220,212,218)
#E1D9DF
(225,217,223)
#E6DEE4
(230,222,228)
#EBE3E9
(235,227,233)
#F0E8EE
(240,232,238)
#F5EDF3
(245,237,243)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C0C6 color. Also use rgb(200,192,198) instead hex code.

Text Font Color

.myTextColor { color: #C8C0C6; }

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

This text font color is #C8C0C6.

Background Color

.myBgColor { background-color: #C8C0C6; }

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

This div background color is #C8C0C6.

Border color

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

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

This div border color is #C8C0C6.

Opacity

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

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

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

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

This text has shadow with #C8C0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C0C6.

Preview

Color preview on black background

This text has color #C8C0C6 on black background.


Color preview on white background

This text has color #C8C0C6 on white background.


Black color preview on #C8C0C6 background

This text has black color on #C8C0C6 background.


White color preview on #C8C0C6 background

This text has white color on #C8C0C6 background.


Related colors

Complementary color

Complementary color for #hex is #373F39.


I love getcolorcode.com

Triadic colors

1 #C6C8C0 and #C0C6C8 with #C8C0C6 are triadic colors.

2 #C6C0C8 and #C0C8C6 with #C8C0C6 are triadic colors.