#C7C7CE

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

Shades of Ghost #C7C7CE

Tints of Ghost #C7C7CE

Color information

#C7C7CE (or 0xC7C7CE) is unknown color: approx Ghost. HEX triplet: C7, C7 and CE. RGB value is (199,199,206). Sum of RGB (Red+Green+Blue) = 199+199+206=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7CE is #383831. Grayscale: #C7C7C7. Windows color (decimal): -3684402 or 13551559. OLE color: 13551559.

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

Color convert

RGB199199206-
CMYK0.030.0300.19
HSL240º6.67%79.41%-
HSV(B)240º3.4%80.78%-
XYZ55.1257.4566.58-
YUV199.8131.5127.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=32.95%
G=32.95%
B=34.11%

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
Decimal1991992060.030.0300.192406.6779.41
HexC7C7CE33013f074f
Octal307307316330233607117
Binary1100011111000111110011101111010011111100001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7CE; }

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

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

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

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

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

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

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

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