#C1C0CF

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

Shades of Ghost #C1C0CF

Tints of Ghost #C1C0CF

Color information

#C1C0CF (or 0xC1C0CF) is unknown color: approx Ghost. HEX triplet: C1, C0 and CF. RGB value is (193,192,207). Sum of RGB (Red+Green+Blue) = 193+192+207=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0CF is #3E3F30. Grayscale: #C1C1C1. Windows color (decimal): -4079409 or 13615297. OLE color: 13615297.

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

Color convert

RGB193192207-
CMYK0.070.0700.19
HSL244º13.51%78.24%-
HSV(B)244º7.25%81.18%-
XYZ52.153.5466.62-
YUV194.01135.33127.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=32.60%
G=32.43%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931922070.070.0700.1924413.5178.24
HexC1C0CF77013f4e4e
Octal3013003177702336416116
Binary1100000111000000110011111111110100111111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C0CF; }

 p { color: rgb(193,192,207); }

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

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

 a { background-color: rgb(193,192,207); }

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

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

 span { border-color: rgb(193,192,207); }

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