#C7C5CC

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

Shades of Ghost #C7C5CC

Tints of Ghost #C7C5CC

Color information

#C7C5CC (or 0xC7C5CC) is unknown color: approx Ghost. HEX triplet: C7, C5 and CC. RGB value is (199,197,204). Sum of RGB (Red+Green+Blue) = 199+197+204=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5CC is #383A33. Grayscale: #C6C6C6. Windows color (decimal): -3684916 or 13419975. OLE color: 13419975.

HSL color Cylindrical-coordinate representation of color #C7C5CC: hue angle of 257.14º 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 #C7C5CC is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199197204-
CMYK0.020.0300.2
HSL257.14º6.42%78.63%-
HSV(B)257.14º3.43%80%-
XYZ54.4256.4365.15-
YUV198.4131.16128.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 204 (80.08% from 255) = 34%
R=33.17%
G=32.83%
B=34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991972040.020.0300.2257.146.4278.63
HexC7C5CC2301410164f
Octal307305314230244016117
Binary11000111110001011100110010110101001000000011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5CC; }

 p { color: rgb(199,197,204); }

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

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

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

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

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

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

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