#C8C8C8

Color #C8C8C8 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #C8C8C8

Tints of Very Light Grey #C8C8C8

Color information

#C8C8C8 (or 0xC8C8C8) is unknown color: approx Very Light Grey. HEX triplet: C8, C8 and C8. RGB value is (200,200,200). Sum of RGB (Red+Green+Blue) = 200+200+200=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 200 - color contains mainly: red, green, blue. Hex color #C8C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8C8 is #373737. Grayscale: #C8C8C8. Windows color (decimal): -3618616 or 13158600. OLE color: 13158600.

HSL color Cylindrical-coordinate representation of color #C8C8C8: hue angle of 0º degrees, saturation: 0, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0%. Process color model (Four color, CMYK) of #C8C8C8 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB200200200-
CMYK0000.22
HSL0%78.43%-
HSV(B)0%78.43%-
XYZ54.957.7662.9-
YUV200128128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002002000000.220078.43
HexC8C8C800016004e
Octal3103103100002600116
Binary11001000110010001100100000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8C8; }

 p { color: rgb(200,200,200); }

 H1.HeaderClassName
 {
   color: #C8C8C8;
 }
 .AnyTagClassName
 {
   color: #C8C8C8;
 }
</style>
background-color css

<style>
 a { background-color: #C8C8C8; }

 a { background-color: rgb(200,200,200); }

 div.DivClassName
 {
   background-color: #C8C8C8;
 }
 .BgClassName
 {
   background-color: #C8C8C8;
 }
</style>
border-color css

<style>
 span { border-color: #C8C8C8; }

 span { border-color: rgb(200,200,200); }

 td.TdClassName
 {
   border-color: #C8C8C8;
 }
 .TagClassName
 {
   border-color: #C8C8C8;
 }
</style>