#C8C8CE

Color #C8C8CE Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #C8C8CE

Tints of Ghost #C8C8CE

Color information

#C8C8CE (or 0xC8C8CE) is unknown color: approx Ghost. HEX triplet: C8, C8 and CE. RGB value is (200,200,206). Sum of RGB (Red+Green+Blue) = 200+200+206=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8CE is #373731. Grayscale: #C8C8C8. Windows color (decimal): -3618610 or 13551816. OLE color: 13551816.

HSL color Cylindrical-coordinate representation of color #C8C8CE: hue angle of 240º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C8CE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200200206-
CMYK0.030.0300.19
HSL240º5.77%79.61%-
HSV(B)240º2.91%80.78%-
XYZ55.6158.0466.66-
YUV200.68131127.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=33.00%
G=33.00%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002002060.030.0300.192405.7779.61
HexC8C8CE33013f0650
Octal310310316330233606120
Binary1100100011001000110011101111010011111100001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8CE; }

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

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

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

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

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

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

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

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