#C7C7CD

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

Shades of Ghost #C7C7CD

Tints of Ghost #C7C7CD

Color information

#C7C7CD (or 0xC7C7CD) is unknown color: approx Ghost. HEX triplet: C7, C7 and CD. RGB value is (199,199,205). Sum of RGB (Red+Green+Blue) = 199+199+205=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7CD is #383832. Grayscale: #C7C7C7. Windows color (decimal): -3684403 or 13486023. OLE color: 13486023.

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

Color convert

RGB199199205-
CMYK0.030.0300.20
HSL240º5.66%79.22%-
HSV(B)240º2.93%80.39%-
XYZ5557.465.94-
YUV199.68131127.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=33.00%
G=33.00%
B=34.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991992050.030.0300.202405.6679.22
HexC7C7CD33014f064f
Octal307307315330243606117
Binary1100011111000111110011011111010100111100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7CD; }

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

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

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

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

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

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

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

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